Yntec commited on
Commit
e91aab6
0 Parent(s):

Duplicate from Yntec/ToyWorld

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