Abdullah-Habib commited on
Commit
7797f1d
·
verified ·
1 Parent(s): 944593a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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/logolora",scale = 1)
 
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