Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,9 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
|
|
7 |
"Yntec/Wonderland",
|
8 |
"digiplay/quincemix_v1",
|
9 |
"Yntec/La-dee-dah-.-_",
|
@@ -39,7 +42,6 @@ models = [
|
|
39 |
"Yntec/MemeDiffusion",
|
40 |
"digiplay/fantexi_v0.9",
|
41 |
"Yntec/pineappleAnimeMix",
|
42 |
-
"digiplay/AbsoluteReality_v1.0_diffusers",
|
43 |
"Yntec/Abased",
|
44 |
"Yntec/AnythingV4-768",
|
45 |
"Yntec/StolenDreams",
|
@@ -1254,6 +1256,8 @@ models2=[
|
|
1254 |
gr.Interface.load(f"models/{models[585]}",live=True,preprocess=False),
|
1255 |
gr.Interface.load(f"models/{models[586]}",live=True,preprocess=False),
|
1256 |
gr.Interface.load(f"models/{models[587]}",live=True,preprocess=False),
|
|
|
|
|
1257 |
|
1258 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1259 |
]
|
@@ -1322,7 +1326,7 @@ with gr.Blocks(css=css) as myface:
|
|
1322 |
</body>
|
1323 |
</div>
|
1324 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1325 |
-
<h3>Top
|
1326 |
</div>
|
1327 |
""")
|
1328 |
with gr.Row():
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"digiplay/GhostMixV1.2VAE",
|
8 |
+
"Yntec/AnalogMadness4",
|
9 |
+
"digiplay/AbsoluteReality_v1.0_diffusers",
|
10 |
"Yntec/Wonderland",
|
11 |
"digiplay/quincemix_v1",
|
12 |
"Yntec/La-dee-dah-.-_",
|
|
|
42 |
"Yntec/MemeDiffusion",
|
43 |
"digiplay/fantexi_v0.9",
|
44 |
"Yntec/pineappleAnimeMix",
|
|
|
45 |
"Yntec/Abased",
|
46 |
"Yntec/AnythingV4-768",
|
47 |
"Yntec/StolenDreams",
|
|
|
1256 |
gr.Interface.load(f"models/{models[585]}",live=True,preprocess=False),
|
1257 |
gr.Interface.load(f"models/{models[586]}",live=True,preprocess=False),
|
1258 |
gr.Interface.load(f"models/{models[587]}",live=True,preprocess=False),
|
1259 |
+
gr.Interface.load(f"models/{models[588]}",live=True,preprocess=False),
|
1260 |
+
gr.Interface.load(f"models/{models[589]}",live=True,preprocess=False),
|
1261 |
|
1262 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1263 |
]
|
|
|
1326 |
</body>
|
1327 |
</div>
|
1328 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1329 |
+
<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>
|
1330 |
</div>
|
1331 |
""")
|
1332 |
with gr.Row():
|