Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,6 @@ def generate_image(prompt, lora_strings_json, steps, seed, cfg_scale, width, hei
|
|
73 |
|
74 |
if lora_configs:
|
75 |
with calculateDuration("Loading LoRA weights"):
|
76 |
-
print("get_active_adapters", active_adapters)
|
77 |
adapter_names = []
|
78 |
adapter_weights = []
|
79 |
for lora_info in lora_configs:
|
|
|
73 |
|
74 |
if lora_configs:
|
75 |
with calculateDuration("Loading LoRA weights"):
|
|
|
76 |
adapter_names = []
|
77 |
adapter_weights = []
|
78 |
for lora_info in lora_configs:
|