Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,14 +4,21 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"Yntec/Splash",
|
8 |
"Yntec/animeSEXTILLION/",
|
9 |
"Yntec/animeTEN",
|
10 |
"digiplay/OldFish_v1.1_diffusers_recover",
|
11 |
"digiplay/OldFish_v1.1mix_hello",
|
12 |
"digiplay/OldFish_v1.1_personal_HDmix",
|
13 |
-
"digiplay/OldFish_fix1.1.997_diffusers",
|
14 |
"Yntec/level4",
|
|
|
15 |
"Yntec/SuperCuteRemix",
|
16 |
"digiplay/OldFish_v1.1",
|
17 |
"Yntec/elldrethsImagination",
|
@@ -24,8 +31,8 @@ models = [
|
|
24 |
"Yntec/aPhotographicTrend",
|
25 |
"Yntec/photoMovieXFinal",
|
26 |
"Yntec/aMovieX/",
|
27 |
-
"Yntec/Hassanim",
|
28 |
"Yntec/GoldenEra",
|
|
|
29 |
"Yntec/3DCuteWave",
|
30 |
"Yntec/ClassicEra",
|
31 |
"Yntec/lamettaNightly",
|
@@ -149,6 +156,7 @@ models = [
|
|
149 |
"Yntec/samdoesartsUlt",
|
150 |
"Yntec/NovelAI",
|
151 |
"Yntec/NovelAIRemix",
|
|
|
152 |
"stablediffusionapi/all-526-animated",
|
153 |
"AstraliteHeart/pony-diffusion",
|
154 |
"stablediffusionapi/chilloutmixsf",
|
@@ -156,8 +164,8 @@ models = [
|
|
156 |
"DucHaiten/DucHaitenSuperCute",
|
157 |
"stablediffusionapi/all-526",
|
158 |
"theintuitiveye/HARDblend",
|
159 |
-
"stablediffusionapi/cusp-of-serenity",
|
160 |
"stablediffusionapi/cyberrealistic",
|
|
|
161 |
"SG161222/Realistic_Vision_V1.4",
|
162 |
"digiplay/paulEberSRealismMix_v1",
|
163 |
"Ojimi/anime-kawai-diffusion",
|
@@ -225,6 +233,7 @@ models = [
|
|
225 |
"digiplay/PrefixRealisticMix_v1",
|
226 |
"digiplay/RealEpicMajicRevolution_v1", #07.11
|
227 |
"digiplay/ShampooMix_4", #252
|
|
|
228 |
"digiplay/SoapMix2.5D_v1",
|
229 |
"digiplay/ZemiHR_v2_diffusers",
|
230 |
|
@@ -994,6 +1003,14 @@ models2=[
|
|
994 |
gr.Interface.load(f"models/{models[461]}",live=True,preprocess=False),
|
995 |
gr.Interface.load(f"models/{models[462]}",live=True,preprocess=False),
|
996 |
gr.Interface.load(f"models/{models[463]}",live=True,preprocess=False),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
997 |
]
|
998 |
|
999 |
|
@@ -1021,24 +1038,24 @@ with gr.Blocks(css=css) as myface:
|
|
1021 |
<style>
|
1022 |
h1 {
|
1023 |
font-size: 6em;
|
1024 |
-
color: #
|
1025 |
margin-top: 30px;
|
1026 |
margin-bottom: 30px;
|
1027 |
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
|
1028 |
}
|
1029 |
h3 {
|
1030 |
-
color: #
|
1031 |
}
|
1032 |
h4 {
|
1033 |
color: #ffffff; !important;
|
1034 |
}
|
1035 |
.gradio-container {
|
1036 |
background-image: linear-gradient(#252525, #1e1e1e, #181818) !important;
|
1037 |
-
color: #
|
1038 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
1039 |
}
|
1040 |
.text-gray-500 {
|
1041 |
-
color: #
|
1042 |
}
|
1043 |
.gr-box {
|
1044 |
background-image: linear-gradient(#182634, #1e2f40, #254150) !important;
|
@@ -1048,7 +1065,7 @@ with gr.Blocks(css=css) as myface:
|
|
1048 |
border-left-color: #000000 !important;
|
1049 |
}
|
1050 |
.gr-input {
|
1051 |
-
color: #
|
1052 |
background-color: #252525 !important;
|
1053 |
}
|
1054 |
:root {
|
@@ -1060,7 +1077,7 @@ with gr.Blocks(css=css) as myface:
|
|
1060 |
</div>
|
1061 |
</body>
|
1062 |
</div>
|
1063 |
-
<p style="margin-bottom: 9px; color: #
|
1064 |
<h3>Fast Diffusion - A permanently online backup copy of ToyWorld!</h3></p>
|
1065 |
</div>
|
1066 |
""")
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/dosmixVAE",
|
8 |
+
"Yntec/elldrethSLucidMix",
|
9 |
+
"Yntec/DucHaitenNiji",
|
10 |
+
"Yntec/NaughtyChildren",
|
11 |
+
"Yntec/edgeOfRealism",
|
12 |
+
"Yntec/HitenDiffusion",
|
13 |
+
"Yntec/Citrus",
|
14 |
"Yntec/Splash",
|
15 |
"Yntec/animeSEXTILLION/",
|
16 |
"Yntec/animeTEN",
|
17 |
"digiplay/OldFish_v1.1_diffusers_recover",
|
18 |
"digiplay/OldFish_v1.1mix_hello",
|
19 |
"digiplay/OldFish_v1.1_personal_HDmix",
|
|
|
20 |
"Yntec/level4",
|
21 |
+
"digiplay/OldFish_fix1.1.997_diffusers",
|
22 |
"Yntec/SuperCuteRemix",
|
23 |
"digiplay/OldFish_v1.1",
|
24 |
"Yntec/elldrethsImagination",
|
|
|
31 |
"Yntec/aPhotographicTrend",
|
32 |
"Yntec/photoMovieXFinal",
|
33 |
"Yntec/aMovieX/",
|
|
|
34 |
"Yntec/GoldenEra",
|
35 |
+
"Yntec/Hassanim",
|
36 |
"Yntec/3DCuteWave",
|
37 |
"Yntec/ClassicEra",
|
38 |
"Yntec/lamettaNightly",
|
|
|
156 |
"Yntec/samdoesartsUlt",
|
157 |
"Yntec/NovelAI",
|
158 |
"Yntec/NovelAIRemix",
|
159 |
+
"Yntec/Hiten",
|
160 |
"stablediffusionapi/all-526-animated",
|
161 |
"AstraliteHeart/pony-diffusion",
|
162 |
"stablediffusionapi/chilloutmixsf",
|
|
|
164 |
"DucHaiten/DucHaitenSuperCute",
|
165 |
"stablediffusionapi/all-526",
|
166 |
"theintuitiveye/HARDblend",
|
|
|
167 |
"stablediffusionapi/cyberrealistic",
|
168 |
+
"stablediffusionapi/cusp-of-serenity",
|
169 |
"SG161222/Realistic_Vision_V1.4",
|
170 |
"digiplay/paulEberSRealismMix_v1",
|
171 |
"Ojimi/anime-kawai-diffusion",
|
|
|
233 |
"digiplay/PrefixRealisticMix_v1",
|
234 |
"digiplay/RealEpicMajicRevolution_v1", #07.11
|
235 |
"digiplay/ShampooMix_4", #252
|
236 |
+
"digiplay/ShowmakerMix_v1",
|
237 |
"digiplay/SoapMix2.5D_v1",
|
238 |
"digiplay/ZemiHR_v2_diffusers",
|
239 |
|
|
|
1003 |
gr.Interface.load(f"models/{models[461]}",live=True,preprocess=False),
|
1004 |
gr.Interface.load(f"models/{models[462]}",live=True,preprocess=False),
|
1005 |
gr.Interface.load(f"models/{models[463]}",live=True,preprocess=False),
|
1006 |
+
gr.Interface.load(f"models/{models[464]}",live=True,preprocess=False),
|
1007 |
+
gr.Interface.load(f"models/{models[465]}",live=True,preprocess=False),
|
1008 |
+
gr.Interface.load(f"models/{models[466]}",live=True,preprocess=False),
|
1009 |
+
gr.Interface.load(f"models/{models[467]}",live=True,preprocess=False),
|
1010 |
+
gr.Interface.load(f"models/{models[469]}",live=True,preprocess=False),
|
1011 |
+
|
1012 |
+
gr.Interface.load(f"models/{models[470]}",live=True,preprocess=False),
|
1013 |
+
gr.Interface.load(f"models/{models[471]}",live=True,preprocess=False),
|
1014 |
]
|
1015 |
|
1016 |
|
|
|
1038 |
<style>
|
1039 |
h1 {
|
1040 |
font-size: 6em;
|
1041 |
+
color: #c9c9c9;
|
1042 |
margin-top: 30px;
|
1043 |
margin-bottom: 30px;
|
1044 |
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
|
1045 |
}
|
1046 |
h3 {
|
1047 |
+
color: #c9c9c9; !important;
|
1048 |
}
|
1049 |
h4 {
|
1050 |
color: #ffffff; !important;
|
1051 |
}
|
1052 |
.gradio-container {
|
1053 |
background-image: linear-gradient(#252525, #1e1e1e, #181818) !important;
|
1054 |
+
color: #aaaaaa !important;
|
1055 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
1056 |
}
|
1057 |
.text-gray-500 {
|
1058 |
+
color: #c9c9c9 !important;
|
1059 |
}
|
1060 |
.gr-box {
|
1061 |
background-image: linear-gradient(#182634, #1e2f40, #254150) !important;
|
|
|
1065 |
border-left-color: #000000 !important;
|
1066 |
}
|
1067 |
.gr-input {
|
1068 |
+
color: #c9c9c9; !important;
|
1069 |
background-color: #252525 !important;
|
1070 |
}
|
1071 |
:root {
|
|
|
1077 |
</div>
|
1078 |
</body>
|
1079 |
</div>
|
1080 |
+
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1081 |
<h3>Fast Diffusion - A permanently online backup copy of ToyWorld!</h3></p>
|
1082 |
</div>
|
1083 |
""")
|