Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,24 +2,865 @@ import gradio as gr
|
|
2 |
import os
|
3 |
import sys
|
4 |
from pathlib import Path
|
5 |
-
|
6 |
-
text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
7 |
-
def get_prompts(prompt_text):
|
8 |
-
if prompt_text:
|
9 |
-
return text_gen(prompt_text + " Dream")
|
10 |
-
else:
|
11 |
-
return text_gen("")
|
12 |
-
|
13 |
models = [
|
14 |
"Yntec/OpenLexica",
|
15 |
"Yntec/MapleSyrup",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
]
|
17 |
current_model = models[0]
|
|
|
|
|
|
|
18 |
models2=[
|
19 |
gr.Interface.load(f"models/{models[0]}",live=True,preprocess=False),
|
20 |
gr.Interface.load(f"models/{models[1]}",live=True,preprocess=False),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
]
|
22 |
|
|
|
23 |
def text_it1(inputs,text_gen1=text_gen1):
|
24 |
go_t1=text_gen1(inputs)
|
25 |
return(go_t1)
|
@@ -36,35 +877,77 @@ def send_it1(inputs, model_choice):
|
|
36 |
css=""""""
|
37 |
|
38 |
|
39 |
-
with gr.Blocks(css=
|
40 |
-
gr.HTML(
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
<
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
""
|
67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
with gr.Row():
|
69 |
with gr.Column(scale=100):
|
70 |
magic1=gr.Textbox(lines=4)
|
|
|
2 |
import os
|
3 |
import sys
|
4 |
from pathlib import Path
|
5 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
models = [
|
7 |
"Yntec/OpenLexica",
|
8 |
"Yntec/MapleSyrup",
|
9 |
+
"Yntec/WoopWoopRemix",
|
10 |
+
"Yntec/DreamLikeRemix",
|
11 |
+
"Yntec/Toonify2",
|
12 |
+
"Yntec/ArcticFowl",
|
13 |
+
"Yntec/iComixRemix",
|
14 |
+
"Yntec/Infinite80s",
|
15 |
+
"Yntec/SamaritanDoesArt",
|
16 |
+
"Yntec/samdoesartsUlt",
|
17 |
+
"Yntec/samaritan3dCartoon2MVAE",
|
18 |
+
"Yntec/CartoonStyleClassic",
|
19 |
+
"Yntec/CultClassic",
|
20 |
+
"Yntec/photoMovieX",
|
21 |
+
"Yntec/photoMovieRealistic",
|
22 |
+
"Yntec/CinemaE",
|
23 |
+
"Yntec/GalenaVAE",
|
24 |
+
"Yntec/a-ZovyaRemix",
|
25 |
+
"Yntec/a-ZovyaRPGV3VAE",
|
26 |
+
"Yntec/a-ZoviaRPGArtistV2VAE",
|
27 |
+
"Yntec/GameAssetsDigitalUnitsCreationKit",
|
28 |
+
"Yntec/InsaneRealisticCVAE",
|
29 |
+
"Yntec/Lunar",
|
30 |
+
"Yntec/LunarLuma",
|
31 |
+
"Yntec/QToriReloaded",
|
32 |
+
"Yntec/Chik2",
|
33 |
+
"Yntec/InsaneM3U",
|
34 |
+
"Yntec/DucHaiten-StyleLikeMeVAE",
|
35 |
+
"Yntec/CuteYuki2",
|
36 |
+
"Yntec/Luma",
|
37 |
+
"Yntec/Noosphere_v3_CVAE",
|
38 |
+
"Yntec/RealRainbows",
|
39 |
+
"Yntec/Ninja-Diffusers",
|
40 |
+
"Yntec/ChildrenStoriesAnime",
|
41 |
+
"Yntec/theallysMixIV-verisimilar",
|
42 |
+
"Yntec/DucHaitenAnime768",
|
43 |
+
"Yntec/RainbowClassicAnime",
|
44 |
+
"Yntec/DucHaitenClassicAnime768",
|
45 |
+
"Yntec/GOLDFish",
|
46 |
+
"Yntec/WesternAnimation",
|
47 |
+
"Yntec/NeverExisted",
|
48 |
+
"Yntec/Rainbowsphere",
|
49 |
+
"Yntec/DreamAnything",
|
50 |
+
"Yntec/Dreamsphere",
|
51 |
+
"Yntec/Photosphere",
|
52 |
+
"Yntec/yabalMixTrue25D_v2_VAE",
|
53 |
+
"dreamlike-art/dreamlike-anime-1.0",
|
54 |
+
"Yntec/RainbowDreams",
|
55 |
+
"dreamlike-art/dreamlike-photoreal-2.0",
|
56 |
+
"Yntec/rainbowpatch",
|
57 |
+
"Yntec/DucHaiten-Retro-Diffusers",
|
58 |
+
"Yntec/ElldrethsRetroMix_Diffusers",
|
59 |
+
"Yntec/sexyToons",
|
60 |
+
"digiplay/AI-infinity-V1-fp16",
|
61 |
+
"digiplay/wantan25D_prototype",
|
62 |
+
"digiplay/PotoPhotoRealism_v1",
|
63 |
+
"digiplay/LunarDiffusion_v1.27",
|
64 |
+
"digiplay/insaneRealistic_v1",
|
65 |
+
"digiplay/OLDFish_2348_diffusers",
|
66 |
+
"DucHaiten/DucHaitenDreamWorld",
|
67 |
+
"digiplay/LemonteaMixPainterly2_v1",
|
68 |
+
"digiplay/SweetMuse_diffusers",
|
69 |
+
"dreamlike-art/dreamlike-diffusion-1.0",
|
70 |
+
"digiplay/Realisian_v1",
|
71 |
+
"Hius/DreamFul-V2",
|
72 |
+
"digiplay/m3u", #263
|
73 |
+
"digiplay/RMHF_2.5D_v2",
|
74 |
+
"digiplay/FishMix_v1.1",
|
75 |
+
"stablediffusionapi/icomix-2",
|
76 |
+
"digiplay/Remedy",
|
77 |
+
"Hemlok/QuinceMix",
|
78 |
+
"digiplay/K-main",
|
79 |
+
"digiplay/LusterMix_v1.5_safetensors", #256
|
80 |
+
"digiplay/perfectLewdFantasy_v1.01",
|
81 |
+
"digiplay/Opiate_v2",
|
82 |
+
"digiplay/PhotoSomnia_vFinal",
|
83 |
+
"Yntec/KIDSILLUSTRATIONS",
|
84 |
+
"digiplay/polla_mix_2.5D",
|
85 |
+
"Yntec/COOLKIDSV2",
|
86 |
+
"Yntec/Pavo-Mix-Diffusers",
|
87 |
+
"Yntec/RPG_Remix",
|
88 |
+
"Yntec/OrangeRemix",
|
89 |
+
"Yntec/PeachMix3",
|
90 |
+
"Yntec/DucHaitenAIart-beta",
|
91 |
+
"stablediffusionapi/all-526-animated",
|
92 |
+
"AstraliteHeart/pony-diffusion",
|
93 |
+
"stablediffusionapi/chilloutmixsf",
|
94 |
+
"Masagin/Deliberate", #235
|
95 |
+
"DucHaiten/DucHaitenSuperCute",
|
96 |
+
"stablediffusionapi/all-526",
|
97 |
+
"theintuitiveye/HARDblend",
|
98 |
+
"stablediffusionapi/cusp-of-serenity",
|
99 |
+
"stablediffusionapi/cyberrealistic",
|
100 |
+
"SG161222/Realistic_Vision_V1.4",
|
101 |
+
"digiplay/paulEberSRealismMix_v1",
|
102 |
+
"Ojimi/anime-kawai-diffusion",
|
103 |
+
"hassanblend/hassanblend1.4",
|
104 |
+
"digiplay/zodiac_eclipse_DAY1",
|
105 |
+
"LottePeisch/RevAnimated-Diffusers",
|
106 |
+
"claudfuen/photorealistic-fuen-v1",
|
107 |
+
"stablediffusionapi/chillout-app-factory",
|
108 |
+
"DucHaiten/DucHaitenJourney",
|
109 |
+
"robotjung/SemiRealMix",
|
110 |
+
"Joeythemonster/anything-midjourney-v-4-1",
|
111 |
+
"prompthero/midjourney-v4-diffusion",
|
112 |
+
"prompthero/openjourney-v4",
|
113 |
+
"x67/shortjourney",
|
114 |
+
"darkstorm2150/Protogen_v2.2_Official_Release",
|
115 |
+
"FredZhang7/paint-journey-v2",
|
116 |
+
"digiplay/PersonaStyleCheckpoint",
|
117 |
+
"darkstorm2150/Protogen_Infinity_Official_Release",
|
118 |
+
"PeggyWang/openjourney-v2",
|
119 |
+
"darkstorm2150/Protogen_x3.4_Official_Release",
|
120 |
+
"stablediffusionapi/deliberateappfactory", #236
|
121 |
+
"digiplay/CrossoverMix_v2",
|
122 |
+
"stablediffusionapi/spybg",
|
123 |
+
"stablediffusionapi/dreamshaper-v6", #239
|
124 |
+
"stablediffusionapi/the-ally",
|
125 |
+
"darkstorm2150/Protogen_x5.8_Official_Release",
|
126 |
+
"coreco/seek.art_MEGA",
|
127 |
+
"digiplay/BlankCanvas_v1", #07.11
|
128 |
+
"digiplay/OnlyAnime_v2.3",
|
129 |
+
"Korakoe/OpenNiji",
|
130 |
+
"digiplay/Photon_v1",
|
131 |
+
"digiplay/Pika_v2",
|
132 |
+
"digiplay/RealCartoon3D_F16full_v3.1", #254
|
133 |
+
"digiplay/realidefmix_3.5VAE",
|
134 |
+
"digiplay/realmixUnrealjourney_v1",
|
135 |
+
"digiplay/SyncMix_v1.5",
|
136 |
+
"digiplay/TWingshadow_v1.2",
|
137 |
+
"digiplay/V3_by_Hans_Asian",
|
138 |
+
"digiplay/whatamix_v1",
|
139 |
+
|
140 |
+
"digiplay/2K", #216
|
141 |
+
"digiplay/AIGEN_v1.4_diffusers",
|
142 |
+
"digiplay/BrickAndMortarMix_v2.0_diffusers", #224
|
143 |
+
"digiplay/BeautyFool_v1.2VAE_pruned",
|
144 |
+
"digiplay/breakdomainrealistic_R2333",
|
145 |
+
"digiplay/CCTV2.5d_v1", #219
|
146 |
+
"digiplay/ChikMix_V3", #253
|
147 |
+
"stablediffusionapi/chilledremixsazyou-r", #195
|
148 |
+
"digiplay/CityEdge_StyleMix_v1.44",
|
149 |
+
"stablediffusionapi/dalcefopainting2", #199
|
150 |
+
"digiplay/EdisonNilMix_v1", #07.10
|
151 |
+
"digiplay/DiamondCoalMix_v2_pruned_diffusers",
|
152 |
+
"digiplay/DreamShaper_7", #259
|
153 |
+
"digiplay/elegantEntropy_v1.1", #221
|
154 |
+
"digiplay/EtherRealMix_LUX2",
|
155 |
+
"digiplay/KawaiiRealisticAnimeMix_A0.3",
|
156 |
+
"digiplay/highQualityCGMIX_v1",
|
157 |
+
"digiplay/HIMAWARI_v1",
|
158 |
+
"digiplay/Hodgepodge_v2.1", #217
|
159 |
+
"digiplay/illustro1stEdition_illustroV1", #214
|
160 |
+
"digiplay/Juggernaut_final", #07.11
|
161 |
+
"digiplay/Landscape_PhotoReal_v1",
|
162 |
+
"digiplay/LuckyStrikeMix0.2Realistic", #07.10
|
163 |
+
"digiplay/Matrix_Stellar_VAE_v1",
|
164 |
+
"digiplay/PrefixRealisticMix_v1",
|
165 |
+
"digiplay/RealEpicMajicRevolution_v1", #07.11
|
166 |
+
"digiplay/ShampooMix_4", #252
|
167 |
+
"digiplay/SoapMix2.5D_v1",
|
168 |
+
"digiplay/ZemiHR_v2_diffusers",
|
169 |
+
|
170 |
+
"Redamancy2299/dreambooth",
|
171 |
+
"Lykon/DreamShaper", #240
|
172 |
+
"trysem/DreamShaper-3.3",
|
173 |
+
"HusseinHE/hussein-deliberate-1000steps", #237
|
174 |
+
"stablediffusionapi/majicmixfantasy",
|
175 |
+
"stablediffusionapi/majicmixsombre", #247
|
176 |
+
"wavymulder/modelshoot",
|
177 |
+
"digiplay/ChillyMix_v1", #215
|
178 |
+
"stablediffusionapi/foto-assisted-diffusion", #197
|
179 |
+
"wavymulder/portraitplus",
|
180 |
+
"stablediffusionapi/chilloutmix-4264",
|
181 |
+
"stablediffusionapi/product-design", #194
|
182 |
+
"kandinsky-community/kandinsky-2-1", #251
|
183 |
+
|
184 |
+
"digiplay/2.5DSET_diffusers", #227
|
185 |
+
"digiplay/2-KWI", #213
|
186 |
+
"digiplay/alstroemeriaMix_v1",
|
187 |
+
"wavymulder/Analog-Diffusion",
|
188 |
+
"digiplay/AniRealityMix_v1", #257
|
189 |
+
"digiplay/ARRealVX1.1",
|
190 |
+
"digiplay/BadAnime_v1",
|
191 |
+
"digiplay/BasilKorea_v2", #07.11
|
192 |
+
"digiplay/bluePencilRealistic_v01",
|
193 |
+
"digiplay/bra_v40_diffusers",
|
194 |
+
"digiplay/Burger_Mix_semiR2Lite", #222
|
195 |
+
"digiplay/calicomixreal_v2.0_diffusers",
|
196 |
+
"digiplay/CampurSari_Gen1",
|
197 |
+
"digiplay/cocotifacute_v1", #07.10
|
198 |
+
"digiplay/cosfMix_v1", #223
|
199 |
+
"digiplay/CounterMix_v2", #211
|
200 |
+
"digiplay/CuriousMerge2.5D_v5",
|
201 |
+
"digiplay/dosmix",
|
202 |
+
"digiplay/epi_2.5Dphotogodess_diffusers",
|
203 |
+
"stablediffusionapi/droodlyrielv15",
|
204 |
+
"digiplay/fantexi_v0.7",
|
205 |
+
"digiplay/fishmix_other_v1",
|
206 |
+
"digiplay/FormCleansingMix_v1", #228
|
207 |
+
"digiplay/FumizukiMix_v1",
|
208 |
+
"digiplay/helloworld_v3",
|
209 |
+
"digiplay/HenmixArt_v1",
|
210 |
+
"digiplay/ISOmix_v3.22",
|
211 |
+
"digiplay/kencanmix_v2.0beta",
|
212 |
+
"wavymulder/lomo-diffusion",
|
213 |
+
"stablediffusionapi/majicmixv5", #192
|
214 |
+
"digiplay/mecha_musume_vivid_soft",
|
215 |
+
"digiplay/MiracleMixGlitter_v1",
|
216 |
+
"digiplay/MixTape_RocknRoll_v3punk_bake_fp16",
|
217 |
+
"digiplay/NextPhoto_v1",
|
218 |
+
"digiplay/Noosphere_v3",
|
219 |
+
"digiplay/nk15_diffusers", #230
|
220 |
+
"digiplay/PeachMixsRelistic_R0", #262
|
221 |
+
"wavymulder/timeless-diffusion",
|
222 |
+
"digiplay/WhiteDreamyHillMix_v1", #220
|
223 |
+
"digiplay/ya3p_VAE", #258
|
224 |
+
|
225 |
+
"DucHaiten/DucHaitenAnime",
|
226 |
+
"DucHaiten/DucHaitenAIart",
|
227 |
+
"Manseo/Colorful-v4.5-Plus", #244
|
228 |
+
"Guizmus/SDArt_ChaosAndOrder",
|
229 |
+
"DucHaiten/DH_ClassicAnime",
|
230 |
+
"stablediffusionapi/disneypixar",
|
231 |
+
"johnslegers/epic-diffusion-v1.1",
|
232 |
+
"emilianJR/epiCRealism",
|
233 |
+
"johnslegers/epic-diffusion",
|
234 |
+
"digiplay/endlessMixRenatus_v1.1", #07.10
|
235 |
+
"digiplay/fantasticAnime_diffusers",
|
236 |
+
"stablediffusionapi/ghostmix",
|
237 |
+
"Duskfallcrew/EpicMix_Realism",
|
238 |
+
"nitrosocke/Nitro-Diffusion",
|
239 |
+
"prompthero/openjourney",
|
240 |
+
"Guizmus/SDArt_something",
|
241 |
+
"DucHaiten/DucHaiten-StyleLikeMe",
|
242 |
+
"ddPn08/subtly", #250
|
243 |
+
"22h/vintedois-diffusion-v0-1",
|
244 |
+
|
245 |
+
"circulus/sd-anireal-v2.7",
|
246 |
+
"0xJustin/Dungeons-and-Diffusion",
|
247 |
+
"Guizmus/SDArt_AliceInDiffusionLand",
|
248 |
+
"stablediffusionapi/realistic-vision-v20-2047",
|
249 |
+
"redstonehero/RPG-v5-itr17_A10T",
|
250 |
+
|
251 |
+
"stablediffusionapi/camelliamix25d",
|
252 |
+
"Guizmus/SDArt_cosmichorrors",
|
253 |
+
"DGSpitzer/DGSpitzer-Art-Diffusion",
|
254 |
+
"stablediffusionapi/emotion-puppeteer-v2",
|
255 |
+
"stablediffusionapi/fengjing",
|
256 |
+
"stablediffusionapi/fuwafuwamix",
|
257 |
+
"Fred99774/girlnew1",
|
258 |
+
"stablediffusionapi/majicmixrealistic",
|
259 |
+
"badmonk/nxka",
|
260 |
+
"ItsJayQz/SynthwavePunk-v2",
|
261 |
+
"zhyemmmm/ToonYou",
|
262 |
+
"stablediffusionapi/uber-realistic-merge",
|
263 |
+
"stablediffusionapi/vne732h9dh4",
|
264 |
+
"stablediffusionapi/wand-magic2",
|
265 |
+
"stablediffusionapi/waifu-journey-2",
|
266 |
+
"stablediffusionapi/zovya",
|
267 |
+
|
268 |
+
"Guizmus/SDArt_cosmichorrors768",
|
269 |
+
"stablediffusionapi/counterfeit-v30",
|
270 |
+
"stablediffusionapi/amireal",
|
271 |
+
#"JamesFlare/pastel-mix", #"andite/pastel-mix",
|
272 |
+
"stablediffusionapi/rev-anim",
|
273 |
+
"aipicasso/picasso-diffusion-1-1",
|
274 |
+
"xiaolxl/Gf_style2",
|
275 |
+
"circulus/sd-semireal-v2.8",
|
276 |
+
"Crosstyan/BPModel", #07.11
|
277 |
+
|
278 |
+
"digiplay/Dusk-1",
|
279 |
+
"ogkalu/Comic-Diffusion",
|
280 |
+
"Guizmus/SDArt_ChaosAndOrder768",
|
281 |
+
"gsdf/Counterfeit-V2.0",
|
282 |
+
"dwancin/memoji", #07.11
|
283 |
+
"nousr/robo-diffusion-2-base",
|
284 |
+
|
285 |
+
##"hakurei/waifu-diffusion",
|
286 |
+
"WarriorMama777/AbyssOrangeMix2",
|
287 |
+
"stablediffusionapi/abyssorangemix2nsfw", #200
|
288 |
+
"cag/anything-v3-1",
|
289 |
+
"iZELX1/Anything-V3-X",
|
290 |
+
"xyn-ai/anything-v4.0", #"andite/anything-v4.0",
|
291 |
+
"D1b4l4p/AsianMix",
|
292 |
+
"Fred99774/chilloutvlara",
|
293 |
+
"aipicasso/cool-japan-diffusion-2-1-2",
|
294 |
+
"stablediffusionapi/corneos-7th-heaven-m", #196
|
295 |
+
"DGSpitzer/Cyberpunk-Anime-Diffusion",
|
296 |
+
"stablediffusionapi/dark-sushi-mix",
|
297 |
+
"joachimsallstrom/Double-Exposure-Diffusion",
|
298 |
+
"eimiss/EimisAnimeDiffusion_1.0v",
|
299 |
+
"prompthero/funko-diffusion",
|
300 |
+
"nitrosocke/Ghibli-Diffusion",
|
301 |
+
###"iZELX1/Grapefruit",
|
302 |
+
"xiaolxl/GuoFeng3",
|
303 |
+
"stablediffusionapi/tmnd-mix",
|
304 |
+
"coder119/Vectorartz_Diffusion", #203
|
305 |
+
|
306 |
+
"WarriorMama777/AbyssOrangeMix",
|
307 |
+
"AIARTCHAN/7pa",
|
308 |
+
"JosephusCheung/ACertainModel",
|
309 |
+
"JosephusCheung/ACertainThing",
|
310 |
+
"AIARTCHAN/AbyssHellHero",
|
311 |
+
"JosephusCheung/ACertainty",
|
312 |
+
"AIARTCHAN/AbyssHellVer3",
|
313 |
+
"AIARTCHAN/AbyssMapleVer3",
|
314 |
+
"stablediffusionapi/abyssorangemixsfw",
|
315 |
+
"AIARTCHAN/anidosmixV2",
|
316 |
+
"stablediffusionapi/anime-model-v2",
|
317 |
+
"kubanemil/AnyLORA",
|
318 |
+
"stablediffusionapi/hc-anything-v3-vae", #231
|
319 |
+
"mm00/anything-v3.0-light",
|
320 |
+
"stablediffusionapi/anythingelse-v4",
|
321 |
+
"stablediffusionapi/anything-v45-fixed",
|
322 |
+
"stablediffusionapi/anything-v5",
|
323 |
+
"nitrosocke/Arcane-Diffusion",
|
324 |
+
"nitrosocke/archer-diffusion",
|
325 |
+
"stablediffusionapi/architecture-tuned-model",
|
326 |
+
"WarriorMama777/BloodOrangeMix",
|
327 |
+
"wavymulder/collage-diffusion",
|
328 |
+
"stablediffusionapi/camelliamixline",
|
329 |
+
"digiplay/chrysanthemumMix_v1",
|
330 |
+
"digiplay/CiderMix_ciderR", #260
|
331 |
+
"Johnhex/Clam", #243
|
332 |
+
"stablediffusionapi/cosmic-babes",
|
333 |
+
"digiplay/CoffeeDonut_v1",
|
334 |
+
"stablediffusionapi/dark-sushi-25d",
|
335 |
+
"digiplay/Defacta_v1_diffusers", #226
|
336 |
+
## "WarriorMama777/EerieOrangeMix",
|
337 |
+
"digiplay/DuelAnimeMix_v1", #225
|
338 |
+
"Envvi/Inkpunk-Diffusion",
|
339 |
+
"digiplay/kotosmix_diffusers", #229
|
340 |
+
"stablediffusionapi/meinaalter",
|
341 |
+
"Nacholmo/meinamixv7-diffusers",
|
342 |
+
"stablediffusionapi/meinapastel",
|
343 |
+
"AIARTCHAN/MIX-Pro-V4",
|
344 |
+
"Lykon/NeverEnding-Dream",
|
345 |
+
"stablediffusionapi/shirataki-mix", #191
|
346 |
+
"NoCrypt/SomethingV2_2",
|
347 |
+
"NoCrypt/SomethingV2",
|
348 |
+
"badmonk/sxzumi",
|
349 |
+
## "stablediffusionapi/three-delicacy",
|
350 |
+
## "stablediffusionapi/three-delicacy-wonto",
|
351 |
+
"etherealxx/systemy-csrmodel-cutesexyrobutts", #"andite/cutesexyrobutts-diffusion",
|
352 |
+
"sd-dreambooth-library/true-guweiz-style", # "andite/guweiz-diffusion",
|
353 |
+
"stablediffusionapi/vector-art", #198
|
354 |
+
"digiplay/xxMix_4",
|
355 |
+
###"mio/hiten", #"andite/hiten-diffusion",
|
356 |
+
### "andite/mashuu-diffusion",
|
357 |
+
### "andite/mignon-diffusion",
|
358 |
+
### "andite/mikapikazo-diffusion",
|
359 |
+
### "andite/piromizu-diffusion",
|
360 |
+
"digiplay/Zevinemix_v1.0/",
|
361 |
+
|
362 |
+
"digiplay/AnaMix_v2", #07.11
|
363 |
+
"stablediffusionapi/animetestmodelv3",
|
364 |
+
"yulet1de/anything", #232
|
365 |
+
"hakurei/artstation-diffusion", #07.11
|
366 |
+
"Fictiverse/Stable_Diffusion_BalloonArt_Model",
|
367 |
+
"stablediffusionapi/bg-dream-irl",
|
368 |
+
"stablediffusionapi/bg-dream-model-b", #193
|
369 |
+
"Rardilit/Ciffusion_v0.1",
|
370 |
+
"circulus/sd-anireal-2d-v2",
|
371 |
+
"circulus/sd-photoreal-v2.7",
|
372 |
+
"circulus/sd-photoreal-photo-v2",
|
373 |
+
"circulus/sd-anireal-2.5d-v2",
|
374 |
+
"circulus/sd-anireal-v2.5",
|
375 |
+
"circulus/sd-photoreal-semi-v2",
|
376 |
+
"circulus/sd-photoreal-real-v2",
|
377 |
+
"circulus/sd-photoreal-v2.5",
|
378 |
+
"circulus/sd-anireal-3d-v2",
|
379 |
+
"circulus/sd-anireal-v2.8",
|
380 |
+
"nitrosocke/classic-anim-diffusion",
|
381 |
+
"Conflictx/Complex-Lineart", #245
|
382 |
+
"sayakpaul/da-vinci-sd-pokemon",
|
383 |
+
"nitrosocke/elden-ring-diffusion",
|
384 |
+
"digiplay/EtherBluMix_1", #07.11
|
385 |
+
"digiplay/fantasticmix_v40_test", #261
|
386 |
+
"theintuitiveye/FantasyMix",
|
387 |
+
"Fictiverse/Stable_Diffusion_FluidArt_Model",
|
388 |
+
"nitrosocke/Future-Diffusion",
|
389 |
+
"ItsJayQz/GTA5_Artwork_Diffusion", #205
|
390 |
+
"digiplay/hellopure_v2.23",
|
391 |
+
"TheLastBen/hrrzg-style-768px", #246
|
392 |
+
"nevernotsean/IllustratedPaperMini", #242
|
393 |
+
"dallinmackay/JWST-Deep-Space-diffusion",
|
394 |
+
"prompthero/linkedin-diffusion",
|
395 |
+
"mann-e/mann-e_4_rev-0-1", #210
|
396 |
+
"ItsJayQz/Marvel_WhatIf_Diffusion", #206
|
397 |
+
"yuanbit/max-15-1e-6-1500",
|
398 |
+
"MyneFactory/MF-Base", #248
|
399 |
+
"Fictiverse/Stable_Diffusion_Microscopic_model", #249
|
400 |
+
"nitrosocke/mo-di-diffusion",
|
401 |
+
"luongphamit/NeverEnding-Dream2", #241
|
402 |
+
"lambdalabs/sd-naruto-diffusers", #201
|
403 |
+
"Vernon-2/output_test",
|
404 |
+
"Fictiverse/Stable_Diffusion_PaperCut_Model",
|
405 |
+
"bsuutari/path_to_saved_model",
|
406 |
+
"bsuutari/path_to_saved_model_rafa",
|
407 |
+
"digiplay/PlanetBumix_v1",
|
408 |
+
"lambdalabs/sd-pokemon-diffusers", #202
|
409 |
+
"prompthero/poolsuite-diffusion",
|
410 |
+
"digiplay/RealismEngine_v1",
|
411 |
+
"nitrosocke/redshift-diffusion",
|
412 |
+
"nitrosocke/redshift-diffusion-768",
|
413 |
+
"nousr/robo-diffusion",
|
414 |
+
"digiplay/SDVN1-Real_v1", #255
|
415 |
+
"nitrosocke/spider-verse-diffusion",
|
416 |
+
#"runwayml/stable-diffusion-v1-5",
|
417 |
+
"nicky007/stable-diffusion-logo-fine-tuned",
|
418 |
+
"stablediffusionapi/three-delicacy", #233
|
419 |
+
"stablediffusionapi/three-delicacy-wonto", #234
|
420 |
+
"naclbit/trinart_stable_diffusion_v2",
|
421 |
+
"dallinmackay/Tron-Legacy-diffusion",
|
422 |
+
"digiplay/unstableDiffusersYamerMIX_v3",
|
423 |
+
"dallinmackay/Van-Gogh-diffusion",
|
424 |
+
"ItsJayQz/Valorant_Diffusion",
|
425 |
+
"Fictiverse/Stable_Diffusion_VoxelArt_Model", #204
|
426 |
+
"wavymulder/wavyfusion",
|
427 |
+
"CompVis/stable-diffusion-v1-3", #207
|
428 |
+
"CompVis/stable-diffusion-v1-2", #208
|
429 |
+
"CompVis/stable-diffusion-v1-1", #209
|
430 |
+
"Yntec/CinematicReality",
|
431 |
]
|
432 |
current_model = models[0]
|
433 |
+
|
434 |
+
text_gen1=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
|
435 |
+
|
436 |
models2=[
|
437 |
gr.Interface.load(f"models/{models[0]}",live=True,preprocess=False),
|
438 |
gr.Interface.load(f"models/{models[1]}",live=True,preprocess=False),
|
439 |
+
gr.Interface.load(f"models/{models[2]}",live=True,preprocess=False),
|
440 |
+
gr.Interface.load(f"models/{models[3]}",live=True,preprocess=False),
|
441 |
+
gr.Interface.load(f"models/{models[4]}",live=True,preprocess=False),
|
442 |
+
gr.Interface.load(f"models/{models[5]}",live=True,preprocess=False),
|
443 |
+
gr.Interface.load(f"models/{models[6]}",live=True,preprocess=False),
|
444 |
+
gr.Interface.load(f"models/{models[7]}",live=True,preprocess=False),
|
445 |
+
gr.Interface.load(f"models/{models[8]}",live=True,preprocess=False),
|
446 |
+
gr.Interface.load(f"models/{models[9]}",live=True,preprocess=False),
|
447 |
+
gr.Interface.load(f"models/{models[10]}",live=True,preprocess=False),
|
448 |
+
gr.Interface.load(f"models/{models[11]}",live=True,preprocess=False),
|
449 |
+
gr.Interface.load(f"models/{models[12]}",live=True,preprocess=False),
|
450 |
+
gr.Interface.load(f"models/{models[13]}",live=True,preprocess=False),
|
451 |
+
gr.Interface.load(f"models/{models[14]}",live=True,preprocess=False),
|
452 |
+
gr.Interface.load(f"models/{models[15]}",live=True,preprocess=False),
|
453 |
+
gr.Interface.load(f"models/{models[16]}",live=True,preprocess=False),
|
454 |
+
gr.Interface.load(f"models/{models[17]}",live=True,preprocess=False),
|
455 |
+
gr.Interface.load(f"models/{models[18]}",live=True,preprocess=False),
|
456 |
+
gr.Interface.load(f"models/{models[19]}",live=True,preprocess=False),
|
457 |
+
gr.Interface.load(f"models/{models[20]}",live=True,preprocess=False),
|
458 |
+
gr.Interface.load(f"models/{models[21]}",live=True,preprocess=False),
|
459 |
+
gr.Interface.load(f"models/{models[22]}",live=True,preprocess=False),
|
460 |
+
gr.Interface.load(f"models/{models[23]}",live=True,preprocess=False),
|
461 |
+
gr.Interface.load(f"models/{models[24]}",live=True,preprocess=False),
|
462 |
+
gr.Interface.load(f"models/{models[25]}",live=True,preprocess=False),
|
463 |
+
gr.Interface.load(f"models/{models[26]}",live=True,preprocess=False),
|
464 |
+
gr.Interface.load(f"models/{models[27]}",live=True,preprocess=False),
|
465 |
+
gr.Interface.load(f"models/{models[28]}",live=True,preprocess=False),
|
466 |
+
gr.Interface.load(f"models/{models[29]}",live=True,preprocess=False),
|
467 |
+
gr.Interface.load(f"models/{models[30]}",live=True,preprocess=False),
|
468 |
+
gr.Interface.load(f"models/{models[31]}",live=True,preprocess=False),
|
469 |
+
gr.Interface.load(f"models/{models[32]}",live=True,preprocess=False),
|
470 |
+
gr.Interface.load(f"models/{models[33]}",live=True,preprocess=False),
|
471 |
+
gr.Interface.load(f"models/{models[34]}",live=True,preprocess=False),
|
472 |
+
gr.Interface.load(f"models/{models[35]}",live=True,preprocess=False),
|
473 |
+
gr.Interface.load(f"models/{models[36]}",live=True,preprocess=False),
|
474 |
+
gr.Interface.load(f"models/{models[37]}",live=True,preprocess=False),
|
475 |
+
gr.Interface.load(f"models/{models[38]}",live=True,preprocess=False),
|
476 |
+
gr.Interface.load(f"models/{models[39]}",live=True,preprocess=False),
|
477 |
+
gr.Interface.load(f"models/{models[40]}",live=True,preprocess=False),
|
478 |
+
gr.Interface.load(f"models/{models[41]}",live=True,preprocess=False),
|
479 |
+
gr.Interface.load(f"models/{models[42]}",live=True,preprocess=False),
|
480 |
+
gr.Interface.load(f"models/{models[43]}",live=True,preprocess=False),
|
481 |
+
gr.Interface.load(f"models/{models[44]}",live=True,preprocess=False),
|
482 |
+
gr.Interface.load(f"models/{models[45]}",live=True,preprocess=False),
|
483 |
+
gr.Interface.load(f"models/{models[46]}",live=True,preprocess=False),
|
484 |
+
gr.Interface.load(f"models/{models[47]}",live=True,preprocess=False),
|
485 |
+
gr.Interface.load(f"models/{models[48]}",live=True,preprocess=False),
|
486 |
+
gr.Interface.load(f"models/{models[49]}",live=True,preprocess=False),
|
487 |
+
gr.Interface.load(f"models/{models[50]}",live=True,preprocess=False),
|
488 |
+
gr.Interface.load(f"models/{models[51]}",live=True,preprocess=False),
|
489 |
+
gr.Interface.load(f"models/{models[52]}",live=True,preprocess=False),
|
490 |
+
gr.Interface.load(f"models/{models[53]}",live=True,preprocess=False),
|
491 |
+
gr.Interface.load(f"models/{models[54]}",live=True,preprocess=False),
|
492 |
+
gr.Interface.load(f"models/{models[55]}",live=True,preprocess=False),
|
493 |
+
gr.Interface.load(f"models/{models[56]}",live=True,preprocess=False),
|
494 |
+
gr.Interface.load(f"models/{models[57]}",live=True,preprocess=False),
|
495 |
+
gr.Interface.load(f"models/{models[58]}",live=True,preprocess=False),
|
496 |
+
gr.Interface.load(f"models/{models[59]}",live=True,preprocess=False),
|
497 |
+
gr.Interface.load(f"models/{models[60]}",live=True,preprocess=False),
|
498 |
+
gr.Interface.load(f"models/{models[61]}",live=True,preprocess=False),
|
499 |
+
gr.Interface.load(f"models/{models[62]}",live=True,preprocess=False),
|
500 |
+
gr.Interface.load(f"models/{models[63]}",live=True,preprocess=False),
|
501 |
+
gr.Interface.load(f"models/{models[64]}",live=True,preprocess=False),
|
502 |
+
gr.Interface.load(f"models/{models[65]}",live=True,preprocess=False),
|
503 |
+
gr.Interface.load(f"models/{models[66]}",live=True,preprocess=False),
|
504 |
+
gr.Interface.load(f"models/{models[67]}",live=True,preprocess=False),
|
505 |
+
gr.Interface.load(f"models/{models[68]}",live=True,preprocess=False),
|
506 |
+
gr.Interface.load(f"models/{models[69]}",live=True,preprocess=False),
|
507 |
+
gr.Interface.load(f"models/{models[70]}",live=True,preprocess=False),
|
508 |
+
gr.Interface.load(f"models/{models[71]}",live=True,preprocess=False),
|
509 |
+
gr.Interface.load(f"models/{models[72]}",live=True,preprocess=False),
|
510 |
+
gr.Interface.load(f"models/{models[73]}",live=True,preprocess=False),
|
511 |
+
gr.Interface.load(f"models/{models[74]}",live=True,preprocess=False),
|
512 |
+
gr.Interface.load(f"models/{models[75]}",live=True,preprocess=False),
|
513 |
+
gr.Interface.load(f"models/{models[76]}",live=True,preprocess=False),
|
514 |
+
gr.Interface.load(f"models/{models[77]}",live=True,preprocess=False),
|
515 |
+
gr.Interface.load(f"models/{models[78]}",live=True,preprocess=False),
|
516 |
+
gr.Interface.load(f"models/{models[79]}",live=True,preprocess=False),
|
517 |
+
gr.Interface.load(f"models/{models[80]}",live=True,preprocess=False),
|
518 |
+
gr.Interface.load(f"models/{models[81]}",live=True,preprocess=False),
|
519 |
+
gr.Interface.load(f"models/{models[82]}",live=True,preprocess=False),
|
520 |
+
gr.Interface.load(f"models/{models[83]}",live=True,preprocess=False),
|
521 |
+
gr.Interface.load(f"models/{models[84]}",live=True,preprocess=False),
|
522 |
+
gr.Interface.load(f"models/{models[85]}",live=True,preprocess=False),
|
523 |
+
gr.Interface.load(f"models/{models[86]}",live=True,preprocess=False),
|
524 |
+
gr.Interface.load(f"models/{models[87]}",live=True,preprocess=False),
|
525 |
+
gr.Interface.load(f"models/{models[88]}",live=True,preprocess=False),
|
526 |
+
gr.Interface.load(f"models/{models[89]}",live=True,preprocess=False),
|
527 |
+
gr.Interface.load(f"models/{models[90]}",live=True,preprocess=False),
|
528 |
+
gr.Interface.load(f"models/{models[91]}",live=True,preprocess=False),
|
529 |
+
gr.Interface.load(f"models/{models[92]}",live=True,preprocess=False),
|
530 |
+
gr.Interface.load(f"models/{models[93]}",live=True,preprocess=False),
|
531 |
+
gr.Interface.load(f"models/{models[94]}",live=True,preprocess=False),
|
532 |
+
gr.Interface.load(f"models/{models[95]}",live=True,preprocess=False),
|
533 |
+
gr.Interface.load(f"models/{models[96]}",live=True,preprocess=False),
|
534 |
+
gr.Interface.load(f"models/{models[97]}",live=True,preprocess=False),
|
535 |
+
gr.Interface.load(f"models/{models[98]}",live=True,preprocess=False),
|
536 |
+
gr.Interface.load(f"models/{models[99]}",live=True,preprocess=False),
|
537 |
+
gr.Interface.load(f"models/{models[100]}",live=True,preprocess=False),
|
538 |
+
gr.Interface.load(f"models/{models[101]}",live=True,preprocess=False),
|
539 |
+
gr.Interface.load(f"models/{models[102]}",live=True,preprocess=False),
|
540 |
+
gr.Interface.load(f"models/{models[103]}",live=True,preprocess=False),
|
541 |
+
gr.Interface.load(f"models/{models[104]}",live=True,preprocess=False),
|
542 |
+
gr.Interface.load(f"models/{models[105]}",live=True,preprocess=False),
|
543 |
+
gr.Interface.load(f"models/{models[106]}",live=True,preprocess=False),
|
544 |
+
gr.Interface.load(f"models/{models[107]}",live=True,preprocess=False),
|
545 |
+
gr.Interface.load(f"models/{models[108]}",live=True,preprocess=False),
|
546 |
+
gr.Interface.load(f"models/{models[109]}",live=True,preprocess=False),
|
547 |
+
gr.Interface.load(f"models/{models[110]}",live=True,preprocess=False),
|
548 |
+
gr.Interface.load(f"models/{models[111]}",live=True,preprocess=False),
|
549 |
+
gr.Interface.load(f"models/{models[112]}",live=True,preprocess=False),
|
550 |
+
gr.Interface.load(f"models/{models[113]}",live=True,preprocess=False),
|
551 |
+
gr.Interface.load(f"models/{models[114]}",live=True,preprocess=False),
|
552 |
+
gr.Interface.load(f"models/{models[115]}",live=True,preprocess=False),
|
553 |
+
gr.Interface.load(f"models/{models[116]}",live=True,preprocess=False),
|
554 |
+
gr.Interface.load(f"models/{models[117]}",live=True,preprocess=False),
|
555 |
+
gr.Interface.load(f"models/{models[118]}",live=True,preprocess=False),
|
556 |
+
gr.Interface.load(f"models/{models[119]}",live=True,preprocess=False),
|
557 |
+
gr.Interface.load(f"models/{models[120]}",live=True,preprocess=False),
|
558 |
+
gr.Interface.load(f"models/{models[121]}",live=True,preprocess=False),
|
559 |
+
gr.Interface.load(f"models/{models[122]}",live=True,preprocess=False),
|
560 |
+
gr.Interface.load(f"models/{models[123]}",live=True,preprocess=False),
|
561 |
+
gr.Interface.load(f"models/{models[124]}",live=True,preprocess=False),
|
562 |
+
gr.Interface.load(f"models/{models[125]}",live=True,preprocess=False),
|
563 |
+
gr.Interface.load(f"models/{models[126]}",live=True,preprocess=False),
|
564 |
+
gr.Interface.load(f"models/{models[127]}",live=True,preprocess=False),
|
565 |
+
gr.Interface.load(f"models/{models[128]}",live=True,preprocess=False),
|
566 |
+
gr.Interface.load(f"models/{models[129]}",live=True,preprocess=False),
|
567 |
+
gr.Interface.load(f"models/{models[130]}",live=True,preprocess=False),
|
568 |
+
gr.Interface.load(f"models/{models[131]}",live=True,preprocess=False),
|
569 |
+
gr.Interface.load(f"models/{models[132]}",live=True,preprocess=False),
|
570 |
+
gr.Interface.load(f"models/{models[133]}",live=True,preprocess=False),
|
571 |
+
gr.Interface.load(f"models/{models[134]}",live=True,preprocess=False),
|
572 |
+
gr.Interface.load(f"models/{models[135]}",live=True,preprocess=False),
|
573 |
+
gr.Interface.load(f"models/{models[136]}",live=True,preprocess=False),
|
574 |
+
gr.Interface.load(f"models/{models[137]}",live=True,preprocess=False),
|
575 |
+
gr.Interface.load(f"models/{models[138]}",live=True,preprocess=False),
|
576 |
+
gr.Interface.load(f"models/{models[139]}",live=True,preprocess=False),
|
577 |
+
gr.Interface.load(f"models/{models[140]}",live=True,preprocess=False),
|
578 |
+
gr.Interface.load(f"models/{models[141]}",live=True,preprocess=False),
|
579 |
+
gr.Interface.load(f"models/{models[142]}",live=True,preprocess=False),
|
580 |
+
gr.Interface.load(f"models/{models[143]}",live=True,preprocess=False),
|
581 |
+
gr.Interface.load(f"models/{models[144]}",live=True,preprocess=False),
|
582 |
+
gr.Interface.load(f"models/{models[145]}",live=True,preprocess=False),
|
583 |
+
gr.Interface.load(f"models/{models[146]}",live=True,preprocess=False),
|
584 |
+
gr.Interface.load(f"models/{models[147]}",live=True,preprocess=False),
|
585 |
+
gr.Interface.load(f"models/{models[148]}",live=True,preprocess=False),
|
586 |
+
gr.Interface.load(f"models/{models[149]}",live=True,preprocess=False),
|
587 |
+
gr.Interface.load(f"models/{models[150]}",live=True,preprocess=False),
|
588 |
+
gr.Interface.load(f"models/{models[151]}",live=True,preprocess=False),
|
589 |
+
gr.Interface.load(f"models/{models[152]}",live=True,preprocess=False),
|
590 |
+
gr.Interface.load(f"models/{models[153]}",live=True,preprocess=False),
|
591 |
+
gr.Interface.load(f"models/{models[154]}",live=True,preprocess=False),
|
592 |
+
gr.Interface.load(f"models/{models[155]}",live=True,preprocess=False),
|
593 |
+
gr.Interface.load(f"models/{models[156]}",live=True,preprocess=False),
|
594 |
+
gr.Interface.load(f"models/{models[157]}",live=True,preprocess=False),
|
595 |
+
gr.Interface.load(f"models/{models[158]}",live=True,preprocess=False),
|
596 |
+
gr.Interface.load(f"models/{models[159]}",live=True,preprocess=False),
|
597 |
+
|
598 |
+
gr.Interface.load(f"models/{models[160]}",live=True,preprocess=False),
|
599 |
+
gr.Interface.load(f"models/{models[161]}",live=True,preprocess=False),
|
600 |
+
gr.Interface.load(f"models/{models[162]}",live=True,preprocess=False),
|
601 |
+
gr.Interface.load(f"models/{models[163]}",live=True,preprocess=False),
|
602 |
+
gr.Interface.load(f"models/{models[164]}",live=True,preprocess=False),
|
603 |
+
gr.Interface.load(f"models/{models[165]}",live=True,preprocess=False),
|
604 |
+
gr.Interface.load(f"models/{models[166]}",live=True,preprocess=False),
|
605 |
+
gr.Interface.load(f"models/{models[167]}",live=True,preprocess=False),
|
606 |
+
gr.Interface.load(f"models/{models[168]}",live=True,preprocess=False),
|
607 |
+
gr.Interface.load(f"models/{models[169]}",live=True,preprocess=False),
|
608 |
+
|
609 |
+
gr.Interface.load(f"models/{models[170]}",live=True,preprocess=False),
|
610 |
+
gr.Interface.load(f"models/{models[171]}",live=True,preprocess=False),
|
611 |
+
gr.Interface.load(f"models/{models[172]}",live=True,preprocess=False),
|
612 |
+
gr.Interface.load(f"models/{models[173]}",live=True,preprocess=False),
|
613 |
+
gr.Interface.load(f"models/{models[174]}",live=True,preprocess=False),
|
614 |
+
gr.Interface.load(f"models/{models[175]}",live=True,preprocess=False),
|
615 |
+
gr.Interface.load(f"models/{models[176]}",live=True,preprocess=False),
|
616 |
+
gr.Interface.load(f"models/{models[177]}",live=True,preprocess=False),
|
617 |
+
gr.Interface.load(f"models/{models[178]}",live=True,preprocess=False),
|
618 |
+
gr.Interface.load(f"models/{models[179]}",live=True,preprocess=False),
|
619 |
+
|
620 |
+
gr.Interface.load(f"models/{models[180]}",live=True,preprocess=False),
|
621 |
+
gr.Interface.load(f"models/{models[181]}",live=True,preprocess=False),
|
622 |
+
gr.Interface.load(f"models/{models[182]}",live=True,preprocess=False),
|
623 |
+
gr.Interface.load(f"models/{models[183]}",live=True,preprocess=False),
|
624 |
+
gr.Interface.load(f"models/{models[184]}",live=True,preprocess=False),
|
625 |
+
gr.Interface.load(f"models/{models[185]}",live=True,preprocess=False),
|
626 |
+
gr.Interface.load(f"models/{models[186]}",live=True,preprocess=False),
|
627 |
+
gr.Interface.load(f"models/{models[187]}",live=True,preprocess=False),
|
628 |
+
gr.Interface.load(f"models/{models[188]}",live=True,preprocess=False),
|
629 |
+
gr.Interface.load(f"models/{models[189]}",live=True,preprocess=False),
|
630 |
+
|
631 |
+
gr.Interface.load(f"models/{models[190]}",live=True,preprocess=False),
|
632 |
+
gr.Interface.load(f"models/{models[191]}",live=True,preprocess=False),
|
633 |
+
gr.Interface.load(f"models/{models[192]}",live=True,preprocess=False),
|
634 |
+
gr.Interface.load(f"models/{models[193]}",live=True,preprocess=False),
|
635 |
+
gr.Interface.load(f"models/{models[194]}",live=True,preprocess=False),
|
636 |
+
gr.Interface.load(f"models/{models[195]}",live=True,preprocess=False),
|
637 |
+
gr.Interface.load(f"models/{models[196]}",live=True,preprocess=False),
|
638 |
+
gr.Interface.load(f"models/{models[197]}",live=True,preprocess=False),
|
639 |
+
gr.Interface.load(f"models/{models[198]}",live=True,preprocess=False),
|
640 |
+
gr.Interface.load(f"models/{models[199]}",live=True,preprocess=False),
|
641 |
+
|
642 |
+
gr.Interface.load(f"models/{models[200]}",live=True,preprocess=False),
|
643 |
+
gr.Interface.load(f"models/{models[201]}",live=True,preprocess=False),
|
644 |
+
gr.Interface.load(f"models/{models[202]}",live=True,preprocess=False),
|
645 |
+
gr.Interface.load(f"models/{models[203]}",live=True,preprocess=False),
|
646 |
+
gr.Interface.load(f"models/{models[204]}",live=True,preprocess=False),
|
647 |
+
gr.Interface.load(f"models/{models[205]}",live=True,preprocess=False),
|
648 |
+
gr.Interface.load(f"models/{models[206]}",live=True,preprocess=False),
|
649 |
+
gr.Interface.load(f"models/{models[207]}",live=True,preprocess=False),
|
650 |
+
gr.Interface.load(f"models/{models[208]}",live=True,preprocess=False),
|
651 |
+
gr.Interface.load(f"models/{models[209]}",live=True,preprocess=False),
|
652 |
+
|
653 |
+
gr.Interface.load(f"models/{models[210]}",live=True,preprocess=False),
|
654 |
+
gr.Interface.load(f"models/{models[211]}",live=True,preprocess=False),
|
655 |
+
gr.Interface.load(f"models/{models[212]}",live=True,preprocess=False),
|
656 |
+
gr.Interface.load(f"models/{models[213]}",live=True,preprocess=False),
|
657 |
+
gr.Interface.load(f"models/{models[214]}",live=True,preprocess=False),
|
658 |
+
gr.Interface.load(f"models/{models[215]}",live=True,preprocess=False),
|
659 |
+
gr.Interface.load(f"models/{models[216]}",live=True,preprocess=False),
|
660 |
+
gr.Interface.load(f"models/{models[217]}",live=True,preprocess=False),
|
661 |
+
gr.Interface.load(f"models/{models[218]}",live=True,preprocess=False),
|
662 |
+
gr.Interface.load(f"models/{models[219]}",live=True,preprocess=False),
|
663 |
+
|
664 |
+
gr.Interface.load(f"models/{models[220]}",live=True,preprocess=False),
|
665 |
+
gr.Interface.load(f"models/{models[221]}",live=True,preprocess=False),
|
666 |
+
gr.Interface.load(f"models/{models[222]}",live=True,preprocess=False),
|
667 |
+
gr.Interface.load(f"models/{models[223]}",live=True,preprocess=False),
|
668 |
+
gr.Interface.load(f"models/{models[224]}",live=True,preprocess=False),
|
669 |
+
gr.Interface.load(f"models/{models[225]}",live=True,preprocess=False),
|
670 |
+
gr.Interface.load(f"models/{models[226]}",live=True,preprocess=False),
|
671 |
+
gr.Interface.load(f"models/{models[227]}",live=True,preprocess=False),
|
672 |
+
gr.Interface.load(f"models/{models[228]}",live=True,preprocess=False),
|
673 |
+
gr.Interface.load(f"models/{models[229]}",live=True,preprocess=False),
|
674 |
+
|
675 |
+
gr.Interface.load(f"models/{models[230]}",live=True,preprocess=False),
|
676 |
+
gr.Interface.load(f"models/{models[231]}",live=True,preprocess=False),
|
677 |
+
gr.Interface.load(f"models/{models[232]}",live=True,preprocess=False),
|
678 |
+
gr.Interface.load(f"models/{models[233]}",live=True,preprocess=False),
|
679 |
+
gr.Interface.load(f"models/{models[234]}",live=True,preprocess=False),
|
680 |
+
gr.Interface.load(f"models/{models[235]}",live=True,preprocess=False),
|
681 |
+
gr.Interface.load(f"models/{models[236]}",live=True,preprocess=False),
|
682 |
+
gr.Interface.load(f"models/{models[237]}",live=True,preprocess=False),
|
683 |
+
gr.Interface.load(f"models/{models[238]}",live=True,preprocess=False),
|
684 |
+
gr.Interface.load(f"models/{models[239]}",live=True,preprocess=False),
|
685 |
+
|
686 |
+
gr.Interface.load(f"models/{models[240]}",live=True,preprocess=False),
|
687 |
+
gr.Interface.load(f"models/{models[241]}",live=True,preprocess=False),
|
688 |
+
gr.Interface.load(f"models/{models[242]}",live=True,preprocess=False),
|
689 |
+
gr.Interface.load(f"models/{models[243]}",live=True,preprocess=False),
|
690 |
+
gr.Interface.load(f"models/{models[244]}",live=True,preprocess=False),
|
691 |
+
gr.Interface.load(f"models/{models[245]}",live=True,preprocess=False),
|
692 |
+
gr.Interface.load(f"models/{models[246]}",live=True,preprocess=False),
|
693 |
+
gr.Interface.load(f"models/{models[247]}",live=True,preprocess=False),
|
694 |
+
gr.Interface.load(f"models/{models[248]}",live=True,preprocess=False),
|
695 |
+
gr.Interface.load(f"models/{models[249]}",live=True,preprocess=False),
|
696 |
+
|
697 |
+
gr.Interface.load(f"models/{models[250]}",live=True,preprocess=False),
|
698 |
+
gr.Interface.load(f"models/{models[251]}",live=True,preprocess=False),
|
699 |
+
gr.Interface.load(f"models/{models[252]}",live=True,preprocess=False),
|
700 |
+
gr.Interface.load(f"models/{models[253]}",live=True,preprocess=False),
|
701 |
+
gr.Interface.load(f"models/{models[254]}",live=True,preprocess=False),
|
702 |
+
gr.Interface.load(f"models/{models[255]}",live=True,preprocess=False),
|
703 |
+
gr.Interface.load(f"models/{models[256]}",live=True,preprocess=False),
|
704 |
+
gr.Interface.load(f"models/{models[257]}",live=True,preprocess=False),
|
705 |
+
gr.Interface.load(f"models/{models[258]}",live=True,preprocess=False),
|
706 |
+
gr.Interface.load(f"models/{models[259]}",live=True,preprocess=False),
|
707 |
+
|
708 |
+
gr.Interface.load(f"models/{models[260]}",live=True,preprocess=False),
|
709 |
+
gr.Interface.load(f"models/{models[261]}",live=True,preprocess=False),
|
710 |
+
gr.Interface.load(f"models/{models[262]}",live=True,preprocess=False),
|
711 |
+
gr.Interface.load(f"models/{models[263]}",live=True,preprocess=False),
|
712 |
+
gr.Interface.load(f"models/{models[264]}",live=True,preprocess=False),
|
713 |
+
gr.Interface.load(f"models/{models[265]}",live=True,preprocess=False),
|
714 |
+
gr.Interface.load(f"models/{models[266]}",live=True,preprocess=False),
|
715 |
+
gr.Interface.load(f"models/{models[267]}",live=True,preprocess=False),
|
716 |
+
gr.Interface.load(f"models/{models[268]}",live=True,preprocess=False),
|
717 |
+
gr.Interface.load(f"models/{models[269]}",live=True,preprocess=False),
|
718 |
+
|
719 |
+
gr.Interface.load(f"models/{models[270]}",live=True,preprocess=False),
|
720 |
+
gr.Interface.load(f"models/{models[271]}",live=True,preprocess=False),
|
721 |
+
gr.Interface.load(f"models/{models[272]}",live=True,preprocess=False),
|
722 |
+
gr.Interface.load(f"models/{models[273]}",live=True,preprocess=False),
|
723 |
+
gr.Interface.load(f"models/{models[274]}",live=True,preprocess=False),
|
724 |
+
gr.Interface.load(f"models/{models[275]}",live=True,preprocess=False),
|
725 |
+
gr.Interface.load(f"models/{models[276]}",live=True,preprocess=False),
|
726 |
+
gr.Interface.load(f"models/{models[277]}",live=True,preprocess=False),
|
727 |
+
gr.Interface.load(f"models/{models[278]}",live=True,preprocess=False),
|
728 |
+
gr.Interface.load(f"models/{models[279]}",live=True,preprocess=False),
|
729 |
+
|
730 |
+
gr.Interface.load(f"models/{models[280]}",live=True,preprocess=False),
|
731 |
+
gr.Interface.load(f"models/{models[281]}",live=True,preprocess=False),
|
732 |
+
gr.Interface.load(f"models/{models[282]}",live=True,preprocess=False),
|
733 |
+
gr.Interface.load(f"models/{models[283]}",live=True,preprocess=False),
|
734 |
+
gr.Interface.load(f"models/{models[284]}",live=True,preprocess=False),
|
735 |
+
gr.Interface.load(f"models/{models[285]}",live=True,preprocess=False),
|
736 |
+
gr.Interface.load(f"models/{models[286]}",live=True,preprocess=False),
|
737 |
+
gr.Interface.load(f"models/{models[287]}",live=True,preprocess=False),
|
738 |
+
gr.Interface.load(f"models/{models[288]}",live=True,preprocess=False),
|
739 |
+
gr.Interface.load(f"models/{models[289]}",live=True,preprocess=False),
|
740 |
+
|
741 |
+
gr.Interface.load(f"models/{models[290]}",live=True,preprocess=False),
|
742 |
+
gr.Interface.load(f"models/{models[291]}",live=True,preprocess=False),
|
743 |
+
gr.Interface.load(f"models/{models[292]}",live=True,preprocess=False),
|
744 |
+
gr.Interface.load(f"models/{models[293]}",live=True,preprocess=False),
|
745 |
+
gr.Interface.load(f"models/{models[294]}",live=True,preprocess=False),
|
746 |
+
gr.Interface.load(f"models/{models[295]}",live=True,preprocess=False),
|
747 |
+
gr.Interface.load(f"models/{models[296]}",live=True,preprocess=False),
|
748 |
+
gr.Interface.load(f"models/{models[297]}",live=True,preprocess=False),
|
749 |
+
gr.Interface.load(f"models/{models[298]}",live=True,preprocess=False),
|
750 |
+
gr.Interface.load(f"models/{models[299]}",live=True,preprocess=False),
|
751 |
+
|
752 |
+
gr.Interface.load(f"models/{models[300]}",live=True,preprocess=False),
|
753 |
+
gr.Interface.load(f"models/{models[301]}",live=True,preprocess=False),
|
754 |
+
gr.Interface.load(f"models/{models[302]}",live=True,preprocess=False),
|
755 |
+
gr.Interface.load(f"models/{models[303]}",live=True,preprocess=False),
|
756 |
+
gr.Interface.load(f"models/{models[304]}",live=True,preprocess=False),
|
757 |
+
gr.Interface.load(f"models/{models[305]}",live=True,preprocess=False),
|
758 |
+
gr.Interface.load(f"models/{models[306]}",live=True,preprocess=False),
|
759 |
+
gr.Interface.load(f"models/{models[307]}",live=True,preprocess=False),
|
760 |
+
gr.Interface.load(f"models/{models[308]}",live=True,preprocess=False),
|
761 |
+
gr.Interface.load(f"models/{models[309]}",live=True,preprocess=False),
|
762 |
+
|
763 |
+
gr.Interface.load(f"models/{models[310]}",live=True,preprocess=False),
|
764 |
+
gr.Interface.load(f"models/{models[311]}",live=True,preprocess=False),
|
765 |
+
gr.Interface.load(f"models/{models[312]}",live=True,preprocess=False),
|
766 |
+
gr.Interface.load(f"models/{models[313]}",live=True,preprocess=False),
|
767 |
+
gr.Interface.load(f"models/{models[314]}",live=True,preprocess=False),
|
768 |
+
gr.Interface.load(f"models/{models[315]}",live=True,preprocess=False),
|
769 |
+
gr.Interface.load(f"models/{models[316]}",live=True,preprocess=False),
|
770 |
+
gr.Interface.load(f"models/{models[317]}",live=True,preprocess=False),
|
771 |
+
gr.Interface.load(f"models/{models[318]}",live=True,preprocess=False),
|
772 |
+
gr.Interface.load(f"models/{models[319]}",live=True,preprocess=False),
|
773 |
+
|
774 |
+
gr.Interface.load(f"models/{models[320]}",live=True,preprocess=False),
|
775 |
+
gr.Interface.load(f"models/{models[321]}",live=True,preprocess=False),
|
776 |
+
gr.Interface.load(f"models/{models[322]}",live=True,preprocess=False),
|
777 |
+
gr.Interface.load(f"models/{models[323]}",live=True,preprocess=False),
|
778 |
+
gr.Interface.load(f"models/{models[324]}",live=True,preprocess=False),
|
779 |
+
gr.Interface.load(f"models/{models[325]}",live=True,preprocess=False),
|
780 |
+
gr.Interface.load(f"models/{models[326]}",live=True,preprocess=False),
|
781 |
+
gr.Interface.load(f"models/{models[327]}",live=True,preprocess=False),
|
782 |
+
gr.Interface.load(f"models/{models[328]}",live=True,preprocess=False),
|
783 |
+
gr.Interface.load(f"models/{models[329]}",live=True,preprocess=False),
|
784 |
+
|
785 |
+
gr.Interface.load(f"models/{models[330]}",live=True,preprocess=False),
|
786 |
+
gr.Interface.load(f"models/{models[331]}",live=True,preprocess=False),
|
787 |
+
gr.Interface.load(f"models/{models[332]}",live=True,preprocess=False),
|
788 |
+
gr.Interface.load(f"models/{models[333]}",live=True,preprocess=False),
|
789 |
+
gr.Interface.load(f"models/{models[334]}",live=True,preprocess=False),
|
790 |
+
gr.Interface.load(f"models/{models[335]}",live=True,preprocess=False),
|
791 |
+
gr.Interface.load(f"models/{models[336]}",live=True,preprocess=False),
|
792 |
+
gr.Interface.load(f"models/{models[337]}",live=True,preprocess=False),
|
793 |
+
gr.Interface.load(f"models/{models[338]}",live=True,preprocess=False),
|
794 |
+
gr.Interface.load(f"models/{models[339]}",live=True,preprocess=False),
|
795 |
+
|
796 |
+
gr.Interface.load(f"models/{models[340]}",live=True,preprocess=False),
|
797 |
+
gr.Interface.load(f"models/{models[341]}",live=True,preprocess=False),
|
798 |
+
gr.Interface.load(f"models/{models[342]}",live=True,preprocess=False),
|
799 |
+
gr.Interface.load(f"models/{models[343]}",live=True,preprocess=False),
|
800 |
+
gr.Interface.load(f"models/{models[344]}",live=True,preprocess=False),
|
801 |
+
gr.Interface.load(f"models/{models[345]}",live=True,preprocess=False),
|
802 |
+
gr.Interface.load(f"models/{models[346]}",live=True,preprocess=False),
|
803 |
+
gr.Interface.load(f"models/{models[347]}",live=True,preprocess=False),
|
804 |
+
gr.Interface.load(f"models/{models[348]}",live=True,preprocess=False),
|
805 |
+
gr.Interface.load(f"models/{models[349]}",live=True,preprocess=False),
|
806 |
+
gr.Interface.load(f"models/{models[350]}",live=True,preprocess=False),
|
807 |
+
|
808 |
+
gr.Interface.load(f"models/{models[351]}",live=True,preprocess=False),
|
809 |
+
gr.Interface.load(f"models/{models[352]}",live=True,preprocess=False),
|
810 |
+
gr.Interface.load(f"models/{models[353]}",live=True,preprocess=False),
|
811 |
+
gr.Interface.load(f"models/{models[354]}",live=True,preprocess=False),
|
812 |
+
gr.Interface.load(f"models/{models[355]}",live=True,preprocess=False),
|
813 |
+
gr.Interface.load(f"models/{models[356]}",live=True,preprocess=False),
|
814 |
+
gr.Interface.load(f"models/{models[357]}",live=True,preprocess=False),
|
815 |
+
gr.Interface.load(f"models/{models[358]}",live=True,preprocess=False),
|
816 |
+
gr.Interface.load(f"models/{models[359]}",live=True,preprocess=False),
|
817 |
+
|
818 |
+
gr.Interface.load(f"models/{models[360]}",live=True,preprocess=False),
|
819 |
+
gr.Interface.load(f"models/{models[361]}",live=True,preprocess=False),
|
820 |
+
gr.Interface.load(f"models/{models[362]}",live=True,preprocess=False),
|
821 |
+
gr.Interface.load(f"models/{models[363]}",live=True,preprocess=False),
|
822 |
+
gr.Interface.load(f"models/{models[364]}",live=True,preprocess=False),
|
823 |
+
gr.Interface.load(f"models/{models[365]}",live=True,preprocess=False),
|
824 |
+
gr.Interface.load(f"models/{models[366]}",live=True,preprocess=False),
|
825 |
+
gr.Interface.load(f"models/{models[367]}",live=True,preprocess=False),
|
826 |
+
gr.Interface.load(f"models/{models[368]}",live=True,preprocess=False),
|
827 |
+
gr.Interface.load(f"models/{models[369]}",live=True,preprocess=False),
|
828 |
+
|
829 |
+
gr.Interface.load(f"models/{models[370]}",live=True,preprocess=False),
|
830 |
+
gr.Interface.load(f"models/{models[371]}",live=True,preprocess=False),
|
831 |
+
gr.Interface.load(f"models/{models[372]}",live=True,preprocess=False),
|
832 |
+
gr.Interface.load(f"models/{models[373]}",live=True,preprocess=False),
|
833 |
+
gr.Interface.load(f"models/{models[374]}",live=True,preprocess=False),
|
834 |
+
gr.Interface.load(f"models/{models[375]}",live=True,preprocess=False),
|
835 |
+
gr.Interface.load(f"models/{models[376]}",live=True,preprocess=False),
|
836 |
+
gr.Interface.load(f"models/{models[377]}",live=True,preprocess=False),
|
837 |
+
gr.Interface.load(f"models/{models[378]}",live=True,preprocess=False),
|
838 |
+
gr.Interface.load(f"models/{models[379]}",live=True,preprocess=False),
|
839 |
+
|
840 |
+
gr.Interface.load(f"models/{models[380]}",live=True,preprocess=False),
|
841 |
+
gr.Interface.load(f"models/{models[381]}",live=True,preprocess=False),
|
842 |
+
gr.Interface.load(f"models/{models[382]}",live=True,preprocess=False),
|
843 |
+
gr.Interface.load(f"models/{models[383]}",live=True,preprocess=False),
|
844 |
+
gr.Interface.load(f"models/{models[384]}",live=True,preprocess=False),
|
845 |
+
gr.Interface.load(f"models/{models[385]}",live=True,preprocess=False),
|
846 |
+
gr.Interface.load(f"models/{models[386]}",live=True,preprocess=False),
|
847 |
+
gr.Interface.load(f"models/{models[387]}",live=True,preprocess=False),
|
848 |
+
gr.Interface.load(f"models/{models[388]}",live=True,preprocess=False),
|
849 |
+
gr.Interface.load(f"models/{models[389]}",live=True,preprocess=False),
|
850 |
+
|
851 |
+
gr.Interface.load(f"models/{models[390]}",live=True,preprocess=False),
|
852 |
+
gr.Interface.load(f"models/{models[391]}",live=True,preprocess=False),
|
853 |
+
gr.Interface.load(f"models/{models[392]}",live=True,preprocess=False),
|
854 |
+
gr.Interface.load(f"models/{models[393]}",live=True,preprocess=False),
|
855 |
+
gr.Interface.load(f"models/{models[394]}",live=True,preprocess=False),
|
856 |
+
gr.Interface.load(f"models/{models[395]}",live=True,preprocess=False),
|
857 |
+
gr.Interface.load(f"models/{models[396]}",live=True,preprocess=False),
|
858 |
+
gr.Interface.load(f"models/{models[397]}",live=True,preprocess=False),
|
859 |
+
gr.Interface.load(f"models/{models[398]}",live=True,preprocess=False),
|
860 |
+
gr.Interface.load(f"models/{models[399]}",live=True,preprocess=False),
|
861 |
]
|
862 |
|
863 |
+
|
864 |
def text_it1(inputs,text_gen1=text_gen1):
|
865 |
go_t1=text_gen1(inputs)
|
866 |
return(go_t1)
|
|
|
877 |
css=""""""
|
878 |
|
879 |
|
880 |
+
with gr.Blocks(css=css) as myface:
|
881 |
+
gr.HTML("""<!DOCTYPE html>
|
882 |
+
<html lang="en">
|
883 |
+
<head>
|
884 |
+
<meta charset="utf-8" />
|
885 |
+
<meta name="twitter:card" content="player"/>
|
886 |
+
<meta name="twitter:site" content=""/>
|
887 |
+
<meta name="twitter:player" content="https://omnibus-maximum-multiplier-places.hf.space"/>
|
888 |
+
<meta name="twitter:player:stream" content="https://omnibus-maximum-multiplier-places.hf.space"/>
|
889 |
+
<meta name="twitter:player:width" content="100%"/>
|
890 |
+
<meta name="twitter:player:height" content="600"/>
|
891 |
+
<meta property="og:title" content="Embedded Live Viewer"/>
|
892 |
+
<meta property="og:description" content="Tweet Genie - A Huggingface Space"/>
|
893 |
+
<meta property="og:image" content="https://cdn.glitch.global/80dbe92e-ce75-44af-84d5-74a2e21e9e55/omnicard.png?v=1676772531627"/>
|
894 |
+
<!--<meta http-equiv="refresh" content="0; url=https://huggingface.co/spaces/corbt/tweet-genie">-->
|
895 |
+
</head>
|
896 |
+
</html>
|
897 |
+
""")
|
898 |
+
with gr.Row():
|
899 |
+
with gr.Tab("Title"):
|
900 |
+
gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
901 |
+
<h1>Fill the Textbox at the top and click Generate Image</h1>
|
902 |
+
<br><h4>The first time you load a model it takes 200 seconds</h4>
|
903 |
+
<br><h4>But after it loads each image takes 20 seconds to generate!</h4>
|
904 |
+
|
905 |
+
""")
|
906 |
+
|
907 |
+
with gr.Tab("Description"):
|
908 |
+
gr.HTML("""<div style="text-align:center;">
|
909 |
+
<h4>As many Text-to-Image Models as I can fit here</h4><br>
|
910 |
+
<h4>Suggest more up in the "Community" button</h4>
|
911 |
+
|
912 |
+
</div>""")
|
913 |
+
|
914 |
+
with gr.Tab("Tools"):
|
915 |
+
with gr.Tab("View"):
|
916 |
+
with gr.Row():
|
917 |
+
with gr.Column(style="width=50%, height=70%"):
|
918 |
+
gr.Pil(label="Crop")
|
919 |
+
with gr.Column(style="width=50%, height=70%"):
|
920 |
+
gr.Pil(label="Crop")
|
921 |
+
|
922 |
+
|
923 |
+
with gr.Tab("Draw"):
|
924 |
+
with gr.Column(style="width=50%, height=70%"):
|
925 |
+
gr.Pil(label="Crop")
|
926 |
+
with gr.Column(style="width=50%, height=70%"):
|
927 |
+
gr.Pil(label="Draw")
|
928 |
+
|
929 |
+
|
930 |
+
gr.ImagePaint(label="Draw")
|
931 |
+
|
932 |
+
with gr.Tab("Text"):
|
933 |
+
with gr.Row():
|
934 |
+
|
935 |
+
with gr.Column(scale=50):
|
936 |
+
gr.Textbox(label="", lines=8, interactive=True)
|
937 |
+
|
938 |
+
|
939 |
+
with gr.Column(scale=50):
|
940 |
+
gr.Textbox(label="", lines=8, interactive=True)
|
941 |
+
|
942 |
+
with gr.Tab("Color Picker"):
|
943 |
+
with gr.Row():
|
944 |
+
|
945 |
+
with gr.Column(scale=50):
|
946 |
+
gr.ColorPicker(label="Color", interactive=True)
|
947 |
+
|
948 |
+
|
949 |
+
with gr.Column(scale=50):
|
950 |
+
gr.ImagePaint(label="Draw", interactive=True)
|
951 |
with gr.Row():
|
952 |
with gr.Column(scale=100):
|
953 |
magic1=gr.Textbox(lines=4)
|