Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,10 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
7 |
"Yntec/Atlas",
|
8 |
-
"digiplay/
|
9 |
"Yntec/KomowataHaruka",
|
10 |
"digiplay/lutDiffusion_v09Beta",
|
11 |
"Yntec/FotoPhoto",
|
@@ -39,7 +41,6 @@ models = [
|
|
39 |
"Yntec/Abased",
|
40 |
"digiplay/quincemix_v1",
|
41 |
"Yntec/AnythingV4-768",
|
42 |
-
"digiplay/BeenReal_diffusers",
|
43 |
"Yntec/StolenDreams",
|
44 |
"Yntec/Crystalwave",
|
45 |
"Yntec/theAllysMixIIIRevolutions",
|
@@ -86,6 +87,7 @@ models = [
|
|
86 |
"Yntec/MangledMerge3_768", #1K
|
87 |
"Yntec/OpenLexica", #1K
|
88 |
"Yntec/MapleSyrup", #1K
|
|
|
89 |
"Yntec/3DCute", #2K
|
90 |
"Yntec/SuperCuteRemix", #2K
|
91 |
"Yntec/Trending", #2K
|
@@ -165,7 +167,6 @@ models = [
|
|
165 |
"Yntec/nuipenimix2", #34K
|
166 |
"Yntec/epiCPhotoGasm", #40K
|
167 |
"Yntec/HitenDiffusion", #2K
|
168 |
-
"Yntec/iComixRemix",
|
169 |
"Yntec/SamaritanDoesArt",
|
170 |
"Yntec/samaritan3dCartoon2MVAE",
|
171 |
"Yntec/CartoonStyleClassic",
|
@@ -224,6 +225,7 @@ models = [
|
|
224 |
"Yntec/NovelAI",
|
225 |
"Yntec/NovelAIRemix",
|
226 |
"Yntec/Hiten",
|
|
|
227 |
"digiplay/AingDiffusion8.5",
|
228 |
"digiplay/AingDiffusion6",
|
229 |
"digiplay/AingDiffusion8.17",
|
@@ -1248,6 +1250,8 @@ models2=[
|
|
1248 |
gr.Interface.load(f"models/{models[582]}",live=True,preprocess=False),
|
1249 |
gr.Interface.load(f"models/{models[583]}",live=True,preprocess=False),
|
1250 |
gr.Interface.load(f"models/{models[584]}",live=True,preprocess=False),
|
|
|
|
|
1251 |
|
1252 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1253 |
]
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/La-dee-dah-.-_",
|
8 |
+
"digiplay/AingDiffusion8",
|
9 |
"Yntec/Atlas",
|
10 |
+
"digiplay/BeenReal_diffusers",
|
11 |
"Yntec/KomowataHaruka",
|
12 |
"digiplay/lutDiffusion_v09Beta",
|
13 |
"Yntec/FotoPhoto",
|
|
|
41 |
"Yntec/Abased",
|
42 |
"digiplay/quincemix_v1",
|
43 |
"Yntec/AnythingV4-768",
|
|
|
44 |
"Yntec/StolenDreams",
|
45 |
"Yntec/Crystalwave",
|
46 |
"Yntec/theAllysMixIIIRevolutions",
|
|
|
87 |
"Yntec/MangledMerge3_768", #1K
|
88 |
"Yntec/OpenLexica", #1K
|
89 |
"Yntec/MapleSyrup", #1K
|
90 |
+
"Yntec/iComixRemix", #1K
|
91 |
"Yntec/3DCute", #2K
|
92 |
"Yntec/SuperCuteRemix", #2K
|
93 |
"Yntec/Trending", #2K
|
|
|
167 |
"Yntec/nuipenimix2", #34K
|
168 |
"Yntec/epiCPhotoGasm", #40K
|
169 |
"Yntec/HitenDiffusion", #2K
|
|
|
170 |
"Yntec/SamaritanDoesArt",
|
171 |
"Yntec/samaritan3dCartoon2MVAE",
|
172 |
"Yntec/CartoonStyleClassic",
|
|
|
225 |
"Yntec/NovelAI",
|
226 |
"Yntec/NovelAIRemix",
|
227 |
"Yntec/Hiten",
|
228 |
+
"digiplay/AingDiffusion9",
|
229 |
"digiplay/AingDiffusion8.5",
|
230 |
"digiplay/AingDiffusion6",
|
231 |
"digiplay/AingDiffusion8.17",
|
|
|
1250 |
gr.Interface.load(f"models/{models[582]}",live=True,preprocess=False),
|
1251 |
gr.Interface.load(f"models/{models[583]}",live=True,preprocess=False),
|
1252 |
gr.Interface.load(f"models/{models[584]}",live=True,preprocess=False),
|
1253 |
+
gr.Interface.load(f"models/{models[585]}",live=True,preprocess=False),
|
1254 |
+
gr.Interface.load(f"models/{models[586]}",live=True,preprocess=False),
|
1255 |
|
1256 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1257 |
]
|