Spaces:
Sleeping
Sleeping
Abdullah-Habib
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,8 @@ def run_lora(prompt, negative_prompt, cfg_scale, steps, scheduler, seed, width,
|
|
83 |
# trigger_word = selected_lora["trigger_word"]
|
84 |
|
85 |
# Load LoRA weights
|
86 |
-
pipe.load_lora_weights("Abdullah-Habib/
|
|
|
87 |
# pipe.load_lora_weights("Abdullah-Habib/icon-lora",scale = 0.5)
|
88 |
|
89 |
# Set scheduler
|
|
|
83 |
# trigger_word = selected_lora["trigger_word"]
|
84 |
|
85 |
# Load LoRA weights
|
86 |
+
pipe.load_lora_weights("Abdullah-Habib/lora-logo-v1",scale = 1)
|
87 |
+
# pipe.load_lora_weights("Abdullah-Habib/logolora",scale = 1)
|
88 |
# pipe.load_lora_weights("Abdullah-Habib/icon-lora",scale = 0.5)
|
89 |
|
90 |
# Set scheduler
|