jiuface commited on
Commit
cc9f7a2
·
verified ·
1 Parent(s): 6e628e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def run_lora(prompt, image_url, lora_strings_json, image_strength, cfg_scale, s
166
  gr.Info("Start to load LoRA ...")
167
  with calculateDuration("Unloading LoRA"):
168
  img2img_pipe.unload_lora_weights()
169
- img2img_pipe.unload_lora()
170
  txt2img_pipe.unload_lora_weights()
171
  txt2img_pipe.unload_lora()
172
 
 
166
  gr.Info("Start to load LoRA ...")
167
  with calculateDuration("Unloading LoRA"):
168
  img2img_pipe.unload_lora_weights()
169
+ # img2img_pipe.unload_lora()
170
  txt2img_pipe.unload_lora_weights()
171
  txt2img_pipe.unload_lora()
172