Spaces:
Sleeping
Sleeping
File size: 803 Bytes
4f48282 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# List of models with aliases
models = [
{"alias": "FLUX.1-dev", "name": "black-forest-labs/FLUX.1-dev"},
{"alias": "FLUX.1-dev_modal_local", "name": "FLUX.1-dev"},
{"alias": "Midjourney", "name": "strangerzonehf/Flux-Midjourney-Mix2-LoRA"},
{"alias": "FLUX.1-schnell", "name": "black-forest-labs/FLUX.1-schnell"},
{"alias": "FLUX.1-schnell_modal_local", "name": "FLUX.1-schnell"},
]
models_modal = [
{"alias": "FLUX.1-dev_modal_local", "name": "FLUX.1-dev"},
{"alias": "FLUX.1-schnell_modal_local", "name": "FLUX.1-schnell"},
#{"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"},
] |