jiuface commited on
Commit
8f770b9
·
verified ·
1 Parent(s): ed27447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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: