Spaces:
Runtime error
Runtime error
SUPERSHANKY
commited on
Commit
•
18c119a
1
Parent(s):
2623170
Update app.py
Browse files
app.py
CHANGED
@@ -93,6 +93,36 @@ models = [
|
|
93 |
Model("stable diffusion 2.1 base", "stabilityai/stable-diffusion-2-1-base", ""),
|
94 |
Model("Double Exposure Diffusion", "joachimsallstrom/Double-Exposure-Diffusion", "dublex style, dublex"),
|
95 |
Model("Yohan Diffusion", "andite/yohan-diffusion", ""),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
]
|
97 |
|
98 |
custom_model = None
|
|
|
93 |
Model("stable diffusion 2.1 base", "stabilityai/stable-diffusion-2-1-base", ""),
|
94 |
Model("Double Exposure Diffusion", "joachimsallstrom/Double-Exposure-Diffusion", "dublex style, dublex"),
|
95 |
Model("Yohan Diffusion", "andite/yohan-diffusion", ""),
|
96 |
+
Model("rMadArt2.5", "rmada/rMadArt2.5", ""),
|
97 |
+
Model("unico", "Cinnamomo/unico", ""),
|
98 |
+
Model("Inizio", "Cinnamomo/inizio", ""),
|
99 |
+
Model("HARDblend", "theintuitiveye/HARDblend", "photorealistic, instagram photography, shot on iphone, RAW, professional photograph"),
|
100 |
+
Model("FantasyMix-v1", "theintuitiveye/FantasyMix-v1", ""),
|
101 |
+
Model("modernartstyle", "theintuitiveye/modernartstyle", "modernartst"),
|
102 |
+
Model("paint-jpurney-v2", "FredZhang7/paint-journey-v2", "oil painting"),
|
103 |
+
Model("Sygil-Diffusion", "Sygil/Sygil-Diffusion", ""),
|
104 |
+
Model("g_yuusukeStyle", "grullborg/g_yuusukeStyle", ""),
|
105 |
+
Model("th-diffusion", "furusu/th-diffusion", "realistic"),
|
106 |
+
Model("SD_Black_Ancient_Egyptian_Style", "Akumetsu971/SD_Black_Ancient_Egyptian_Style", "Bck_Egpt"),
|
107 |
+
Model("Shortjourney", "x67/shortjourney", "sjrny-v1 style"),
|
108 |
+
Model("Kenshi", "SweetLuna/Kenshi", ""),
|
109 |
+
Model("lomo-diffusion", "wavymulder/lomo-diffusion", "lomo style"),
|
110 |
+
Model("RainerMix", "Hemlok/RainierMix", ""),
|
111 |
+
Model("GuoFeng3", "xiaolxl/GuoFeng3", ""),
|
112 |
+
Model("sketchstyle-cutesexyrobutts", "Cosk/sketchstyle-cutesexyrobutts", ""),
|
113 |
+
Model("Counterfeit-V2.5", "gsdf/Counterfeit-V2.5", ""),
|
114 |
+
Model("TriPhaze", "Lucetepolis/TriPhaze", ""),
|
115 |
+
Model("SukiyakiMix-1.0", "Vsukiyaki/SukiyakiMix-v1.0", ""),
|
116 |
+
Model("icon-diffusion-v1-1", "crumb/icon-diffusion-v1-1", ""),
|
117 |
+
Model("Strange_Dedication", "MortalSage/Strange_Dedication", ""),
|
118 |
+
Model("openjourney-v2", "prompthero/openjourney-v2", ""),
|
119 |
+
Model("Funko-Diffusion", "prompthero/funko-diffusion", "funko style"),
|
120 |
+
Model("DreamShaper", "Lykon/DreamShaper", "dreamshaper"),
|
121 |
+
|
122 |
+
|
123 |
+
|
124 |
+
|
125 |
+
|
126 |
]
|
127 |
|
128 |
custom_model = None
|