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