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