Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,94 +4,171 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
-
"Yntec/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"Yntec/vividicAnime",
|
| 9 |
-
"Yntec/NovelAIRemix",
|
| 10 |
-
"Yntec/NovelAI",
|
| 11 |
"Yntec/Dreamscape",
|
| 12 |
"Yntec/NeverEndingDream768",
|
| 13 |
"Yntec/HassanBlend12",
|
| 14 |
"Yntec/HassanBlend1512VAE",
|
| 15 |
-
"Yntec/Dreamscapes_n_Dragonfire_v2",
|
| 16 |
"Yntec/REV",
|
| 17 |
"Yntec/CetusRemix",
|
|
|
|
| 18 |
"Yntec/Cetus",
|
| 19 |
"Yntec/RadiantCinemagic",
|
| 20 |
"Yntec/RadiantVibes",
|
| 21 |
"Yntec/OpenGenDiffusers",
|
| 22 |
-
"Yntec/DeliShaper",
|
| 23 |
"Yntec/Dreamlike",
|
| 24 |
-
"Yntec/dreamlike-photoreal-remix",
|
| 25 |
-
"Yntec/DreamShaperRemix",
|
| 26 |
"Yntec/DeliberateRemix",
|
|
|
|
|
|
|
|
|
|
| 27 |
"Yntec/epiCVision",
|
| 28 |
"Yntec/realistic-vision-v12",
|
| 29 |
-
"Yntec/epiCRealismVAE",
|
| 30 |
"Yntec/MangledMerge3_768",
|
| 31 |
-
"Yntec/OpenNijiRemix",
|
| 32 |
"Yntec/OpenLexica",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"Yntec/MapleSyrup",
|
| 34 |
"Yntec/WoopWoopRemix",
|
| 35 |
-
"Yntec/DreamLikeRemix",
|
| 36 |
-
"Yntec/Toonify2",
|
| 37 |
"Yntec/ArcticFowl",
|
| 38 |
"Yntec/iComixRemix",
|
| 39 |
-
"Yntec/Infinite80s",
|
| 40 |
"Yntec/SamaritanDoesArt",
|
| 41 |
-
"Yntec/samdoesartsUlt",
|
| 42 |
"Yntec/samaritan3dCartoon2MVAE",
|
| 43 |
"Yntec/CartoonStyleClassic",
|
| 44 |
"Yntec/CultClassic",
|
| 45 |
-
"Yntec/photoMovieX",
|
| 46 |
-
"Yntec/photoMovieRealistic",
|
| 47 |
"Yntec/CinemaE",
|
| 48 |
"Yntec/GalenaVAE",
|
| 49 |
"Yntec/a-ZovyaRemix",
|
| 50 |
"Yntec/a-ZovyaRPGV3VAE",
|
|
|
|
| 51 |
"Yntec/a-ZoviaRPGArtistV2VAE",
|
| 52 |
"Yntec/GameAssetsDigitalUnitsCreationKit",
|
| 53 |
-
"Yntec/InsaneRealisticCVAE",
|
| 54 |
-
"Yntec/Lunar",
|
| 55 |
-
"Yntec/LunarLuma",
|
| 56 |
"Yntec/QToriReloaded",
|
|
|
|
|
|
|
|
|
|
| 57 |
"Yntec/Chik2",
|
| 58 |
-
"Yntec/
|
| 59 |
"Yntec/DucHaiten-StyleLikeMeVAE",
|
| 60 |
-
"Yntec/
|
| 61 |
-
"Yntec/Luma",
|
| 62 |
"Yntec/Noosphere_v3_CVAE",
|
| 63 |
"Yntec/RealRainbows",
|
| 64 |
-
"Yntec/
|
| 65 |
"Yntec/ChildrenStoriesAnime",
|
| 66 |
"Yntec/theallysMixIV-verisimilar",
|
| 67 |
"Yntec/DucHaitenAnime768",
|
| 68 |
"Yntec/RainbowClassicAnime",
|
| 69 |
"Yntec/DucHaitenClassicAnime768",
|
| 70 |
-
"Yntec/
|
| 71 |
"Yntec/WesternAnimation",
|
| 72 |
"Yntec/NeverExisted",
|
| 73 |
"Yntec/Rainbowsphere",
|
|
|
|
|
|
|
| 74 |
"Yntec/DreamAnything",
|
| 75 |
"Yntec/Dreamsphere",
|
| 76 |
"Yntec/Photosphere",
|
| 77 |
"Yntec/yabalMixTrue25D_v2_VAE",
|
| 78 |
"dreamlike-art/dreamlike-anime-1.0",
|
| 79 |
"Yntec/RainbowDreams",
|
| 80 |
-
"dreamlike-art/dreamlike-photoreal-2.0",
|
| 81 |
"Yntec/rainbowpatch",
|
| 82 |
"Yntec/DucHaiten-Retro-Diffusers",
|
| 83 |
"Yntec/ElldrethsRetroMix_Diffusers",
|
| 84 |
"Yntec/sexyToons",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
"digiplay/AI-infinity-V1-fp16",
|
| 86 |
"digiplay/wantan25D_prototype",
|
| 87 |
"digiplay/PotoPhotoRealism_v1",
|
| 88 |
"digiplay/LunarDiffusion_v1.27",
|
| 89 |
"digiplay/insaneRealistic_v1",
|
| 90 |
"digiplay/OLDFish_2348_diffusers",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
"DucHaiten/DucHaitenDreamWorld",
|
| 92 |
"digiplay/LemonteaMixPainterly2_v1",
|
| 93 |
"digiplay/SweetMuse_diffusers",
|
| 94 |
-
"dreamlike-art/dreamlike-diffusion-1.0",
|
| 95 |
"digiplay/Realisian_v1",
|
| 96 |
"Hius/DreamFul-V2",
|
| 97 |
"digiplay/m3u", #263
|
|
@@ -105,14 +182,7 @@ models = [
|
|
| 105 |
"digiplay/perfectLewdFantasy_v1.01",
|
| 106 |
"digiplay/Opiate_v2",
|
| 107 |
"digiplay/PhotoSomnia_vFinal",
|
| 108 |
-
"Yntec/KIDSILLUSTRATIONS",
|
| 109 |
"digiplay/polla_mix_2.5D",
|
| 110 |
-
"Yntec/COOLKIDSV2",
|
| 111 |
-
"Yntec/Pavo-Mix-Diffusers",
|
| 112 |
-
"Yntec/RPG_Remix",
|
| 113 |
-
"Yntec/OrangeRemix",
|
| 114 |
-
"Yntec/PeachMix3",
|
| 115 |
-
"Yntec/DucHaitenAIart-beta",
|
| 116 |
"stablediffusionapi/all-526-animated",
|
| 117 |
"AstraliteHeart/pony-diffusion",
|
| 118 |
"stablediffusionapi/chilloutmixsf",
|
|
@@ -120,14 +190,13 @@ models = [
|
|
| 120 |
"DucHaiten/DucHaitenSuperCute",
|
| 121 |
"stablediffusionapi/all-526",
|
| 122 |
"theintuitiveye/HARDblend",
|
| 123 |
-
"stablediffusionapi/cusp-of-serenity",
|
| 124 |
"stablediffusionapi/cyberrealistic",
|
|
|
|
| 125 |
"SG161222/Realistic_Vision_V1.4",
|
| 126 |
"digiplay/paulEberSRealismMix_v1",
|
| 127 |
"Ojimi/anime-kawai-diffusion",
|
| 128 |
"hassanblend/hassanblend1.4",
|
| 129 |
"digiplay/zodiac_eclipse_DAY1",
|
| 130 |
-
"LottePeisch/RevAnimated-Diffusers",
|
| 131 |
"claudfuen/photorealistic-fuen-v1",
|
| 132 |
"stablediffusionapi/chillout-app-factory",
|
| 133 |
"DucHaiten/DucHaitenJourney",
|
|
@@ -164,6 +233,7 @@ models = [
|
|
| 164 |
|
| 165 |
"digiplay/2K", #216
|
| 166 |
"digiplay/AIGEN_v1.4_diffusers",
|
|
|
|
| 167 |
"digiplay/BrickAndMortarMix_v2.0_diffusers", #224
|
| 168 |
"digiplay/BeautyFool_v1.2VAE_pruned",
|
| 169 |
"digiplay/breakdomainrealistic_R2333",
|
|
@@ -189,6 +259,7 @@ models = [
|
|
| 189 |
"digiplay/PrefixRealisticMix_v1",
|
| 190 |
"digiplay/RealEpicMajicRevolution_v1", #07.11
|
| 191 |
"digiplay/ShampooMix_4", #252
|
|
|
|
| 192 |
"digiplay/SoapMix2.5D_v1",
|
| 193 |
"digiplay/ZemiHR_v2_diffusers",
|
| 194 |
|
|
@@ -233,6 +304,7 @@ models = [
|
|
| 233 |
"digiplay/helloworld_v3",
|
| 234 |
"digiplay/HenmixArt_v1",
|
| 235 |
"digiplay/ISOmix_v3.22",
|
|
|
|
| 236 |
"digiplay/kencanmix_v2.0beta",
|
| 237 |
"wavymulder/lomo-diffusion",
|
| 238 |
"stablediffusionapi/majicmixv5", #192
|
|
@@ -249,6 +321,7 @@ models = [
|
|
| 249 |
|
| 250 |
"DucHaiten/DucHaitenAnime",
|
| 251 |
"DucHaiten/DucHaitenAIart",
|
|
|
|
| 252 |
"Manseo/Colorful-v4.5-Plus", #244
|
| 253 |
"Guizmus/SDArt_ChaosAndOrder",
|
| 254 |
"DucHaiten/DH_ClassicAnime",
|
|
@@ -292,8 +365,7 @@ models = [
|
|
| 292 |
|
| 293 |
"Guizmus/SDArt_cosmichorrors768",
|
| 294 |
"stablediffusionapi/counterfeit-v30",
|
| 295 |
-
"stablediffusionapi/amireal",
|
| 296 |
-
#"JamesFlare/pastel-mix", #"andite/pastel-mix",
|
| 297 |
"stablediffusionapi/rev-anim",
|
| 298 |
"aipicasso/picasso-diffusion-1-1",
|
| 299 |
"xiaolxl/Gf_style2",
|
|
@@ -305,16 +377,13 @@ models = [
|
|
| 305 |
"Guizmus/SDArt_ChaosAndOrder768",
|
| 306 |
"gsdf/Counterfeit-V2.0",
|
| 307 |
"dwancin/memoji", #07.11
|
| 308 |
-
"nousr/robo-diffusion-2-base",
|
| 309 |
-
|
| 310 |
-
##"hakurei/waifu-diffusion",
|
| 311 |
"WarriorMama777/AbyssOrangeMix2",
|
| 312 |
"stablediffusionapi/abyssorangemix2nsfw", #200
|
| 313 |
"cag/anything-v3-1",
|
| 314 |
"iZELX1/Anything-V3-X",
|
| 315 |
"xyn-ai/anything-v4.0", #"andite/anything-v4.0",
|
| 316 |
-
"D1b4l4p/AsianMix",
|
| 317 |
-
#"Fred99774/chilloutvlara",
|
| 318 |
"aipicasso/cool-japan-diffusion-2-1-2",
|
| 319 |
"stablediffusionapi/corneos-7th-heaven-m", #196
|
| 320 |
"DGSpitzer/Cyberpunk-Anime-Diffusion",
|
|
@@ -322,8 +391,7 @@ models = [
|
|
| 322 |
"joachimsallstrom/Double-Exposure-Diffusion",
|
| 323 |
"eimiss/EimisAnimeDiffusion_1.0v",
|
| 324 |
"prompthero/funko-diffusion",
|
| 325 |
-
"nitrosocke/Ghibli-Diffusion",
|
| 326 |
-
###"iZELX1/Grapefruit",
|
| 327 |
"xiaolxl/GuoFeng3",
|
| 328 |
"stablediffusionapi/tmnd-mix",
|
| 329 |
"coder119/Vectorartz_Diffusion", #203
|
|
@@ -332,7 +400,6 @@ models = [
|
|
| 332 |
"AIARTCHAN/7pa",
|
| 333 |
"JosephusCheung/ACertainModel",
|
| 334 |
"JosephusCheung/ACertainThing",
|
| 335 |
-
"AIARTCHAN/AbyssHellHero",
|
| 336 |
"JosephusCheung/ACertainty",
|
| 337 |
"AIARTCHAN/AbyssHellVer3",
|
| 338 |
"AIARTCHAN/AbyssMapleVer3",
|
|
@@ -341,92 +408,10 @@ models = [
|
|
| 341 |
"stablediffusionapi/anime-model-v2",
|
| 342 |
"kubanemil/AnyLORA",
|
| 343 |
"stablediffusionapi/hc-anything-v3-vae", #231
|
| 344 |
-
"
|
| 345 |
-
"stablediffusionapi/anythingelse-v4",
|
| 346 |
-
"stablediffusionapi/anything-v45-fixed",
|
| 347 |
-
"stablediffusionapi/anything-v5",
|
| 348 |
-
"nitrosocke/Arcane-Diffusion",
|
| 349 |
-
"nitrosocke/archer-diffusion",
|
| 350 |
-
"stablediffusionapi/architecture-tuned-model",
|
| 351 |
-
"WarriorMama777/BloodOrangeMix",
|
| 352 |
-
"wavymulder/collage-diffusion",
|
| 353 |
-
"stablediffusionapi/camelliamixline",
|
| 354 |
-
"digiplay/chrysanthemumMix_v1",
|
| 355 |
-
"digiplay/CiderMix_ciderR", #260
|
| 356 |
-
"Johnhex/Clam", #243
|
| 357 |
-
"stablediffusionapi/cosmic-babes",
|
| 358 |
-
"digiplay/CoffeeDonut_v1",
|
| 359 |
-
"stablediffusionapi/dark-sushi-25d",
|
| 360 |
-
"digiplay/Defacta_v1_diffusers", #226
|
| 361 |
-
## "WarriorMama777/EerieOrangeMix",
|
| 362 |
-
"digiplay/DuelAnimeMix_v1", #225
|
| 363 |
-
"Envvi/Inkpunk-Diffusion",
|
| 364 |
-
"digiplay/kotosmix_diffusers", #229
|
| 365 |
-
"stablediffusionapi/meinaalter",
|
| 366 |
-
"Nacholmo/meinamixv7-diffusers",
|
| 367 |
-
"stablediffusionapi/meinapastel",
|
| 368 |
-
"AIARTCHAN/MIX-Pro-V4",
|
| 369 |
-
"Lykon/NeverEnding-Dream",
|
| 370 |
-
"stablediffusionapi/shirataki-mix", #191
|
| 371 |
-
"NoCrypt/SomethingV2_2",
|
| 372 |
-
"NoCrypt/SomethingV2",
|
| 373 |
-
"badmonk/sxzumi",
|
| 374 |
-
## "stablediffusionapi/three-delicacy",
|
| 375 |
-
## "stablediffusionapi/three-delicacy-wonto",
|
| 376 |
-
"etherealxx/systemy-csrmodel-cutesexyrobutts", #"andite/cutesexyrobutts-diffusion",
|
| 377 |
-
"sd-dreambooth-library/true-guweiz-style", # "andite/guweiz-diffusion",
|
| 378 |
-
"stablediffusionapi/vector-art", #198
|
| 379 |
-
"digiplay/xxMix_4",
|
| 380 |
-
###"mio/hiten", #"andite/hiten-diffusion",
|
| 381 |
-
### "andite/mashuu-diffusion",
|
| 382 |
-
### "andite/mignon-diffusion",
|
| 383 |
-
### "andite/mikapikazo-diffusion",
|
| 384 |
-
### "andite/piromizu-diffusion",
|
| 385 |
-
"digiplay/Zevinemix_v1.0/",
|
| 386 |
-
|
| 387 |
-
"digiplay/AnaMix_v2", #07.11
|
| 388 |
-
"stablediffusionapi/animetestmodelv3",
|
| 389 |
-
"yulet1de/anything", #232
|
| 390 |
-
"hakurei/artstation-diffusion", #07.11
|
| 391 |
-
"Fictiverse/Stable_Diffusion_BalloonArt_Model",
|
| 392 |
-
"stablediffusionapi/bg-dream-irl",
|
| 393 |
-
"stablediffusionapi/bg-dream-model-b", #193
|
| 394 |
-
"Rardilit/Ciffusion_v0.1",
|
| 395 |
-
"circulus/sd-anireal-2d-v2",
|
| 396 |
-
"circulus/sd-photoreal-v2.7",
|
| 397 |
-
"circulus/sd-photoreal-photo-v2",
|
| 398 |
-
"circulus/sd-anireal-2.5d-v2",
|
| 399 |
-
"circulus/sd-anireal-v2.5",
|
| 400 |
-
"circulus/sd-photoreal-semi-v2",
|
| 401 |
-
"circulus/sd-photoreal-real-v2",
|
| 402 |
-
"circulus/sd-photoreal-v2.5",
|
| 403 |
-
"circulus/sd-anireal-3d-v2",
|
| 404 |
-
"circulus/sd-anireal-v2.8",
|
| 405 |
-
"nitrosocke/classic-anim-diffusion",
|
| 406 |
-
"Conflictx/Complex-Lineart", #245
|
| 407 |
-
"sayakpaul/da-vinci-sd-pokemon",
|
| 408 |
-
"nitrosocke/elden-ring-diffusion",
|
| 409 |
-
"digiplay/EtherBluMix_1", #07.11
|
| 410 |
-
"digiplay/fantasticmix_v40_test", #261
|
| 411 |
-
"theintuitiveye/FantasyMix",
|
| 412 |
-
"Fictiverse/Stable_Diffusion_FluidArt_Model",
|
| 413 |
-
"nitrosocke/Future-Diffusion",
|
| 414 |
-
"ItsJayQz/GTA5_Artwork_Diffusion", #205
|
| 415 |
-
"digiplay/hellopure_v2.23",
|
| 416 |
-
"TheLastBen/hrrzg-style-768px", #246
|
| 417 |
-
"nevernotsean/IllustratedPaperMini", #242
|
| 418 |
-
"dallinmackay/JWST-Deep-Space-diffusion",
|
| 419 |
-
"prompthero/linkedin-diffusion",
|
| 420 |
-
"mann-e/mann-e_4_rev-0-1", #210
|
| 421 |
-
"ItsJayQz/Marvel_WhatIf_Diffusion", #206
|
| 422 |
-
"yuanbit/max-15-1e-6-1500",
|
| 423 |
-
"MyneFactory/MF-Base", #248
|
| 424 |
-
"Fictiverse/Stable_Diffusion_Microscopic_model", #249
|
| 425 |
-
"nitrosocke/mo-di-diffusion",
|
| 426 |
-
"luongphamit/NeverEnding-Dream2", #241
|
| 427 |
-
"lambdalabs/sd-naruto-diffusers", #201
|
| 428 |
-
"Yntec/CinematicReality",
|
| 429 |
"Yntec/Reddit",
|
|
|
|
|
|
|
| 430 |
]
|
| 431 |
current_model = models[0]
|
| 432 |
|
|
@@ -897,7 +882,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 897 |
with gr.Row():
|
| 898 |
with gr.Tab("Title"):
|
| 899 |
gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
| 900 |
-
<h1><a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p style="color:#8150df;">This space has been superseded by Toy World, try out more than
|
| 901 |
|
| 902 |
""")
|
| 903 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/Lyriel",
|
| 8 |
+
"Yntec/3DKX",
|
| 9 |
+
"Yntec/Dreamshaper8",
|
| 10 |
+
"Yntec/3DKXv11",
|
| 11 |
+
"Yntec/Cute",
|
| 12 |
+
"Yntec/DreamFulV2",
|
| 13 |
+
"Yntec/Dreamful3",
|
| 14 |
+
"Yntec/DucHaitenDarkside4",
|
| 15 |
+
"Yntec/3DRendering",
|
| 16 |
+
"Yntec/Thriller",
|
| 17 |
+
"Yntec/Classic",
|
| 18 |
+
"Yntec/mistoonAnime2",
|
| 19 |
+
"Yntec/DucHaiten-FANCYxFANCY",
|
| 20 |
+
"Yntec/3DCute",
|
| 21 |
+
"Yntec/AbsoluteRemix",
|
| 22 |
+
"Yntec/AbsoluteReality",
|
| 23 |
+
"Yntec/epiCRealismVAE",
|
| 24 |
+
"Yntec/OpenNijiRemix",
|
| 25 |
+
"Yntec/LAMEanime",
|
| 26 |
+
"Yntec/potatoMash",
|
| 27 |
+
"Yntec/epiCPhotoGasm",
|
| 28 |
+
"Yntec/lamettaNightly",
|
| 29 |
+
"Yntec/RealCartoon3D",
|
| 30 |
+
"Yntec/Oiran",
|
| 31 |
+
"Yntec/elldrethSVividMix",
|
| 32 |
+
"Yntec/3Danimation",
|
| 33 |
+
"Yntec/Darkside", #1K
|
| 34 |
+
"Yntec/nuipenimix2", #1K
|
| 35 |
+
"Yntec/dosmixVAE", #1K
|
| 36 |
+
"Yntec/elldrethSLucidMix", #1K
|
| 37 |
+
"Yntec/DucHaitenNiji", #1K
|
| 38 |
+
"Yntec/Citrus", #1K
|
| 39 |
+
"Yntec/SuperCuteRemix", #2K
|
| 40 |
+
"Yntec/NaughtyChildren", #3K
|
| 41 |
+
"Yntec/edgeOfRealism", #3K
|
| 42 |
+
"Yntec/HitenDiffusion", #1K
|
| 43 |
+
"Yntec/Splash", #4K
|
| 44 |
+
"Yntec/animeSEXTILLION/", #6K
|
| 45 |
+
"Yntec/CitrineDreamMix", #1K
|
| 46 |
+
"Yntec/animeTEN", #3K
|
| 47 |
+
"Yntec/level4", #3K
|
| 48 |
+
"Yntec/elldrethsImagination", #2K
|
| 49 |
+
"Yntec/BeenYou", #2K
|
| 50 |
+
"Yntec/animeTWO", #4K
|
| 51 |
+
"Yntec/LehinaModel", #7K
|
| 52 |
+
"Yntec/Trending",
|
| 53 |
+
"Yntec/aMovieTrend",
|
| 54 |
+
"Yntec/aPhotographicTrend",
|
| 55 |
+
"Yntec/photoMovieXFinal",
|
| 56 |
+
"Yntec/aMovieX/",
|
| 57 |
+
"Yntec/GoldenEra",
|
| 58 |
+
"Yntec/Hassanim",
|
| 59 |
+
"Yntec/3DCuteWave",
|
| 60 |
+
"Yntec/ClassicEra",
|
| 61 |
+
"Yntec/GoodLife",
|
| 62 |
+
"Yntec/DucHaiten-GoldenLife",
|
| 63 |
+
"Yntec/BasilRemix",
|
| 64 |
+
"Yntec/ReVAnimated768",
|
| 65 |
+
"Yntec/lamettaRemix",
|
| 66 |
+
"Yntec/lametta",
|
| 67 |
"Yntec/vividicAnime",
|
|
|
|
|
|
|
| 68 |
"Yntec/Dreamscape",
|
| 69 |
"Yntec/NeverEndingDream768",
|
| 70 |
"Yntec/HassanBlend12",
|
| 71 |
"Yntec/HassanBlend1512VAE",
|
|
|
|
| 72 |
"Yntec/REV",
|
| 73 |
"Yntec/CetusRemix",
|
| 74 |
+
"Yntec/Dreamscapes_n_Dragonfire_v2",
|
| 75 |
"Yntec/Cetus",
|
| 76 |
"Yntec/RadiantCinemagic",
|
| 77 |
"Yntec/RadiantVibes",
|
| 78 |
"Yntec/OpenGenDiffusers",
|
|
|
|
| 79 |
"Yntec/Dreamlike",
|
|
|
|
|
|
|
| 80 |
"Yntec/DeliberateRemix",
|
| 81 |
+
"Yntec/DreamShaperRemix",
|
| 82 |
+
"Yntec/DeliShaper",
|
| 83 |
+
"Yntec/dreamlike-photoreal-remix",
|
| 84 |
"Yntec/epiCVision",
|
| 85 |
"Yntec/realistic-vision-v12",
|
|
|
|
| 86 |
"Yntec/MangledMerge3_768",
|
|
|
|
| 87 |
"Yntec/OpenLexica",
|
| 88 |
+
"Yntec/DreamLikeRemix",
|
| 89 |
+
"Yntec/humu",
|
| 90 |
+
"Linaqruf/animagine-xl",
|
| 91 |
+
"nerijs/pixel-art-xl",
|
| 92 |
"Yntec/MapleSyrup",
|
| 93 |
"Yntec/WoopWoopRemix",
|
|
|
|
|
|
|
| 94 |
"Yntec/ArcticFowl",
|
| 95 |
"Yntec/iComixRemix",
|
|
|
|
| 96 |
"Yntec/SamaritanDoesArt",
|
|
|
|
| 97 |
"Yntec/samaritan3dCartoon2MVAE",
|
| 98 |
"Yntec/CartoonStyleClassic",
|
| 99 |
"Yntec/CultClassic",
|
|
|
|
|
|
|
| 100 |
"Yntec/CinemaE",
|
| 101 |
"Yntec/GalenaVAE",
|
| 102 |
"Yntec/a-ZovyaRemix",
|
| 103 |
"Yntec/a-ZovyaRPGV3VAE",
|
| 104 |
+
"Yntec/Infinite80s",
|
| 105 |
"Yntec/a-ZoviaRPGArtistV2VAE",
|
| 106 |
"Yntec/GameAssetsDigitalUnitsCreationKit",
|
|
|
|
|
|
|
|
|
|
| 107 |
"Yntec/QToriReloaded",
|
| 108 |
+
"Yntec/Toonify2",
|
| 109 |
+
"Yntec/LunarLuma",
|
| 110 |
+
"Yntec/Lunar",
|
| 111 |
"Yntec/Chik2",
|
| 112 |
+
"Yntec/photoMovieRealistic",
|
| 113 |
"Yntec/DucHaiten-StyleLikeMeVAE",
|
| 114 |
+
"Yntec/InsaneRealisticCVAE",
|
|
|
|
| 115 |
"Yntec/Noosphere_v3_CVAE",
|
| 116 |
"Yntec/RealRainbows",
|
| 117 |
+
"Yntec/InsaneM3U",
|
| 118 |
"Yntec/ChildrenStoriesAnime",
|
| 119 |
"Yntec/theallysMixIV-verisimilar",
|
| 120 |
"Yntec/DucHaitenAnime768",
|
| 121 |
"Yntec/RainbowClassicAnime",
|
| 122 |
"Yntec/DucHaitenClassicAnime768",
|
| 123 |
+
"Yntec/Luma",
|
| 124 |
"Yntec/WesternAnimation",
|
| 125 |
"Yntec/NeverExisted",
|
| 126 |
"Yntec/Rainbowsphere",
|
| 127 |
+
"Yntec/Ninja-Diffusers",
|
| 128 |
+
"Yntec/GOLDFish",
|
| 129 |
"Yntec/DreamAnything",
|
| 130 |
"Yntec/Dreamsphere",
|
| 131 |
"Yntec/Photosphere",
|
| 132 |
"Yntec/yabalMixTrue25D_v2_VAE",
|
| 133 |
"dreamlike-art/dreamlike-anime-1.0",
|
| 134 |
"Yntec/RainbowDreams",
|
|
|
|
| 135 |
"Yntec/rainbowpatch",
|
| 136 |
"Yntec/DucHaiten-Retro-Diffusers",
|
| 137 |
"Yntec/ElldrethsRetroMix_Diffusers",
|
| 138 |
"Yntec/sexyToons",
|
| 139 |
+
"Yntec/photoMovieX/",
|
| 140 |
+
"dreamlike-art/dreamlike-photoreal-2.0",
|
| 141 |
+
"dreamlike-art/dreamlike-diffusion-1.0",
|
| 142 |
+
"Yntec/CuteYuki2",
|
| 143 |
+
"Yntec/KIDSILLUSTRATIONS",
|
| 144 |
+
"Yntec/COOLKIDSV2",
|
| 145 |
+
"Yntec/Pavo-Mix-Diffusers",
|
| 146 |
+
"Yntec/RPG_Remix",
|
| 147 |
+
"Yntec/OrangeRemix",
|
| 148 |
+
"Yntec/PeachMix3",
|
| 149 |
+
"Yntec/DucHaitenAIart-beta",
|
| 150 |
+
"Yntec/samdoesartsUlt",
|
| 151 |
+
"Yntec/NovelAI",
|
| 152 |
+
"Yntec/NovelAIRemix",
|
| 153 |
+
"Yntec/Hiten",
|
| 154 |
+
"AIARTCHAN/AbyssHellHero",
|
| 155 |
+
"digiplay/OldFish_fix1.1.997_diffusers",
|
| 156 |
+
"digiplay/VoidnoiseCore_R0829",
|
| 157 |
+
"digiplay/MGM",
|
| 158 |
+
"digiplay/OldFish_v1.1",
|
| 159 |
"digiplay/AI-infinity-V1-fp16",
|
| 160 |
"digiplay/wantan25D_prototype",
|
| 161 |
"digiplay/PotoPhotoRealism_v1",
|
| 162 |
"digiplay/LunarDiffusion_v1.27",
|
| 163 |
"digiplay/insaneRealistic_v1",
|
| 164 |
"digiplay/OLDFish_2348_diffusers",
|
| 165 |
+
"digiplay/OldFish_v1.1_diffusers_recover",
|
| 166 |
+
"digiplay/OldFish_v1.1mix_hello",
|
| 167 |
+
"digiplay/OldFish_v1.1_personal_HDmix",
|
| 168 |
+
"digiplay/FishMix_v1",
|
| 169 |
"DucHaiten/DucHaitenDreamWorld",
|
| 170 |
"digiplay/LemonteaMixPainterly2_v1",
|
| 171 |
"digiplay/SweetMuse_diffusers",
|
|
|
|
| 172 |
"digiplay/Realisian_v1",
|
| 173 |
"Hius/DreamFul-V2",
|
| 174 |
"digiplay/m3u", #263
|
|
|
|
| 182 |
"digiplay/perfectLewdFantasy_v1.01",
|
| 183 |
"digiplay/Opiate_v2",
|
| 184 |
"digiplay/PhotoSomnia_vFinal",
|
|
|
|
| 185 |
"digiplay/polla_mix_2.5D",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
"stablediffusionapi/all-526-animated",
|
| 187 |
"AstraliteHeart/pony-diffusion",
|
| 188 |
"stablediffusionapi/chilloutmixsf",
|
|
|
|
| 190 |
"DucHaiten/DucHaitenSuperCute",
|
| 191 |
"stablediffusionapi/all-526",
|
| 192 |
"theintuitiveye/HARDblend",
|
|
|
|
| 193 |
"stablediffusionapi/cyberrealistic",
|
| 194 |
+
"stablediffusionapi/cusp-of-serenity",
|
| 195 |
"SG161222/Realistic_Vision_V1.4",
|
| 196 |
"digiplay/paulEberSRealismMix_v1",
|
| 197 |
"Ojimi/anime-kawai-diffusion",
|
| 198 |
"hassanblend/hassanblend1.4",
|
| 199 |
"digiplay/zodiac_eclipse_DAY1",
|
|
|
|
| 200 |
"claudfuen/photorealistic-fuen-v1",
|
| 201 |
"stablediffusionapi/chillout-app-factory",
|
| 202 |
"DucHaiten/DucHaitenJourney",
|
|
|
|
| 233 |
|
| 234 |
"digiplay/2K", #216
|
| 235 |
"digiplay/AIGEN_v1.4_diffusers",
|
| 236 |
+
"digiplay/asyncsMIX_v2",
|
| 237 |
"digiplay/BrickAndMortarMix_v2.0_diffusers", #224
|
| 238 |
"digiplay/BeautyFool_v1.2VAE_pruned",
|
| 239 |
"digiplay/breakdomainrealistic_R2333",
|
|
|
|
| 259 |
"digiplay/PrefixRealisticMix_v1",
|
| 260 |
"digiplay/RealEpicMajicRevolution_v1", #07.11
|
| 261 |
"digiplay/ShampooMix_4", #252
|
| 262 |
+
"digiplay/ShowmakerMix_v1",
|
| 263 |
"digiplay/SoapMix2.5D_v1",
|
| 264 |
"digiplay/ZemiHR_v2_diffusers",
|
| 265 |
|
|
|
|
| 304 |
"digiplay/helloworld_v3",
|
| 305 |
"digiplay/HenmixArt_v1",
|
| 306 |
"digiplay/ISOmix_v3.22",
|
| 307 |
+
"digiplay/JF-Cu_v1",
|
| 308 |
"digiplay/kencanmix_v2.0beta",
|
| 309 |
"wavymulder/lomo-diffusion",
|
| 310 |
"stablediffusionapi/majicmixv5", #192
|
|
|
|
| 321 |
|
| 322 |
"DucHaiten/DucHaitenAnime",
|
| 323 |
"DucHaiten/DucHaitenAIart",
|
| 324 |
+
"digiplay/BeenYouLiteL11_diffusers",
|
| 325 |
"Manseo/Colorful-v4.5-Plus", #244
|
| 326 |
"Guizmus/SDArt_ChaosAndOrder",
|
| 327 |
"DucHaiten/DH_ClassicAnime",
|
|
|
|
| 365 |
|
| 366 |
"Guizmus/SDArt_cosmichorrors768",
|
| 367 |
"stablediffusionapi/counterfeit-v30",
|
| 368 |
+
"stablediffusionapi/amireal", #"JamesFlare/pastel-mix", #"andite/pastel-mix",
|
|
|
|
| 369 |
"stablediffusionapi/rev-anim",
|
| 370 |
"aipicasso/picasso-diffusion-1-1",
|
| 371 |
"xiaolxl/Gf_style2",
|
|
|
|
| 377 |
"Guizmus/SDArt_ChaosAndOrder768",
|
| 378 |
"gsdf/Counterfeit-V2.0",
|
| 379 |
"dwancin/memoji", #07.11
|
| 380 |
+
"nousr/robo-diffusion-2-base", ##"hakurei/waifu-diffusion",
|
|
|
|
|
|
|
| 381 |
"WarriorMama777/AbyssOrangeMix2",
|
| 382 |
"stablediffusionapi/abyssorangemix2nsfw", #200
|
| 383 |
"cag/anything-v3-1",
|
| 384 |
"iZELX1/Anything-V3-X",
|
| 385 |
"xyn-ai/anything-v4.0", #"andite/anything-v4.0",
|
| 386 |
+
"D1b4l4p/AsianMix", #"Fred99774/chilloutvlara",
|
|
|
|
| 387 |
"aipicasso/cool-japan-diffusion-2-1-2",
|
| 388 |
"stablediffusionapi/corneos-7th-heaven-m", #196
|
| 389 |
"DGSpitzer/Cyberpunk-Anime-Diffusion",
|
|
|
|
| 391 |
"joachimsallstrom/Double-Exposure-Diffusion",
|
| 392 |
"eimiss/EimisAnimeDiffusion_1.0v",
|
| 393 |
"prompthero/funko-diffusion",
|
| 394 |
+
"nitrosocke/Ghibli-Diffusion" ###"iZELX1/Grapefruit",
|
|
|
|
| 395 |
"xiaolxl/GuoFeng3",
|
| 396 |
"stablediffusionapi/tmnd-mix",
|
| 397 |
"coder119/Vectorartz_Diffusion", #203
|
|
|
|
| 400 |
"AIARTCHAN/7pa",
|
| 401 |
"JosephusCheung/ACertainModel",
|
| 402 |
"JosephusCheung/ACertainThing",
|
|
|
|
| 403 |
"JosephusCheung/ACertainty",
|
| 404 |
"AIARTCHAN/AbyssHellVer3",
|
| 405 |
"AIARTCHAN/AbyssMapleVer3",
|
|
|
|
| 408 |
"stablediffusionapi/anime-model-v2",
|
| 409 |
"kubanemil/AnyLORA",
|
| 410 |
"stablediffusionapi/hc-anything-v3-vae", #231
|
| 411 |
+
"Yntec/HassanRemix",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 412 |
"Yntec/Reddit",
|
| 413 |
+
"Yntec/CinematicReality",
|
| 414 |
+
"Yntec/3DKX2",
|
| 415 |
]
|
| 416 |
current_model = models[0]
|
| 417 |
|
|
|
|
| 882 |
with gr.Row():
|
| 883 |
with gr.Tab("Title"):
|
| 884 |
gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
| 885 |
+
<h1><a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p style="color:#8150df;">This space has been superseded by Toy World, try out more than 499 Stable Diffusion models by clicking this text!</p></b></u></a></h1>
|
| 886 |
|
| 887 |
""")
|
| 888 |
|