Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
7 |
"Yntec/Abased",
|
8 |
"digiplay/quincemix_v1",
|
9 |
"Yntec/AnythingV4-768",
|
@@ -60,6 +62,7 @@ models = [
|
|
60 |
"Yntec/DeliberateRemix", #1K
|
61 |
"Yntec/HassanBlend12", #1K
|
62 |
"Yntec/HassanBlend1512VAE", #1K
|
|
|
63 |
"Yntec/3DCute", #2K
|
64 |
"Yntec/SuperCuteRemix", #2K
|
65 |
"Yntec/Trending", #2K
|
@@ -134,7 +137,6 @@ models = [
|
|
134 |
"Yntec/nuipenimix2", #34K
|
135 |
"Yntec/epiCPhotoGasm", #40K
|
136 |
"Yntec/HitenDiffusion", #2K
|
137 |
-
"Yntec/MangledMerge3_768",
|
138 |
"Yntec/OpenLexica",
|
139 |
"Yntec/DreamLikeRemix",
|
140 |
"Yntec/humu",
|
@@ -1191,6 +1193,8 @@ models2=[
|
|
1191 |
gr.Interface.load(f"models/{models[555]}",live=True,preprocess=False),
|
1192 |
gr.Interface.load(f"models/{models[556]}",live=True,preprocess=False),
|
1193 |
gr.Interface.load(f"models/{models[557]}",live=True,preprocess=False),
|
|
|
|
|
1194 |
|
1195 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1196 |
|
@@ -1260,7 +1264,7 @@ with gr.Blocks(css=css) as myface:
|
|
1260 |
</body>
|
1261 |
</div>
|
1262 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1263 |
-
<h3>Top
|
1264 |
</div>
|
1265 |
""")
|
1266 |
with gr.Row():
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/pineappleAnimeMix",
|
8 |
+
"digiplay/majicMIX_realistic_v4"
|
9 |
"Yntec/Abased",
|
10 |
"digiplay/quincemix_v1",
|
11 |
"Yntec/AnythingV4-768",
|
|
|
62 |
"Yntec/DeliberateRemix", #1K
|
63 |
"Yntec/HassanBlend12", #1K
|
64 |
"Yntec/HassanBlend1512VAE", #1K
|
65 |
+
"Yntec/MangledMerge3_768", #1K
|
66 |
"Yntec/3DCute", #2K
|
67 |
"Yntec/SuperCuteRemix", #2K
|
68 |
"Yntec/Trending", #2K
|
|
|
137 |
"Yntec/nuipenimix2", #34K
|
138 |
"Yntec/epiCPhotoGasm", #40K
|
139 |
"Yntec/HitenDiffusion", #2K
|
|
|
140 |
"Yntec/OpenLexica",
|
141 |
"Yntec/DreamLikeRemix",
|
142 |
"Yntec/humu",
|
|
|
1193 |
gr.Interface.load(f"models/{models[555]}",live=True,preprocess=False),
|
1194 |
gr.Interface.load(f"models/{models[556]}",live=True,preprocess=False),
|
1195 |
gr.Interface.load(f"models/{models[557]}",live=True,preprocess=False),
|
1196 |
+
gr.Interface.load(f"models/{models[558]}",live=True,preprocess=False),
|
1197 |
+
gr.Interface.load(f"models/{models[559]}",live=True,preprocess=False),
|
1198 |
|
1199 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1200 |
|
|
|
1264 |
</body>
|
1265 |
</div>
|
1266 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1267 |
+
<h3>Top 560 Blitz Diffusion - A permanently online backup copy of <a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p style="color:#8150df;">Toy World!</p></b></u></a></h3></p>
|
1268 |
</div>
|
1269 |
""")
|
1270 |
with gr.Row():
|