Andre commited on
Commit
d3f843a
·
1 Parent(s): dbdff5d

“Bug_fix”

Browse files
Files changed (1) hide show
  1. config/models.py +1 -1
config/models.py CHANGED
@@ -1,5 +1,5 @@
1
  # List of models with aliases
2
  models = [
3
- {"alias": "Midjourney", "name": "strangerzonehf/Flux-Midjourney-Mix2-LoRA"},
4
  {"alias": "FLUX.1-dev", "name": "black-forest-labs/FLUX.1-dev"},
 
5
  ]
 
1
  # List of models with aliases
2
  models = [
 
3
  {"alias": "FLUX.1-dev", "name": "black-forest-labs/FLUX.1-dev"},
4
+ {"alias": "Midjourney", "name": "strangerzonehf/Flux-Midjourney-Mix2-LoRA"},
5
  ]