Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,9 @@ from pathlib import Path
|
|
5 |
|
6 |
models = [
|
7 |
"Yntec/Tantrum",
|
|
|
8 |
"Yntec/CutesyAnime",
|
|
|
9 |
"Yntec/HellSKitchen",
|
10 |
"digiplay/MeinaMix_v7",
|
11 |
"Yntec/Kitsch-In-Sync",
|
@@ -328,7 +330,6 @@ models = [
|
|
328 |
|
329 |
"digiplay/2K", #216
|
330 |
"digiplay/AIGEN_v1.4_diffusers",
|
331 |
-
"digiplay/asyncsMIX_v2",
|
332 |
"digiplay/BrickAndMortarMix_v2.0_diffusers", #224
|
333 |
"digiplay/BeautyFool_v1.2VAE_pruned",
|
334 |
"digiplay/breakdomainrealistic_R2333",
|
@@ -1264,14 +1265,15 @@ models2=[
|
|
1264 |
gr.Interface.load(f"models/{models[586]}",live=True,preprocess=False),
|
1265 |
gr.Interface.load(f"models/{models[587]}",live=True,preprocess=False),
|
1266 |
gr.Interface.load(f"models/{models[588]}",live=True,preprocess=False),
|
1267 |
-
|
1268 |
-
|
1269 |
#gr.Interface.load(f"models/{models[591]}",live=True,preprocess=False),
|
1270 |
#gr.Interface.load(f"models/{models[592]}",live=True,preprocess=False),
|
1271 |
#gr.Interface.load(f"models/{models[593]}",live=True,preprocess=False),
|
1272 |
#gr.Interface.load(f"models/{models[594]}",live=True,preprocess=False),
|
1273 |
#gr.Interface.load(f"models/{models[595]}",live=True,preprocess=False),
|
1274 |
#gr.Interface.load(f"models/{models[596]}",live=True,preprocess=False),
|
|
|
1275 |
|
1276 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1277 |
]
|
@@ -1340,7 +1342,7 @@ with gr.Blocks(css=css) as myface:
|
|
1340 |
</body>
|
1341 |
</div>
|
1342 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1343 |
-
<h3>Top
|
1344 |
</div>
|
1345 |
""")
|
1346 |
with gr.Row():
|
|
|
5 |
|
6 |
models = [
|
7 |
"Yntec/Tantrum",
|
8 |
+
"digiplay/MengX_Mix_Real_v3",
|
9 |
"Yntec/CutesyAnime",
|
10 |
+
"digiplay/asyncsMIX_v2",
|
11 |
"Yntec/HellSKitchen",
|
12 |
"digiplay/MeinaMix_v7",
|
13 |
"Yntec/Kitsch-In-Sync",
|
|
|
330 |
|
331 |
"digiplay/2K", #216
|
332 |
"digiplay/AIGEN_v1.4_diffusers",
|
|
|
333 |
"digiplay/BrickAndMortarMix_v2.0_diffusers", #224
|
334 |
"digiplay/BeautyFool_v1.2VAE_pruned",
|
335 |
"digiplay/breakdomainrealistic_R2333",
|
|
|
1265 |
gr.Interface.load(f"models/{models[586]}",live=True,preprocess=False),
|
1266 |
gr.Interface.load(f"models/{models[587]}",live=True,preprocess=False),
|
1267 |
gr.Interface.load(f"models/{models[588]}",live=True,preprocess=False),
|
1268 |
+
gr.Interface.load(f"models/{models[589]}",live=True,preprocess=False),
|
1269 |
+
gr.Interface.load(f"models/{models[590]}",live=True,preprocess=False),
|
1270 |
#gr.Interface.load(f"models/{models[591]}",live=True,preprocess=False),
|
1271 |
#gr.Interface.load(f"models/{models[592]}",live=True,preprocess=False),
|
1272 |
#gr.Interface.load(f"models/{models[593]}",live=True,preprocess=False),
|
1273 |
#gr.Interface.load(f"models/{models[594]}",live=True,preprocess=False),
|
1274 |
#gr.Interface.load(f"models/{models[595]}",live=True,preprocess=False),
|
1275 |
#gr.Interface.load(f"models/{models[596]}",live=True,preprocess=False),
|
1276 |
+
#gr.Interface.load(f"models/{models[597]}",live=True,preprocess=False),
|
1277 |
|
1278 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1279 |
]
|
|
|
1342 |
</body>
|
1343 |
</div>
|
1344 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1345 |
+
<h3>Top 590 Blitz Diffusion - A permanently online backup copy of <a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><p style="color:#8150df;"><b>Toy World!</b></p></u></a></h3></p>
|
1346 |
</div>
|
1347 |
""")
|
1348 |
with gr.Row():
|