Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,8 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
|
|
|
| 7 |
"Yntec/theAllysMixIIIRevolutions",
|
| 8 |
"digiplay/RunDiffusionFXPhotorealistic_v1",
|
| 9 |
"Yntec/Synthwave",
|
|
@@ -195,6 +197,7 @@ models = [
|
|
| 195 |
"Yntec/NovelAIRemix",
|
| 196 |
"Yntec/Hiten",
|
| 197 |
"AIARTCHAN/AbyssHellHero",
|
|
|
|
| 198 |
"digiplay/Sudachi_diffusers",
|
| 199 |
"digiplay/AingDiffusion7.5",
|
| 200 |
"digiplay/CleanLinearMix_nsfw",
|
|
@@ -1168,6 +1171,10 @@ models2=[
|
|
| 1168 |
gr.Interface.load(f"models/{models[545]}",live=True,preprocess=False),
|
| 1169 |
gr.Interface.load(f"models/{models[546]}",live=True,preprocess=False),
|
| 1170 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1171 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1172 |
|
| 1173 |
]
|
|
@@ -1236,7 +1243,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 1236 |
</body>
|
| 1237 |
</div>
|
| 1238 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 1239 |
-
<h3>Top
|
| 1240 |
</div>
|
| 1241 |
""")
|
| 1242 |
with gr.Row():
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/Crystalwave",
|
| 8 |
+
"digiplay/NightmareShaper_v2DarkageLobotomy",
|
| 9 |
"Yntec/theAllysMixIIIRevolutions",
|
| 10 |
"digiplay/RunDiffusionFXPhotorealistic_v1",
|
| 11 |
"Yntec/Synthwave",
|
|
|
|
| 197 |
"Yntec/NovelAIRemix",
|
| 198 |
"Yntec/Hiten",
|
| 199 |
"AIARTCHAN/AbyssHellHero",
|
| 200 |
+
"digiplay/futaall_v8_VAE_diffusers",
|
| 201 |
"digiplay/Sudachi_diffusers",
|
| 202 |
"digiplay/AingDiffusion7.5",
|
| 203 |
"digiplay/CleanLinearMix_nsfw",
|
|
|
|
| 1171 |
gr.Interface.load(f"models/{models[545]}",live=True,preprocess=False),
|
| 1172 |
gr.Interface.load(f"models/{models[546]}",live=True,preprocess=False),
|
| 1173 |
|
| 1174 |
+
gr.Interface.load(f"models/{models[547]}",live=True,preprocess=False),
|
| 1175 |
+
gr.Interface.load(f"models/{models[548]}",live=True,preprocess=False),
|
| 1176 |
+
gr.Interface.load(f"models/{models[549]}",live=True,preprocess=False),
|
| 1177 |
+
|
| 1178 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1179 |
|
| 1180 |
]
|
|
|
|
| 1243 |
</body>
|
| 1244 |
</div>
|
| 1245 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 1246 |
+
<h3>Top 550 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>
|
| 1247 |
</div>
|
| 1248 |
""")
|
| 1249 |
with gr.Row():
|