Yntec commited on
Commit
7965999
1 Parent(s): afb99c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +44 -4
app.py CHANGED
@@ -3,8 +3,26 @@ import os
3
  import sys
4
  from pathlib import Path
5
 
6
- models = [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  "Yntec/Fabulous", #700
 
 
 
8
  "digiplay/BeautifulFantasyRealMix_diffusers", #698
9
  "Yntec/IncredibleLife", #699
10
  "digiplay/MGM",
@@ -1493,6 +1511,28 @@ models2=[
1493
  gr.Interface.load(f"models/{models[698]}",live=True,preprocess=False),
1494
  gr.Interface.load(f"models/{models[699]}",live=True,preprocess=False),
1495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1496
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1497
  ]
1498
 
@@ -1571,12 +1611,12 @@ with gr.Blocks(css=css) as myface:
1571
  </body>
1572
  </div>
1573
  <p style="margin-bottom: 1px; color: #ffaa66;">
1574
- <h3>Blitz Diffusion - 700 Stable Diffusion models, but why? For your enjoyment!</h3></p>
1575
- <br><div class="wrapper">3.26 <img src="https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp" alt="NEW!" style="width:32px;height:16px;">Toys to play with: 22 new models added since last update!</div>
1576
  <p style="margin-bottom: 1px; font-size: 98%">
1577
  <br><h4>If a model is already loaded each new image takes less than 20 seconds to generate!</h4></p>
1578
  <p style="margin-bottom: 1px; color: #ffffff;">
1579
- <br><div class="footer">Generate 6 images from 1 prompt at the <a href="https://huggingface.co/spaces/Yntec/PrintingPress">PrintingPress</a>!
1580
  </p></p>
1581
  </div>
1582
  """)
 
3
  import sys
4
  from pathlib import Path
5
 
6
+ models = [
7
+ "Yntec/NostalgicLife", #718
8
+ "digiplay/aurorafantasy_v1", #717
9
+ "digiplay/fCAnimeMix_v2", #716
10
+ "Yntec/Voxel", #715
11
+ "digiplay/snowpear_anime", #714
12
+ "digiplay/WhiteDreamyHillMix_v1_VAE", #713
13
+ "Yntec/Prodigy", #712
14
+ "digiplay/ya3_xt", #711
15
+ "digiplay/XtReMixUltimateMerge_v1.5", #710
16
+ "Yntec/Protogen_Unofficial_Release", #709
17
+ "digiplay/majicMIX_lux_v3", #708
18
+ "digiplay/richyrichmix_V2Fp16", #707
19
+ "Yntec/Timeless", #703
20
+ "digiplay/seizamix_v2", #706
21
+ "digiplay/AnalogMadness-realistic-model-v4", #705
22
  "Yntec/Fabulous", #700
23
+ "digiplay/realspice_v2", #702
24
+ "digiplay/supashymix_v30Lite", #701
25
+ "Yntec/DucHaitenRetro2", #704
26
  "digiplay/BeautifulFantasyRealMix_diffusers", #698
27
  "Yntec/IncredibleLife", #699
28
  "digiplay/MGM",
 
1511
  gr.Interface.load(f"models/{models[698]}",live=True,preprocess=False),
1512
  gr.Interface.load(f"models/{models[699]}",live=True,preprocess=False),
1513
 
1514
+ gr.Interface.load(f"models/{models[700]}",live=True,preprocess=False),
1515
+ gr.Interface.load(f"models/{models[701]}",live=True,preprocess=False),
1516
+ gr.Interface.load(f"models/{models[702]}",live=True,preprocess=False),
1517
+ gr.Interface.load(f"models/{models[703]}",live=True,preprocess=False),
1518
+ gr.Interface.load(f"models/{models[704]}",live=True,preprocess=False),
1519
+ gr.Interface.load(f"models/{models[705]}",live=True,preprocess=False),
1520
+ gr.Interface.load(f"models/{models[706]}",live=True,preprocess=False),
1521
+ gr.Interface.load(f"models/{models[707]}",live=True,preprocess=False),
1522
+ gr.Interface.load(f"models/{models[708]}",live=True,preprocess=False),
1523
+ gr.Interface.load(f"models/{models[709]}",live=True,preprocess=False),
1524
+
1525
+ gr.Interface.load(f"models/{models[710]}",live=True,preprocess=False),
1526
+ gr.Interface.load(f"models/{models[711]}",live=True,preprocess=False),
1527
+ gr.Interface.load(f"models/{models[712]}",live=True,preprocess=False),
1528
+ gr.Interface.load(f"models/{models[713]}",live=True,preprocess=False),
1529
+ gr.Interface.load(f"models/{models[714]}",live=True,preprocess=False),
1530
+ gr.Interface.load(f"models/{models[715]}",live=True,preprocess=False),
1531
+ gr.Interface.load(f"models/{models[716]}",live=True,preprocess=False),
1532
+ gr.Interface.load(f"models/{models[717]}",live=True,preprocess=False),
1533
+ # gr.Interface.load(f"models/{models[708]}",live=True,preprocess=False),
1534
+ # gr.Interface.load(f"models/{models[709]}",live=True,preprocess=False),
1535
+
1536
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1537
  ]
1538
 
 
1611
  </body>
1612
  </div>
1613
  <p style="margin-bottom: 1px; color: #ffaa66;">
1614
+ <h3>Blitz Diffusion - 718 Stable Diffusion models, but why? For your enjoyment!</h3></p>
1615
+ <br><div class="wrapper">4.12 <img src="https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp" alt="NEW!" style="width:32px;height:16px;">Toys to play with: NostalgicLife, AuroraFantasy, FcAnime2, Voxel, SnowPearAnime, WhiteDreamyHillVAE, Prodigy, ya3_xt, XtReMixUltimateMergev1.5 and 9 more!</div>
1616
  <p style="margin-bottom: 1px; font-size: 98%">
1617
  <br><h4>If a model is already loaded each new image takes less than 20 seconds to generate!</h4></p>
1618
  <p style="margin-bottom: 1px; color: #ffffff;">
1619
+ <br><div class="wrapper">Generate 6 images from 1 prompt at the <u><a href="https://huggingface.co/spaces/Yntec/PrintingPress">PrintingPress</a></u>, and use 6 models simultaneusly at <u><a href="https://huggingface.co/spaces/Yntec/diffusion70xx">Diffusion70XX</a></u>!
1620
  </p></p>
1621
  </div>
1622
  """)