jiuface commited on
Commit
2e33e11
·
verified ·
1 Parent(s): e91fd6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ def run_lora(prompt, image_url, lora_strings_json, image_strength, cfg_scale, s
167
  with calculateDuration("Unloading LoRA"):
168
  img2img_pipe.unload_lora_weights()
169
  txt2img_pipe.unload_lora_weights()
170
- print(pipe.get_active_adapters())
171
 
172
  lora_configs = None
173
  adapter_names = []
 
167
  with calculateDuration("Unloading LoRA"):
168
  img2img_pipe.unload_lora_weights()
169
  txt2img_pipe.unload_lora_weights()
170
+ print(txt2img_pipe.get_active_adapters())
171
 
172
  lora_configs = None
173
  adapter_names = []