jiuface commited on
Commit
904b3aa
·
verified ·
1 Parent(s): 5ed95ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #active_adapters = pipe.get_active_adapters()
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: