Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,9 @@ import os
|
|
| 3 |
import sys
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
-
models = [
|
|
|
|
|
|
|
| 7 |
"Yntec/mistoonEmerald2",
|
| 8 |
"digiplay/xxgSl526_v1",
|
| 9 |
"Yntec/AnythingRemix",
|
|
@@ -149,7 +151,6 @@ models = [
|
|
| 149 |
"Yntec/nuipenimix2", #34K
|
| 150 |
"Yntec/epiCPhotoGasm", #40K
|
| 151 |
"Yntec/HitenDiffusion", #2K
|
| 152 |
-
"Linaqruf/animagine-xl",
|
| 153 |
"nerijs/pixel-art-xl",
|
| 154 |
"Yntec/MapleSyrup",
|
| 155 |
"Yntec/WoopWoopRemix",
|
|
@@ -1213,6 +1214,7 @@ models2=[
|
|
| 1213 |
gr.Interface.load(f"models/{models[566]}",live=True,preprocess=False),
|
| 1214 |
gr.Interface.load(f"models/{models[567]}",live=True,preprocess=False),
|
| 1215 |
gr.Interface.load(f"models/{models[568]}",live=True,preprocess=False),
|
|
|
|
| 1216 |
|
| 1217 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1218 |
|
|
@@ -1282,7 +1284,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 1282 |
</body>
|
| 1283 |
</div>
|
| 1284 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 1285 |
-
<h3>Top
|
| 1286 |
</div>
|
| 1287 |
""")
|
| 1288 |
with gr.Row():
|
|
|
|
| 3 |
import sys
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
+
models = [
|
| 7 |
+
"Yntec/elldrethSDreamMix"
|
| 8 |
+
"digiplay/kencanmix_v1.5",
|
| 9 |
"Yntec/mistoonEmerald2",
|
| 10 |
"digiplay/xxgSl526_v1",
|
| 11 |
"Yntec/AnythingRemix",
|
|
|
|
| 151 |
"Yntec/nuipenimix2", #34K
|
| 152 |
"Yntec/epiCPhotoGasm", #40K
|
| 153 |
"Yntec/HitenDiffusion", #2K
|
|
|
|
| 154 |
"nerijs/pixel-art-xl",
|
| 155 |
"Yntec/MapleSyrup",
|
| 156 |
"Yntec/WoopWoopRemix",
|
|
|
|
| 1214 |
gr.Interface.load(f"models/{models[566]}",live=True,preprocess=False),
|
| 1215 |
gr.Interface.load(f"models/{models[567]}",live=True,preprocess=False),
|
| 1216 |
gr.Interface.load(f"models/{models[568]}",live=True,preprocess=False),
|
| 1217 |
+
gr.Interface.load(f"models/{models[569]}",live=True,preprocess=False),
|
| 1218 |
|
| 1219 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1220 |
|
|
|
|
| 1284 |
</body>
|
| 1285 |
</div>
|
| 1286 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 1287 |
+
<h3>Top 570 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>
|
| 1288 |
</div>
|
| 1289 |
""")
|
| 1290 |
with gr.Row():
|