Replies: 1 comment 1 reply
-
|
Unfortunately, this looks kinda ugly as the extension is written this way. scripts.ADD_NET: api.Opt{
"args": []any{
true, // Enable
false, // Separate UNet/Text Encoder weights
"LoRA", // Network module 1
"Asuna_Medium(4f210a6ad9fa)", // Model 1
0.6, // UNet Weight 1
0.6, // TEnc Weight 1
"LoRA", // Network module 2
"koreanDollLikeness_v10(e2e472c06607)", // Model 2
0.6, // UNet Weight 2
0.6, // TEnc Weight 2
// Add groups consist of 4 `nil` to skip module detail
nil, // Network module 3
nil, // Model 3
nil, // UNet Weight 3
nil, // TEnc Weight 3
nil, // Network module 4
nil, // Model 4
nil, // UNet Weight 4
nil, // TEnc Weight 4
nil, // Network module 5
nil, // Model 5
nil, // UNet Weight 5
nil, // TEnc Weight 5
"data:image/png;base64,<Base64 Encoded Image>", // Mask Image
"Refesh Models" // Refresh Models?
},
}, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all thanks for the API.
lora additional networks update extra mask image,how can i use params
Beta Was this translation helpful? Give feedback.
All reactions