Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ def load_loras(lora_strings_json:str):
|
|
209 |
if lora_configs:
|
210 |
|
211 |
with calculateDuration("Loading LoRA weights"):
|
212 |
-
|
213 |
adapter_names = []
|
214 |
adapter_weights = []
|
215 |
for lora_info in lora_configs:
|
|
|
209 |
if lora_configs:
|
210 |
|
211 |
with calculateDuration("Loading LoRA weights"):
|
212 |
+
active_adapters = pipe.get_active_adapters()
|
213 |
adapter_names = []
|
214 |
adapter_weights = []
|
215 |
for lora_info in lora_configs:
|