Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 = {}
|