Spaces:
Sleeping
Sleeping
File size: 292 Bytes
af7831d 15744f8 1ae7fed |
1 2 3 4 5 6 7 8 9 |
# List of models with aliases
models = [
{"alias": "FLUX.1-dev", "name": "black-forest-labs/FLUX.1-dev"},
{"alias": "Midjourney", "name": "strangerzonehf/Flux-Midjourney-Mix2-LoRA"}
]
# Debugging: Print prompt and model options
#print("Model Options:", [m["alias"] for m in models])
|