Yntec commited on
Commit
0cc17ce
1 Parent(s): 0292114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +25 -4
app.py CHANGED
@@ -4,6 +4,16 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
 
 
 
 
 
 
 
 
 
7
  "Yntec/SQUEE",
8
  "digiplay/HIJKLMix_v2",
9
  "Yntec/iffyMix",
@@ -23,7 +33,7 @@ models = [
23
  "Yntec/C-.-_-.-Aravaggio",
24
  "digiplay/RunDiffusionFX2.5D_v1_diffusers",
25
  "Yntec/Stuff",
26
- "digiplay/majicMIX_realistic_v1",
27
  "Yntec/LiberteRedmond",
28
  "digiplay/nk15_diffusers", #230
29
  "Yntec/Emoticons",
@@ -95,7 +105,6 @@ models = [
95
  "Yntec/FotoPhoto",
96
  "digiplay/CleanLinearMix",
97
  "Yntec/Ambrosia",
98
- "digiplay/NightmareShaper_v2DarkageLobotomy",
99
  "Yntec/Reliberate",
100
  "Yntec/BaronMix",
101
  "Yntec/ChilloutMix",
@@ -293,6 +302,7 @@ models = [
293
  "Yntec/NovelAI",
294
  "Yntec/NovelAIRemix",
295
  "Yntec/Hiten",
 
296
  "digiplay/RunDiffusionFXPhotorealistic_v1",
297
  "digiplay/2K-VAE",
298
  "digiplay/DucHaiten-Real3D-NSFW-V1",
@@ -1382,6 +1392,17 @@ models2=[
1382
  gr.Interface.load(f"models/{models[647]}",live=True,preprocess=False),
1383
  gr.Interface.load(f"models/{models[648]}",live=True,preprocess=False),
1384
  gr.Interface.load(f"models/{models[649]}",live=True,preprocess=False),
 
 
 
 
 
 
 
 
 
 
 
1385
 
1386
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1387
  ]
@@ -1461,8 +1482,8 @@ with gr.Blocks(css=css) as myface:
1461
  </body>
1462
  </div>
1463
  <p style="margin-bottom: 1px; color: #ffaa66;">
1464
- <h3>Blitz Diffusion - 650 Stable Diffusion models, but why? For your enjoyment!</h3></p>
1465
- <br><div class="wrapper">12.30 <img src="https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp" alt="NEW!" style="width:32px;height:16px;">Toys to play with: aBagOfChips, InfiniteLiberty, OnlyRealBlack, Paragon, fantasticmix25D4, iffyMix, HIJKLMix2, SQUEE!! and more! No more updates until next year!</div>
1466
  <p style="margin-bottom: 1px; font-size: 98%">
1467
  <br><h4>If a model is already loaded each new image takes less than 20 seconds to generate!</h4></p>
1468
  <p style="margin-bottom: 1px; color: #ffffff;">
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/animeSIXTYNINE",
8
+ "digiplay/AbsoluteReality_v1.8.1",
9
+ "Yntec/Memento",
10
+ "digiplay/RealCartoon3D_v6",
11
+ "Yntec/RealLife",
12
+ "digiplay/majicMIX_realistic_v6",
13
+ "Yntec/Vintedois",
14
+ "digiplay/SXZ_Luma_v0.98VAE",
15
+ "Yntec/Based64",
16
+ "digiplay/NextGenMix_R2.8VAE",
17
  "Yntec/SQUEE",
18
  "digiplay/HIJKLMix_v2",
19
  "Yntec/iffyMix",
 
33
  "Yntec/C-.-_-.-Aravaggio",
34
  "digiplay/RunDiffusionFX2.5D_v1_diffusers",
35
  "Yntec/Stuff",
36
+ "digiplay/NightmareShaper_v2DarkageLobotomy",
37
  "Yntec/LiberteRedmond",
38
  "digiplay/nk15_diffusers", #230
39
  "Yntec/Emoticons",
 
105
  "Yntec/FotoPhoto",
106
  "digiplay/CleanLinearMix",
107
  "Yntec/Ambrosia",
 
108
  "Yntec/Reliberate",
109
  "Yntec/BaronMix",
110
  "Yntec/ChilloutMix",
 
302
  "Yntec/NovelAI",
303
  "Yntec/NovelAIRemix",
304
  "Yntec/Hiten",
305
+ "digiplay/majicMIX_realistic_v1",
306
  "digiplay/RunDiffusionFXPhotorealistic_v1",
307
  "digiplay/2K-VAE",
308
  "digiplay/DucHaiten-Real3D-NSFW-V1",
 
1392
  gr.Interface.load(f"models/{models[647]}",live=True,preprocess=False),
1393
  gr.Interface.load(f"models/{models[648]}",live=True,preprocess=False),
1394
  gr.Interface.load(f"models/{models[649]}",live=True,preprocess=False),
1395
+
1396
+ gr.Interface.load(f"models/{models[650]}",live=True,preprocess=False),
1397
+ gr.Interface.load(f"models/{models[651]}",live=True,preprocess=False),
1398
+ gr.Interface.load(f"models/{models[652]}",live=True,preprocess=False),
1399
+ gr.Interface.load(f"models/{models[653]}",live=True,preprocess=False),
1400
+ gr.Interface.load(f"models/{models[654]}",live=True,preprocess=False),
1401
+ gr.Interface.load(f"models/{models[655]}",live=True,preprocess=False),
1402
+ gr.Interface.load(f"models/{models[656]}",live=True,preprocess=False),
1403
+ gr.Interface.load(f"models/{models[657]}",live=True,preprocess=False),
1404
+ gr.Interface.load(f"models/{models[658]}",live=True,preprocess=False),
1405
+ gr.Interface.load(f"models/{models[659]}",live=True,preprocess=False),
1406
 
1407
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1408
  ]
 
1482
  </body>
1483
  </div>
1484
  <p style="margin-bottom: 1px; color: #ffaa66;">
1485
+ <h3>Blitz Diffusion - 660 Stable Diffusion models, but why? For your enjoyment!</h3></p>
1486
+ <br><div class="wrapper">2024 <img src="https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp" alt="NEW!" style="width:32px;height:16px;">Toys to play with: NextGenR2, Based64, SXZLuma98, Vintedois, majicMIXRealistic6, RealLife, RealCartoon3D6, Memento, AbsoluteReality181 and animeSIXTYNINE!</div>
1487
  <p style="margin-bottom: 1px; font-size: 98%">
1488
  <br><h4>If a model is already loaded each new image takes less than 20 seconds to generate!</h4></p>
1489
  <p style="margin-bottom: 1px; color: #ffffff;">