Skip to content

Commit

Permalink
Add support for Flux model AlekseyCalvin/AuraFlux_merge_diffusers
Browse files Browse the repository at this point in the history
  • Loading branch information
Woolverine94 committed Jan 5, 2025
1 parent bd53a5f commit 923fcf2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ressources/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,8 @@ def is_flux(model):
(model == "black-forest-labs/FLUX.1-schnell") or \
(model == "sayakpaul/FLUX.1-merged") or \
(model == "ChuckMcSneed/FLUX.1-dev") or \
(model == "enhanceaiteam/Mystic")\
(model == "enhanceaiteam/Mystic") or \
(model == "AlekseyCalvin/AuraFlux_merge_diffusers")\
):
is_flux_value = True
else:
Expand Down
1 change: 1 addition & 0 deletions ressources/controlnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"sayakpaul/FLUX.1-merged",
"ChuckMcSneed/FLUX.1-dev",
"enhanceaiteam/Mystic",
"AlekseyCalvin/AuraFlux_merge_diffusers",
"-[ 🏠 Local models ]-",
]

Expand Down
1 change: 1 addition & 0 deletions ressources/img2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"sayakpaul/FLUX.1-merged",
"ChuckMcSneed/FLUX.1-dev",
"enhanceaiteam/Mystic",
"AlekseyCalvin/AuraFlux_merge_diffusers",
"-[ 🏠 Local models ]-",
]

Expand Down
1 change: 1 addition & 0 deletions ressources/img2img_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"sayakpaul/FLUX.1-merged",
"ChuckMcSneed/FLUX.1-dev",
"enhanceaiteam/Mystic",
"AlekseyCalvin/AuraFlux_merge_diffusers",
"-[ 🏠 Local models ]-",
]

Expand Down
1 change: 1 addition & 0 deletions ressources/txt2img_sd.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"sayakpaul/FLUX.1-merged",
"ChuckMcSneed/FLUX.1-dev",
"enhanceaiteam/Mystic",
"AlekseyCalvin/AuraFlux_merge_diffusers",
"-[ 🏠 Local models ]-",
]

Expand Down

0 comments on commit 923fcf2

Please sign in to comment.