Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,8 @@ import os
|
|
3 |
import sys
|
4 |
from pathlib import Path
|
5 |
|
6 |
-
models = [
|
|
|
7 |
"Yntec/HellSKitchen",
|
8 |
"digiplay/MeinaMix_v7",
|
9 |
"Yntec/Kitsch-In-Sync",
|
@@ -262,7 +263,7 @@ models = [
|
|
262 |
"DucHaiten/DucHaitenDreamWorld",
|
263 |
"digiplay/LemonteaMixPainterly2_v1",
|
264 |
"Hius/DreamFul-V2",
|
265 |
-
|
266 |
"digiplay/SweetMuse_diffusers",
|
267 |
"stablediffusionapi/icomix-2",
|
268 |
#"digiplay/Realisian_v1",
|
@@ -1258,8 +1259,8 @@ models2=[
|
|
1258 |
gr.Interface.load(f"models/{models[582]}",live=True,preprocess=False),
|
1259 |
gr.Interface.load(f"models/{models[583]}",live=True,preprocess=False),
|
1260 |
gr.Interface.load(f"models/{models[584]}",live=True,preprocess=False),
|
1261 |
-
|
1262 |
-
|
1263 |
#gr.Interface.load(f"models/{models[587]}",live=True,preprocess=False),
|
1264 |
#gr.Interface.load(f"models/{models[588]}",live=True,preprocess=False),
|
1265 |
#gr.Interface.load(f"models/{models[589]}",live=True,preprocess=False),
|
@@ -1268,6 +1269,7 @@ models2=[
|
|
1268 |
#gr.Interface.load(f"models/{models[592]}",live=True,preprocess=False),
|
1269 |
#gr.Interface.load(f"models/{models[593]}",live=True,preprocess=False),
|
1270 |
#gr.Interface.load(f"models/{models[594]}",live=True,preprocess=False),
|
|
|
1271 |
|
1272 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1273 |
]
|
@@ -1336,7 +1338,7 @@ with gr.Blocks(css=css) as myface:
|
|
1336 |
</body>
|
1337 |
</div>
|
1338 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1339 |
-
<h3>Top
|
1340 |
</div>
|
1341 |
""")
|
1342 |
with gr.Row():
|
|
|
3 |
import sys
|
4 |
from pathlib import Path
|
5 |
|
6 |
+
models = [
|
7 |
+
"Yntec/Tantrum",
|
8 |
"Yntec/HellSKitchen",
|
9 |
"digiplay/MeinaMix_v7",
|
10 |
"Yntec/Kitsch-In-Sync",
|
|
|
263 |
"DucHaiten/DucHaitenDreamWorld",
|
264 |
"digiplay/LemonteaMixPainterly2_v1",
|
265 |
"Hius/DreamFul-V2",
|
266 |
+
"lambdalabs/sd-naruto-diffusers", #201
|
267 |
"digiplay/SweetMuse_diffusers",
|
268 |
"stablediffusionapi/icomix-2",
|
269 |
#"digiplay/Realisian_v1",
|
|
|
1259 |
gr.Interface.load(f"models/{models[582]}",live=True,preprocess=False),
|
1260 |
gr.Interface.load(f"models/{models[583]}",live=True,preprocess=False),
|
1261 |
gr.Interface.load(f"models/{models[584]}",live=True,preprocess=False),
|
1262 |
+
gr.Interface.load(f"models/{models[585]}",live=True,preprocess=False),
|
1263 |
+
gr.Interface.load(f"models/{models[586]}",live=True,preprocess=False),
|
1264 |
#gr.Interface.load(f"models/{models[587]}",live=True,preprocess=False),
|
1265 |
#gr.Interface.load(f"models/{models[588]}",live=True,preprocess=False),
|
1266 |
#gr.Interface.load(f"models/{models[589]}",live=True,preprocess=False),
|
|
|
1269 |
#gr.Interface.load(f"models/{models[592]}",live=True,preprocess=False),
|
1270 |
#gr.Interface.load(f"models/{models[593]}",live=True,preprocess=False),
|
1271 |
#gr.Interface.load(f"models/{models[594]}",live=True,preprocess=False),
|
1272 |
+
#gr.Interface.load(f"models/{models[595]}",live=True,preprocess=False),
|
1273 |
|
1274 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1275 |
]
|
|
|
1338 |
</body>
|
1339 |
</div>
|
1340 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
1341 |
+
<h3>Top 587 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>
|
1342 |
</div>
|
1343 |
""")
|
1344 |
with gr.Row():
|