Spaces:
Sleeping
Sleeping
kaytoo2022
commited on
Commit
•
83af3fc
1
Parent(s):
188eb35
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ lora_repo = "kaytoo2022/cara-the-cavapoo-flux"
|
|
17 |
trigger_word = "" # Leave trigger_word blank if not used.
|
18 |
pipe.load_lora_weights(lora_repo)
|
19 |
|
20 |
-
lora_ghibli = 'alvarobartt/ghibli-characters-flux-lora'
|
21 |
-
pipe.load_lora_weights(lora_ghibli)
|
22 |
|
23 |
pipe.to("cuda")
|
24 |
|
|
|
17 |
trigger_word = "" # Leave trigger_word blank if not used.
|
18 |
pipe.load_lora_weights(lora_repo)
|
19 |
|
20 |
+
# lora_ghibli = 'alvarobartt/ghibli-characters-flux-lora'
|
21 |
+
# pipe.load_lora_weights(lora_ghibli)
|
22 |
|
23 |
pipe.to("cuda")
|
24 |
|