linoyts HF Staff commited on
Commit
2754ff7
·
verified ·
1 Parent(s): fed90e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with open("flux_loras.json", "r") as file:
36
  }
37
  for item in data
38
  ]
39
-
40
  # Global variables for LoRA management
41
  current_lora = None
42
  lora_cache = {}
 
36
  }
37
  for item in data
38
  ]
39
+ print(f"Loaded {len(flux_loras_raw)} LoRAs from JSON")
40
  # Global variables for LoRA management
41
  current_lora = None
42
  lora_cache = {}