Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ pipe.load_lora_weights(lora_repo, adapter_name='kaytoo')
|
|
19 |
|
20 |
# ghibsky
|
21 |
lora_repo_2 = "aleksa-codes/flux-ghibsky-illustration"
|
22 |
-
pipe.load_lora_weights(
|
23 |
|
24 |
pipe.set_adapters(["kaytoo", "lora_2"], adapter_weights=[0.85, 0])
|
25 |
|
|
|
19 |
|
20 |
# ghibsky
|
21 |
lora_repo_2 = "aleksa-codes/flux-ghibsky-illustration"
|
22 |
+
pipe.load_lora_weights(lora_repo_2, adapter_name='lora_2')
|
23 |
|
24 |
pipe.set_adapters(["kaytoo", "lora_2"], adapter_weights=[0.85, 0])
|
25 |
|