Yntec commited on
Commit
e2e5d59
β€’
1 Parent(s): ec3077b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -4,7 +4,12 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
 
 
7
  "Yntec/AnythingRemix",
 
 
8
  "digiplay/ya3_VAE",
9
  "Yntec/IronCatFateToons",
10
  "digiplay/fantasticmix_v65_test",
@@ -31,7 +36,6 @@ models = [
31
  "Yntec/SCMix",
32
  "digiplay/MeinaPastel_v1",
33
  "Yntec/Hassaku",
34
- "digiplay/AM-mix1",
35
  "Yntec/LeyLines",
36
  "Yntec/OG",
37
  "Yntec/Reanimate",
@@ -1207,6 +1211,9 @@ models2=[
1207
  gr.Interface.load(f"models/{models[563]}",live=True,preprocess=False),
1208
  gr.Interface.load(f"models/{models[564]}",live=True,preprocess=False),
1209
  gr.Interface.load(f"models/{models[565]}",live=True,preprocess=False),
 
 
 
1210
 
1211
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1212
 
@@ -1276,7 +1283,7 @@ with gr.Blocks(css=css) as myface:
1276
  </body>
1277
  </div>
1278
  <p style="margin-bottom: 9px; color: #aaaaaa;">
1279
- <h3>Top 560 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>
1280
  </div>
1281
  """)
1282
  with gr.Row():
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ models = [
8
+ "Yntec/mistoonEmerald2",
9
+ "digiplay/xxgSl526_v1",
10
  "Yntec/AnythingRemix",
11
+ "digiplay/AM-mix1",
12
+ "Yntec/AnalogMadness",
13
  "digiplay/ya3_VAE",
14
  "Yntec/IronCatFateToons",
15
  "digiplay/fantasticmix_v65_test",
 
36
  "Yntec/SCMix",
37
  "digiplay/MeinaPastel_v1",
38
  "Yntec/Hassaku",
 
39
  "Yntec/LeyLines",
40
  "Yntec/OG",
41
  "Yntec/Reanimate",
 
1211
  gr.Interface.load(f"models/{models[563]}",live=True,preprocess=False),
1212
  gr.Interface.load(f"models/{models[564]}",live=True,preprocess=False),
1213
  gr.Interface.load(f"models/{models[565]}",live=True,preprocess=False),
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
 
1218
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1219
 
 
1283
  </body>
1284
  </div>
1285
  <p style="margin-bottom: 9px; color: #aaaaaa;">
1286
+ <h3>Top 569 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>
1287
  </div>
1288
  """)
1289
  with gr.Row():