Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|