Yntec commited on
Commit
fa06e85
β€’
1 Parent(s): d1d5a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -4,6 +4,8 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
 
7
  "Yntec/foto-assisted-diffusion",
8
  "digiplay/YabaLMixTrue25D_V1.0",
9
  "Yntec/elldrethSDreamMix",
@@ -62,7 +64,6 @@ models = [
62
  "Yntec/Yuzu",
63
  "Yntec/WoopWoopAnime",
64
  "Yntec/PotaytoPotahto",
65
- "Yntec/Protogen",
66
  "Yntec/Deliberate", #1K
67
  "Yntec/DeliberateRealisticWoop", #1K
68
  "Yntec/EstheticRetroAnime", #1K
@@ -77,6 +78,7 @@ models = [
77
  "Yntec/HassanBlend1512VAE", #1K
78
  "Yntec/MangledMerge3_768", #1K
79
  "Yntec/OpenLexica", #1K
 
80
  "Yntec/3DCute", #2K
81
  "Yntec/SuperCuteRemix", #2K
82
  "Yntec/Trending", #2K
@@ -90,6 +92,7 @@ models = [
90
  "Yntec/Citrus", #3K
91
  "Yntec/Classic", #3K
92
  "Yntec/BasilRemix", #3K
 
93
  "Yntec/BeautyFool", #4K
94
  "Yntec/CyberRealistic", #4K
95
  "Yntec/Lyriel", #4K
@@ -153,7 +156,6 @@ models = [
153
  "Yntec/nuipenimix2", #34K
154
  "Yntec/epiCPhotoGasm", #40K
155
  "Yntec/HitenDiffusion", #2K
156
- "Yntec/MapleSyrup",
157
  "Yntec/WoopWoopRemix",
158
  "Yntec/ArcticFowl",
159
  "Yntec/iComixRemix",
@@ -1218,6 +1220,8 @@ models2=[
1218
  gr.Interface.load(f"models/{models[569]}",live=True,preprocess=False),
1219
 
1220
  gr.Interface.load(f"models/{models[570]}",live=True,preprocess=False),
 
 
1221
 
1222
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1223
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/Shirayuki",
8
+ "digiplay/2K-VAE",
9
  "Yntec/foto-assisted-diffusion",
10
  "digiplay/YabaLMixTrue25D_V1.0",
11
  "Yntec/elldrethSDreamMix",
 
64
  "Yntec/Yuzu",
65
  "Yntec/WoopWoopAnime",
66
  "Yntec/PotaytoPotahto",
 
67
  "Yntec/Deliberate", #1K
68
  "Yntec/DeliberateRealisticWoop", #1K
69
  "Yntec/EstheticRetroAnime", #1K
 
78
  "Yntec/HassanBlend1512VAE", #1K
79
  "Yntec/MangledMerge3_768", #1K
80
  "Yntec/OpenLexica", #1K
81
+ "Yntec/MapleSyrup", #1K
82
  "Yntec/3DCute", #2K
83
  "Yntec/SuperCuteRemix", #2K
84
  "Yntec/Trending", #2K
 
92
  "Yntec/Citrus", #3K
93
  "Yntec/Classic", #3K
94
  "Yntec/BasilRemix", #3K
95
+ "Yntec/Protogen", #4K
96
  "Yntec/BeautyFool", #4K
97
  "Yntec/CyberRealistic", #4K
98
  "Yntec/Lyriel", #4K
 
156
  "Yntec/nuipenimix2", #34K
157
  "Yntec/epiCPhotoGasm", #40K
158
  "Yntec/HitenDiffusion", #2K
 
159
  "Yntec/WoopWoopRemix",
160
  "Yntec/ArcticFowl",
161
  "Yntec/iComixRemix",
 
1220
  gr.Interface.load(f"models/{models[569]}",live=True,preprocess=False),
1221
 
1222
  gr.Interface.load(f"models/{models[570]}",live=True,preprocess=False),
1223
+ gr.Interface.load(f"models/{models[571]}",live=True,preprocess=False),
1224
+ gr.Interface.load(f"models/{models[572]}",live=True,preprocess=False),
1225
 
1226
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1227