Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"Yntec/AbsoluteRemix",
|
8 |
"Yntec/AbsoluteReality",
|
9 |
"Yntec/LAMEanime",
|
@@ -28,9 +29,6 @@ models = [
|
|
28 |
"Yntec/animeSEXTILLION/", #6K
|
29 |
"Yntec/CitrineDreamMix", #1K
|
30 |
"Yntec/animeTEN", #3K
|
31 |
-
"digiplay/OldFish_v1.1_diffusers_recover",
|
32 |
-
"digiplay/OldFish_v1.1mix_hello",
|
33 |
-
"digiplay/OldFish_v1.1_personal_HDmix",
|
34 |
"Yntec/level4", #3K
|
35 |
"Yntec/elldrethsImagination", #2K
|
36 |
"Yntec/BeenYou", #2K
|
@@ -70,13 +68,11 @@ models = [
|
|
70 |
"Yntec/dreamlike-photoreal-remix",
|
71 |
"Yntec/epiCVision",
|
72 |
"Yntec/realistic-vision-v12",
|
73 |
-
"Yntec/OpenNijiRemix",
|
74 |
"Yntec/epiCRealismVAE",
|
75 |
"Yntec/MangledMerge3_768",
|
76 |
"Yntec/OpenLexica",
|
77 |
"Yntec/DreamLikeRemix",
|
78 |
"Yntec/humu",
|
79 |
-
"digiplay/FishMix_v1",
|
80 |
"Linaqruf/animagine-xl",
|
81 |
"nerijs/pixel-art-xl",
|
82 |
"Yntec/MapleSyrup",
|
@@ -128,10 +124,23 @@ models = [
|
|
128 |
"Yntec/sexyToons",
|
129 |
"Yntec/photoMovieX/",
|
130 |
"dreamlike-art/dreamlike-photoreal-2.0",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
"digiplay/OldFish_fix1.1.997_diffusers",
|
132 |
"digiplay/VoidnoiseCore_R0829",
|
133 |
"digiplay/MGM",
|
134 |
-
"Yntec/CuteYuki2",
|
135 |
"digiplay/OldFish_v1.1",
|
136 |
"digiplay/AI-infinity-V1-fp16",
|
137 |
"digiplay/wantan25D_prototype",
|
@@ -139,10 +148,13 @@ models = [
|
|
139 |
"digiplay/LunarDiffusion_v1.27",
|
140 |
"digiplay/insaneRealistic_v1",
|
141 |
"digiplay/OLDFish_2348_diffusers",
|
|
|
|
|
|
|
|
|
142 |
"DucHaiten/DucHaitenDreamWorld",
|
143 |
"digiplay/LemonteaMixPainterly2_v1",
|
144 |
"digiplay/SweetMuse_diffusers",
|
145 |
-
"dreamlike-art/dreamlike-diffusion-1.0",
|
146 |
"digiplay/Realisian_v1",
|
147 |
"Hius/DreamFul-V2",
|
148 |
"digiplay/m3u", #263
|
@@ -156,18 +168,7 @@ models = [
|
|
156 |
"digiplay/perfectLewdFantasy_v1.01",
|
157 |
"digiplay/Opiate_v2",
|
158 |
"digiplay/PhotoSomnia_vFinal",
|
159 |
-
"Yntec/KIDSILLUSTRATIONS",
|
160 |
"digiplay/polla_mix_2.5D",
|
161 |
-
"Yntec/COOLKIDSV2",
|
162 |
-
"Yntec/Pavo-Mix-Diffusers",
|
163 |
-
"Yntec/RPG_Remix",
|
164 |
-
"Yntec/OrangeRemix",
|
165 |
-
"Yntec/PeachMix3",
|
166 |
-
"Yntec/DucHaitenAIart-beta",
|
167 |
-
"Yntec/samdoesartsUlt",
|
168 |
-
"Yntec/NovelAI",
|
169 |
-
"Yntec/NovelAIRemix",
|
170 |
-
"Yntec/Hiten",
|
171 |
"stablediffusionapi/all-526-animated",
|
172 |
"AstraliteHeart/pony-diffusion",
|
173 |
"stablediffusionapi/chilloutmixsf",
|
@@ -390,7 +391,6 @@ models = [
|
|
390 |
"AIARTCHAN/7pa",
|
391 |
"JosephusCheung/ACertainModel",
|
392 |
"JosephusCheung/ACertainThing",
|
393 |
-
"AIARTCHAN/AbyssHellHero",
|
394 |
"JosephusCheung/ACertainty",
|
395 |
"AIARTCHAN/AbyssHellVer3",
|
396 |
"AIARTCHAN/AbyssMapleVer3",
|
@@ -1104,8 +1104,9 @@ with gr.Blocks(css=css) as myface:
|
|
1104 |
<p style="margin-bottom: 9px; color: #ffaa66;">
|
1105 |
<h3>Nice. Fast Diffusion - 480 Stable Diffusion models, but why? For your enjoyment!</h3></p>
|
1106 |
<p style="margin-bottom: 9px; font-size: 98%">
|
1107 |
-
<br><h4>The first time you load a model it takes less than a minute
|
1108 |
-
<
|
|
|
1109 |
</div>
|
1110 |
""")
|
1111 |
with gr.Row():
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/OpenNijiRemix",
|
8 |
"Yntec/AbsoluteRemix",
|
9 |
"Yntec/AbsoluteReality",
|
10 |
"Yntec/LAMEanime",
|
|
|
29 |
"Yntec/animeSEXTILLION/", #6K
|
30 |
"Yntec/CitrineDreamMix", #1K
|
31 |
"Yntec/animeTEN", #3K
|
|
|
|
|
|
|
32 |
"Yntec/level4", #3K
|
33 |
"Yntec/elldrethsImagination", #2K
|
34 |
"Yntec/BeenYou", #2K
|
|
|
68 |
"Yntec/dreamlike-photoreal-remix",
|
69 |
"Yntec/epiCVision",
|
70 |
"Yntec/realistic-vision-v12",
|
|
|
71 |
"Yntec/epiCRealismVAE",
|
72 |
"Yntec/MangledMerge3_768",
|
73 |
"Yntec/OpenLexica",
|
74 |
"Yntec/DreamLikeRemix",
|
75 |
"Yntec/humu",
|
|
|
76 |
"Linaqruf/animagine-xl",
|
77 |
"nerijs/pixel-art-xl",
|
78 |
"Yntec/MapleSyrup",
|
|
|
124 |
"Yntec/sexyToons",
|
125 |
"Yntec/photoMovieX/",
|
126 |
"dreamlike-art/dreamlike-photoreal-2.0",
|
127 |
+
"dreamlike-art/dreamlike-diffusion-1.0",
|
128 |
+
"Yntec/CuteYuki2",
|
129 |
+
"Yntec/KIDSILLUSTRATIONS",
|
130 |
+
"Yntec/COOLKIDSV2",
|
131 |
+
"Yntec/Pavo-Mix-Diffusers",
|
132 |
+
"Yntec/RPG_Remix",
|
133 |
+
"Yntec/OrangeRemix",
|
134 |
+
"Yntec/PeachMix3",
|
135 |
+
"Yntec/DucHaitenAIart-beta",
|
136 |
+
"Yntec/samdoesartsUlt",
|
137 |
+
"Yntec/NovelAI",
|
138 |
+
"Yntec/NovelAIRemix",
|
139 |
+
"Yntec/Hiten",
|
140 |
+
"AIARTCHAN/AbyssHellHero",
|
141 |
"digiplay/OldFish_fix1.1.997_diffusers",
|
142 |
"digiplay/VoidnoiseCore_R0829",
|
143 |
"digiplay/MGM",
|
|
|
144 |
"digiplay/OldFish_v1.1",
|
145 |
"digiplay/AI-infinity-V1-fp16",
|
146 |
"digiplay/wantan25D_prototype",
|
|
|
148 |
"digiplay/LunarDiffusion_v1.27",
|
149 |
"digiplay/insaneRealistic_v1",
|
150 |
"digiplay/OLDFish_2348_diffusers",
|
151 |
+
"digiplay/OldFish_v1.1_diffusers_recover",
|
152 |
+
"digiplay/OldFish_v1.1mix_hello",
|
153 |
+
"digiplay/OldFish_v1.1_personal_HDmix",
|
154 |
+
"digiplay/FishMix_v1",
|
155 |
"DucHaiten/DucHaitenDreamWorld",
|
156 |
"digiplay/LemonteaMixPainterly2_v1",
|
157 |
"digiplay/SweetMuse_diffusers",
|
|
|
158 |
"digiplay/Realisian_v1",
|
159 |
"Hius/DreamFul-V2",
|
160 |
"digiplay/m3u", #263
|
|
|
168 |
"digiplay/perfectLewdFantasy_v1.01",
|
169 |
"digiplay/Opiate_v2",
|
170 |
"digiplay/PhotoSomnia_vFinal",
|
|
|
171 |
"digiplay/polla_mix_2.5D",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
"stablediffusionapi/all-526-animated",
|
173 |
"AstraliteHeart/pony-diffusion",
|
174 |
"stablediffusionapi/chilloutmixsf",
|
|
|
391 |
"AIARTCHAN/7pa",
|
392 |
"JosephusCheung/ACertainModel",
|
393 |
"JosephusCheung/ACertainThing",
|
|
|
394 |
"JosephusCheung/ACertainty",
|
395 |
"AIARTCHAN/AbyssHellVer3",
|
396 |
"AIARTCHAN/AbyssMapleVer3",
|
|
|
1104 |
<p style="margin-bottom: 9px; color: #ffaa66;">
|
1105 |
<h3>Nice. Fast Diffusion - 480 Stable Diffusion models, but why? For your enjoyment!</h3></p>
|
1106 |
<p style="margin-bottom: 9px; font-size: 98%">
|
1107 |
+
<br><h4>The first time you load a model it takes less than a minute. But after it's loaded each new image takes 20 seconds to generate!</h4></p>
|
1108 |
+
<p style="margin-bottom: 9px; color: #ff0000;">
|
1109 |
+
<br><h4>If you get ERROR it's because that model ran out of memory, try again, or wait a minute and try again, have fun!</h4></p>
|
1110 |
</div>
|
1111 |
""")
|
1112 |
with gr.Row():
|