Andre commited on
Commit
15744f8
·
1 Parent(s): 06c6f27

“Update”

Browse files
Files changed (1) hide show
  1. config/models.py +4 -1
config/models.py CHANGED
@@ -2,4 +2,7 @@
2
  models = [
3
  {"alias": "FLUX.1-dev", "name": "black-forest-labs/FLUX.1-dev"},
4
  {"alias": "Midjourney", "name": "strangerzonehf/Flux-Midjourney-Mix2-LoRA"}
5
- ]
 
 
 
 
2
  models = [
3
  {"alias": "FLUX.1-dev", "name": "black-forest-labs/FLUX.1-dev"},
4
  {"alias": "Midjourney", "name": "strangerzonehf/Flux-Midjourney-Mix2-LoRA"}
5
+ ]
6
+
7
+ # Debugging: Print prompt and model options
8
+ print("Model Options:", [m["alias"] for m in models])