Update app.py
Browse files
app.py
CHANGED
@@ -4,81 +4,82 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
"Yntec/
|
8 |
"Yntec/GoldenEra",
|
9 |
-
"Yntec/
|
10 |
"Yntec/ClassicEra",
|
|
|
11 |
"Yntec/GoodLife",
|
12 |
"Yntec/DucHaiten-GoldenLife",
|
13 |
"Yntec/BasilRemix",
|
14 |
"Yntec/ReVAnimated768",
|
15 |
"Yntec/lamettaRemix",
|
16 |
"Yntec/lametta",
|
17 |
-
"Yntec/humu",
|
18 |
"Yntec/vividicAnime",
|
19 |
-
"Yntec/NovelAIRemix",
|
20 |
"Yntec/Dreamscape",
|
21 |
"Yntec/NeverEndingDream768",
|
|
|
|
|
22 |
"Yntec/HassanBlend12",
|
23 |
"Yntec/HassanBlend1512VAE",
|
24 |
-
"Yntec/Dreamscapes_n_Dragonfire_v2",
|
25 |
"Yntec/REV",
|
26 |
"Yntec/CetusRemix",
|
|
|
27 |
"Yntec/Cetus",
|
28 |
"Yntec/RadiantCinemagic",
|
29 |
"Yntec/RadiantVibes",
|
30 |
"Yntec/OpenGenDiffusers",
|
31 |
-
"Yntec/DeliShaper",
|
32 |
"Yntec/Dreamlike",
|
33 |
-
"Yntec/dreamlike-photoreal-remix",
|
34 |
-
"Yntec/DreamShaperRemix",
|
35 |
"Yntec/DeliberateRemix",
|
|
|
|
|
|
|
36 |
"Yntec/epiCVision",
|
37 |
"Yntec/realistic-vision-v12",
|
|
|
38 |
"Yntec/epiCRealismVAE",
|
39 |
"Yntec/MangledMerge3_768",
|
40 |
-
"Yntec/OpenNijiRemix",
|
41 |
"Yntec/OpenLexica",
|
|
|
42 |
"Linaqruf/animagine-xl",
|
43 |
"nerijs/pixel-art-xl",
|
44 |
"Yntec/MapleSyrup",
|
45 |
"Yntec/WoopWoopRemix",
|
46 |
-
"Yntec/DreamLikeRemix",
|
47 |
-
"Yntec/Toonify2",
|
48 |
"Yntec/ArcticFowl",
|
49 |
"Yntec/iComixRemix",
|
50 |
-
"Yntec/Infinite80s",
|
51 |
"Yntec/SamaritanDoesArt",
|
52 |
"Yntec/samaritan3dCartoon2MVAE",
|
53 |
"Yntec/CartoonStyleClassic",
|
54 |
"Yntec/CultClassic",
|
55 |
-
"Yntec/photoMovieRealistic",
|
56 |
"Yntec/CinemaE",
|
57 |
"Yntec/GalenaVAE",
|
58 |
"Yntec/a-ZovyaRemix",
|
59 |
"Yntec/a-ZovyaRPGV3VAE",
|
|
|
60 |
"Yntec/a-ZoviaRPGArtistV2VAE",
|
61 |
"Yntec/GameAssetsDigitalUnitsCreationKit",
|
62 |
-
"Yntec/InsaneRealisticCVAE",
|
63 |
-
"Yntec/Lunar",
|
64 |
-
"Yntec/LunarLuma",
|
65 |
"Yntec/QToriReloaded",
|
|
|
|
|
|
|
66 |
"Yntec/Chik2",
|
67 |
-
"Yntec/
|
68 |
"Yntec/DucHaiten-StyleLikeMeVAE",
|
69 |
-
"Yntec/
|
70 |
"Yntec/Noosphere_v3_CVAE",
|
71 |
"Yntec/RealRainbows",
|
72 |
-
"Yntec/
|
73 |
"Yntec/ChildrenStoriesAnime",
|
74 |
"Yntec/theallysMixIV-verisimilar",
|
75 |
"Yntec/DucHaitenAnime768",
|
76 |
"Yntec/RainbowClassicAnime",
|
77 |
"Yntec/DucHaitenClassicAnime768",
|
78 |
-
"Yntec/
|
79 |
"Yntec/WesternAnimation",
|
80 |
"Yntec/NeverExisted",
|
81 |
"Yntec/Rainbowsphere",
|
|
|
|
|
82 |
"Yntec/DreamAnything",
|
83 |
"Yntec/Dreamsphere",
|
84 |
"Yntec/Photosphere",
|
@@ -946,6 +947,8 @@ models2=[
|
|
946 |
gr.Interface.load(f"models/{models[439]}",live=True,preprocess=False),
|
947 |
|
948 |
gr.Interface.load(f"models/{models[440]}",live=True,preprocess=False),
|
|
|
|
|
949 |
]
|
950 |
|
951 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/Hassanim/",
|
8 |
"Yntec/GoldenEra",
|
9 |
+
"Yntec/3DCuteWave",
|
10 |
"Yntec/ClassicEra",
|
11 |
+
"Yntec/lamettaNightly",
|
12 |
"Yntec/GoodLife",
|
13 |
"Yntec/DucHaiten-GoldenLife",
|
14 |
"Yntec/BasilRemix",
|
15 |
"Yntec/ReVAnimated768",
|
16 |
"Yntec/lamettaRemix",
|
17 |
"Yntec/lametta",
|
|
|
18 |
"Yntec/vividicAnime",
|
|
|
19 |
"Yntec/Dreamscape",
|
20 |
"Yntec/NeverEndingDream768",
|
21 |
+
"Yntec/humu",
|
22 |
+
"Yntec/NovelAIRemix",
|
23 |
"Yntec/HassanBlend12",
|
24 |
"Yntec/HassanBlend1512VAE",
|
|
|
25 |
"Yntec/REV",
|
26 |
"Yntec/CetusRemix",
|
27 |
+
"Yntec/Dreamscapes_n_Dragonfire_v2",
|
28 |
"Yntec/Cetus",
|
29 |
"Yntec/RadiantCinemagic",
|
30 |
"Yntec/RadiantVibes",
|
31 |
"Yntec/OpenGenDiffusers",
|
|
|
32 |
"Yntec/Dreamlike",
|
|
|
|
|
33 |
"Yntec/DeliberateRemix",
|
34 |
+
"Yntec/DreamShaperRemix",
|
35 |
+
"Yntec/DeliShaper",
|
36 |
+
"Yntec/dreamlike-photoreal-remix",
|
37 |
"Yntec/epiCVision",
|
38 |
"Yntec/realistic-vision-v12",
|
39 |
+
"Yntec/OpenNijiRemix",
|
40 |
"Yntec/epiCRealismVAE",
|
41 |
"Yntec/MangledMerge3_768",
|
|
|
42 |
"Yntec/OpenLexica",
|
43 |
+
"Yntec/DreamLikeRemix",
|
44 |
"Linaqruf/animagine-xl",
|
45 |
"nerijs/pixel-art-xl",
|
46 |
"Yntec/MapleSyrup",
|
47 |
"Yntec/WoopWoopRemix",
|
|
|
|
|
48 |
"Yntec/ArcticFowl",
|
49 |
"Yntec/iComixRemix",
|
|
|
50 |
"Yntec/SamaritanDoesArt",
|
51 |
"Yntec/samaritan3dCartoon2MVAE",
|
52 |
"Yntec/CartoonStyleClassic",
|
53 |
"Yntec/CultClassic",
|
|
|
54 |
"Yntec/CinemaE",
|
55 |
"Yntec/GalenaVAE",
|
56 |
"Yntec/a-ZovyaRemix",
|
57 |
"Yntec/a-ZovyaRPGV3VAE",
|
58 |
+
"Yntec/Infinite80s",
|
59 |
"Yntec/a-ZoviaRPGArtistV2VAE",
|
60 |
"Yntec/GameAssetsDigitalUnitsCreationKit",
|
|
|
|
|
|
|
61 |
"Yntec/QToriReloaded",
|
62 |
+
"Yntec/Toonify2",
|
63 |
+
"Yntec/LunarLuma",
|
64 |
+
"Yntec/Lunar",
|
65 |
"Yntec/Chik2",
|
66 |
+
"Yntec/photoMovieRealistic",
|
67 |
"Yntec/DucHaiten-StyleLikeMeVAE",
|
68 |
+
"Yntec/InsaneRealisticCVAE",
|
69 |
"Yntec/Noosphere_v3_CVAE",
|
70 |
"Yntec/RealRainbows",
|
71 |
+
"Yntec/InsaneM3U",
|
72 |
"Yntec/ChildrenStoriesAnime",
|
73 |
"Yntec/theallysMixIV-verisimilar",
|
74 |
"Yntec/DucHaitenAnime768",
|
75 |
"Yntec/RainbowClassicAnime",
|
76 |
"Yntec/DucHaitenClassicAnime768",
|
77 |
+
"Yntec/Luma",
|
78 |
"Yntec/WesternAnimation",
|
79 |
"Yntec/NeverExisted",
|
80 |
"Yntec/Rainbowsphere",
|
81 |
+
"Yntec/Ninja-Diffusers",
|
82 |
+
"Yntec/GOLDFish",
|
83 |
"Yntec/DreamAnything",
|
84 |
"Yntec/Dreamsphere",
|
85 |
"Yntec/Photosphere",
|
|
|
947 |
gr.Interface.load(f"models/{models[439]}",live=True,preprocess=False),
|
948 |
|
949 |
gr.Interface.load(f"models/{models[440]}",live=True,preprocess=False),
|
950 |
+
gr.Interface.load(f"models/{models[441]}",live=True,preprocess=False),
|
951 |
+
|
952 |
]
|
953 |
|
954 |
|