You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: composeApp/src/iosSimulatorArm64Main/kotlin/org/onion/diffusion/native/DiffusionLoader.iosSimulatorArm64.kt
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ actual class DiffusionLoader actual constructor() {
117
117
genParams.height = height
118
118
genParams.seed = seed
119
119
genParams.batch_count =1
120
-
120
+
121
121
// LoRA Handling
122
122
val loraCStrs = mutableListOf<CValues<ByteVar>>()
123
123
if (loraPaths !=null&& loraStrengths !=null&& loraPaths.isNotEmpty()) {
@@ -141,7 +141,7 @@ actual class DiffusionLoader actual constructor() {
141
141
returnnull
142
142
}
143
143
144
-
//data mapped to uint8_t* in C, which is usually UByteVar in Kotlin/Native
0 commit comments