jiuface commited on
Commit
2c0911b
·
verified ·
1 Parent(s): 98aaa50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ def load_loras(lora_strings_json:str):
208
  if lora_configs:
209
 
210
  with calculateDuration("Loading LoRA weights"):
211
- #active_adapters = pipe.get_active_adapters()
212
  adapter_names = []
213
  adapter_weights = []
214
  for lora_info in lora_configs:
 
208
  if lora_configs:
209
 
210
  with calculateDuration("Loading LoRA weights"):
211
+ active_adapters = pipe.get_active_adapters()
212
  adapter_names = []
213
  adapter_weights = []
214
  for lora_info in lora_configs: