Spaces:
Runtime error
Runtime error
SUPERSHANKY
commited on
Commit
•
dab1284
1
Parent(s):
364b838
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ models = [
|
|
47 |
Model("f222 Zeipfher", "m4gnett/zeipher-f222", ""),
|
48 |
Model("f222 + Anything V3", "m4gnett/anything-of-f222", ""),
|
49 |
Model("Loving Vincent (Van Gogh)", "dallinmackay/Van-Gogh-diffusion", "lvngvncnt "),
|
50 |
-
Model("Midjourney v4 style", "prompthero/
|
51 |
Model("Pokémon", "lambdalabs/sd-pokemon-diffusers"),
|
52 |
Model("Pony Diffusion", "AstraliteHeart/pony-diffusion"),
|
53 |
Model("Redshift renderer (Cinema4D)", "nitrosocke/redshift-diffusion", "redshift style "),
|
@@ -80,6 +80,11 @@ models = [
|
|
80 |
Model("Epic Diffusion", "johnslegers/epic-diffusion", ""),
|
81 |
Model("Comic Diffusion", "ogkalu/Comic-Diffusion", ""),
|
82 |
Model("Realistic Vision 1.2", "SG161222/Realistic_Vision_V1.2", ""),
|
|
|
|
|
|
|
|
|
|
|
83 |
]
|
84 |
|
85 |
custom_model = None
|
|
|
47 |
Model("f222 Zeipfher", "m4gnett/zeipher-f222", ""),
|
48 |
Model("f222 + Anything V3", "m4gnett/anything-of-f222", ""),
|
49 |
Model("Loving Vincent (Van Gogh)", "dallinmackay/Van-Gogh-diffusion", "lvngvncnt "),
|
50 |
+
Model("Midjourney v4 style", "prompthero/openjourney", "mdjrny-v4 style "),
|
51 |
Model("Pokémon", "lambdalabs/sd-pokemon-diffusers"),
|
52 |
Model("Pony Diffusion", "AstraliteHeart/pony-diffusion"),
|
53 |
Model("Redshift renderer (Cinema4D)", "nitrosocke/redshift-diffusion", "redshift style "),
|
|
|
80 |
Model("Epic Diffusion", "johnslegers/epic-diffusion", ""),
|
81 |
Model("Comic Diffusion", "ogkalu/Comic-Diffusion", ""),
|
82 |
Model("Realistic Vision 1.2", "SG161222/Realistic_Vision_V1.2", ""),
|
83 |
+
Model("Stable Diffusion 2.1", "stabilityai/stable-diffusion-2-1", ""),
|
84 |
+
Model("OrangeMixs", "WarriorMama777/OrangeMixs", "Abyss"),
|
85 |
+
Model("Inkpunk-Diffusion", "Envvi/Inkpunk-Diffusion", "nvinkpunk"),
|
86 |
+
Model("openjourney-v2", "prompthero/openjourney-v2", ""),
|
87 |
+
Model("hassenblend 1.4", "hassanblend/hassanblend1.4", ""),
|
88 |
]
|
89 |
|
90 |
custom_model = None
|