Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
7 |
"Yntec/Kitsch-In-Sync",
|
8 |
"digiplay/AingDiffusion9.2",
|
9 |
"Yntec/La-dee-dah-.-_",
|
@@ -13,7 +15,7 @@ models = [
|
|
13 |
"Yntec/AnalogMadness4",
|
14 |
"digiplay/quincemix_v1",
|
15 |
"Yntec/Wonderland",
|
16 |
-
|
17 |
"Yntec/Atlas",
|
18 |
"digiplay/BeenReal_diffusers",
|
19 |
"Yntec/KomowataHaruka",
|
@@ -42,8 +44,6 @@ models = [
|
|
42 |
"digiplay/ya3_VAE",
|
43 |
"Yntec/IronCatFateToons",
|
44 |
"digiplay/fantasticmix_v65_test",
|
45 |
-
"Yntec/MemeDiffusion",
|
46 |
-
"digiplay/fantexi_v0.9",
|
47 |
"Yntec/samaritan3dCartoon2MVAE",
|
48 |
"Yntec/Crystalwave", #1k
|
49 |
"Yntec/Synthwave",
|
@@ -67,6 +67,8 @@ models = [
|
|
67 |
"Yntec/MapleSyrup", #1K
|
68 |
"Yntec/iComixRemix", #1K
|
69 |
"Yntec/SamaritanDoesArt", #1K
|
|
|
|
|
70 |
"Yntec/Abased", #2k
|
71 |
"Yntec/SCMix", #2k
|
72 |
"Yntec/Hassaku", #2k
|
@@ -175,7 +177,6 @@ models = [
|
|
175 |
"Yntec/epiCPhotoGasm", #40K
|
176 |
"Yntec/YiffyMix", #44K
|
177 |
"Yntec/HitenDiffusion", #2K
|
178 |
-
"Yntec/CartoonStyleClassic",
|
179 |
"Yntec/CultClassic",
|
180 |
"Yntec/CinemaE",
|
181 |
"Yntec/GalenaVAE",
|
@@ -1265,6 +1266,8 @@ models2=[
|
|
1265 |
gr.Interface.load(f"models/{models[590]}",live=True,preprocess=False),
|
1266 |
gr.Interface.load(f"models/{models[591]}",live=True,preprocess=False),
|
1267 |
gr.Interface.load(f"models/{models[592]}",live=True,preprocess=False),
|
|
|
|
|
1268 |
|
1269 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1270 |
]
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/HellSKitchen",
|
8 |
+
"digiplay/MeinaMix_v7",
|
9 |
"Yntec/Kitsch-In-Sync",
|
10 |
"digiplay/AingDiffusion9.2",
|
11 |
"Yntec/La-dee-dah-.-_",
|
|
|
15 |
"Yntec/AnalogMadness4",
|
16 |
"digiplay/quincemix_v1",
|
17 |
"Yntec/Wonderland",
|
18 |
+
"digiplay/fantexi_v0.9",
|
19 |
"Yntec/Atlas",
|
20 |
"digiplay/BeenReal_diffusers",
|
21 |
"Yntec/KomowataHaruka",
|
|
|
44 |
"digiplay/ya3_VAE",
|
45 |
"Yntec/IronCatFateToons",
|
46 |
"digiplay/fantasticmix_v65_test",
|
|
|
|
|
47 |
"Yntec/samaritan3dCartoon2MVAE",
|
48 |
"Yntec/Crystalwave", #1k
|
49 |
"Yntec/Synthwave",
|
|
|
67 |
"Yntec/MapleSyrup", #1K
|
68 |
"Yntec/iComixRemix", #1K
|
69 |
"Yntec/SamaritanDoesArt", #1K
|
70 |
+
"Yntec/CartoonStyleClassic", #1K
|
71 |
+
"Yntec/MemeDiffusion", #2K
|
72 |
"Yntec/Abased", #2k
|
73 |
"Yntec/SCMix", #2k
|
74 |
"Yntec/Hassaku", #2k
|
|
|
177 |
"Yntec/epiCPhotoGasm", #40K
|
178 |
"Yntec/YiffyMix", #44K
|
179 |
"Yntec/HitenDiffusion", #2K
|
|
|
180 |
"Yntec/CultClassic",
|
181 |
"Yntec/CinemaE",
|
182 |
"Yntec/GalenaVAE",
|
|
|
1266 |
gr.Interface.load(f"models/{models[590]}",live=True,preprocess=False),
|
1267 |
gr.Interface.load(f"models/{models[591]}",live=True,preprocess=False),
|
1268 |
gr.Interface.load(f"models/{models[592]}",live=True,preprocess=False),
|
1269 |
+
gr.Interface.load(f"models/{models[593]}",live=True,preprocess=False),
|
1270 |
+
gr.Interface.load(f"models/{models[594]}",live=True,preprocess=False),
|
1271 |
|
1272 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1273 |
]
|