Spaces:
Runtime error
Runtime error
Update all_models.py
Browse files- all_models.py +333 -11
all_models.py
CHANGED
|
@@ -1,14 +1,28 @@
|
|
| 1 |
models = [
|
| 2 |
"Yntec/NijiverseComics", #1008
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"digiplay/RealismEngine_v1",
|
| 4 |
"Yntec/WorksForMe", #1005
|
| 5 |
-
"digiplay/MeinaMix_v7",
|
| 6 |
-
"Yntec/DisneyPixar", #1010
|
| 7 |
"digiplay/ZemiHR_v2_diffusers",
|
| 8 |
"Yntec/AgainstTheWorld", #1004
|
| 9 |
-
"
|
| 10 |
"Yntec/UniverseStableComics", #1006
|
| 11 |
-
"
|
| 12 |
"Yntec/QueenOfFools", #1001
|
| 13 |
"digiplay/Shadir_Diffusion_AR_v2.1_fp16_test1",
|
| 14 |
"Yntec/Livin-Large", #1000
|
|
@@ -375,12 +389,10 @@ models = [
|
|
| 375 |
"digiplay/Sweet-mix_v2.2_flat", #726
|
| 376 |
"digiplay/snowpear_anime", #714
|
| 377 |
"Yntec/NostalgicLife", #718
|
| 378 |
-
"digiplay/
|
| 379 |
"Yntec/Voxel", #715
|
| 380 |
"digiplay/aurorafantasy_v1", #717
|
| 381 |
-
"digiplay/Dolka_Rusalka_v0.5.1",
|
| 382 |
"Yntec/DreamlikeDiffusion", #722
|
| 383 |
-
"digiplay/NextGenMix_R2.8VAE",
|
| 384 |
"Yntec/HyperRealism", #721
|
| 385 |
"Yntec/Prodigy", #712
|
| 386 |
"Yntec/Protogen_Unofficial_Release", #709
|
|
@@ -660,7 +672,7 @@ models = [
|
|
| 660 |
"digiplay/HadrianDelice_DeliceV1.5", #743
|
| 661 |
"digiplay/ZHMix-Dramatic-v2.0",
|
| 662 |
"digiplay/DucHaiten-Real3D-NSFW-V1",
|
| 663 |
-
|
| 664 |
"digiplay/CamelliaMIx_2.5D_diffusers", #695
|
| 665 |
"digiplay/AingDiffusion9",
|
| 666 |
"digiplay/AingDiffusion8.5",
|
|
@@ -680,6 +692,9 @@ models = [
|
|
| 680 |
"digiplay/majicMIX_realistic_v5preview", #867
|
| 681 |
"digiplay/Yntec_Wonder_0508_DDIM", #818
|
| 682 |
|
|
|
|
|
|
|
|
|
|
| 683 |
"digiplay/EtherRealMix_1", #1009
|
| 684 |
"digiplay/CosplayMix_v2", #1007
|
| 685 |
"digiplay/XtReMixAnimeMaster_v1", #1003
|
|
@@ -828,7 +843,6 @@ models = [
|
|
| 828 |
"digiplay/bluePencilRealistic_v01",
|
| 829 |
"digiplay/bra_v40_diffusers",
|
| 830 |
"digiplay/Burger_Mix_semiR2Lite", #222
|
| 831 |
-
"digiplay/CampurSari_Gen1",
|
| 832 |
"digiplay/cocotifacute_v1", #07.10
|
| 833 |
"digiplay/CounterMix_v2", #211
|
| 834 |
"digiplay/CuriousMerge2.5D_v5",
|
|
@@ -860,7 +874,6 @@ models = [
|
|
| 860 |
"Duskfallcrew/EpicMix_Realism",
|
| 861 |
"nitrosocke/Nitro-Diffusion",
|
| 862 |
"prompthero/openjourney",
|
| 863 |
-
"Guizmus/SDArt_something",
|
| 864 |
"DucHaiten/DucHaiten-StyleLikeMe",
|
| 865 |
"ddPn08/subtly", #250
|
| 866 |
"22h/vintedois-diffusion-v0-1",
|
|
@@ -962,7 +975,6 @@ models = [
|
|
| 962 |
"stablediffusionapi/meinapastel",
|
| 963 |
"AIARTCHAN/MIX-Pro-V4",
|
| 964 |
"stablediffusionapi/shirataki-mix", #191
|
| 965 |
-
"NoCrypt/SomethingV2_2",
|
| 966 |
"NoCrypt/SomethingV2",
|
| 967 |
## "stablediffusionapi/three-delicacy",
|
| 968 |
## "stablediffusionapi/three-delicacy-wonto",
|
|
@@ -1041,6 +1053,316 @@ models = [
|
|
| 1041 |
"CompVis/stable-diffusion-v1-3", #207
|
| 1042 |
"CompVis/stable-diffusion-v1-2", #208
|
| 1043 |
"CompVis/stable-diffusion-v1-1", #209
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1044 |
]
|
| 1045 |
#from externalmod import find_model_list
|
| 1046 |
|
|
|
|
| 1 |
models = [
|
| 2 |
"Yntec/NijiverseComics", #1008
|
| 3 |
+
"digiplay/Dolka_Rusalka_v0.5.1",
|
| 4 |
+
"Yntec/XanatosGambit", #1018
|
| 5 |
+
"digiplay/CampurSari_Gen1",
|
| 6 |
+
"Yntec/SomethingBeautiful", #1014
|
| 7 |
+
"digiplay/fantasticmix2.5D_v3.0", #1015
|
| 8 |
+
"Yntec/aZovyaPhotorealUltra", #1020
|
| 9 |
+
"digiplay/CoffeeMix_v2", #1017
|
| 10 |
+
"Yntec/BeautifulArt", #1016
|
| 11 |
+
"stabilityai/stable-diffusion-3.5-large", #940
|
| 12 |
+
"Yntec/DisneyPixar", #1010
|
| 13 |
+
"black-forest-labs/FLUX.1-dev",
|
| 14 |
+
"Yntec/ElldrethSVividMix2", #1012
|
| 15 |
+
"Guizmus/SDArt_something",
|
| 16 |
+
"Yntec/SomethingRemix", #1011
|
| 17 |
+
"digiplay/pan04", #725
|
| 18 |
+
"Yntec/Red", #1018
|
| 19 |
"digiplay/RealismEngine_v1",
|
| 20 |
"Yntec/WorksForMe", #1005
|
|
|
|
|
|
|
| 21 |
"digiplay/ZemiHR_v2_diffusers",
|
| 22 |
"Yntec/AgainstTheWorld", #1004
|
| 23 |
+
"NoCrypt/SomethingV2_2",
|
| 24 |
"Yntec/UniverseStableComics", #1006
|
| 25 |
+
"digiplay/MeinaMix_v7",
|
| 26 |
"Yntec/QueenOfFools", #1001
|
| 27 |
"digiplay/Shadir_Diffusion_AR_v2.1_fp16_test1",
|
| 28 |
"Yntec/Livin-Large", #1000
|
|
|
|
| 389 |
"digiplay/Sweet-mix_v2.2_flat", #726
|
| 390 |
"digiplay/snowpear_anime", #714
|
| 391 |
"Yntec/NostalgicLife", #718
|
| 392 |
+
"digiplay/NextGenMix_R2.8VAE",
|
| 393 |
"Yntec/Voxel", #715
|
| 394 |
"digiplay/aurorafantasy_v1", #717
|
|
|
|
| 395 |
"Yntec/DreamlikeDiffusion", #722
|
|
|
|
| 396 |
"Yntec/HyperRealism", #721
|
| 397 |
"Yntec/Prodigy", #712
|
| 398 |
"Yntec/Protogen_Unofficial_Release", #709
|
|
|
|
| 672 |
"digiplay/HadrianDelice_DeliceV1.5", #743
|
| 673 |
"digiplay/ZHMix-Dramatic-v2.0",
|
| 674 |
"digiplay/DucHaiten-Real3D-NSFW-V1",
|
| 675 |
+
|
| 676 |
"digiplay/CamelliaMIx_2.5D_diffusers", #695
|
| 677 |
"digiplay/AingDiffusion9",
|
| 678 |
"digiplay/AingDiffusion8.5",
|
|
|
|
| 692 |
"digiplay/majicMIX_realistic_v5preview", #867
|
| 693 |
"digiplay/Yntec_Wonder_0508_DDIM", #818
|
| 694 |
|
| 695 |
+
"digiplay/COCOtiFaMix_v1", #1021
|
| 696 |
+
"digiplay/CyberRealistic_Classic_v1.5", #1019
|
| 697 |
+
"digiplay/CounterMix_v1", #1013
|
| 698 |
"digiplay/EtherRealMix_1", #1009
|
| 699 |
"digiplay/CosplayMix_v2", #1007
|
| 700 |
"digiplay/XtReMixAnimeMaster_v1", #1003
|
|
|
|
| 843 |
"digiplay/bluePencilRealistic_v01",
|
| 844 |
"digiplay/bra_v40_diffusers",
|
| 845 |
"digiplay/Burger_Mix_semiR2Lite", #222
|
|
|
|
| 846 |
"digiplay/cocotifacute_v1", #07.10
|
| 847 |
"digiplay/CounterMix_v2", #211
|
| 848 |
"digiplay/CuriousMerge2.5D_v5",
|
|
|
|
| 874 |
"Duskfallcrew/EpicMix_Realism",
|
| 875 |
"nitrosocke/Nitro-Diffusion",
|
| 876 |
"prompthero/openjourney",
|
|
|
|
| 877 |
"DucHaiten/DucHaiten-StyleLikeMe",
|
| 878 |
"ddPn08/subtly", #250
|
| 879 |
"22h/vintedois-diffusion-v0-1",
|
|
|
|
| 975 |
"stablediffusionapi/meinapastel",
|
| 976 |
"AIARTCHAN/MIX-Pro-V4",
|
| 977 |
"stablediffusionapi/shirataki-mix", #191
|
|
|
|
| 978 |
"NoCrypt/SomethingV2",
|
| 979 |
## "stablediffusionapi/three-delicacy",
|
| 980 |
## "stablediffusionapi/three-delicacy-wonto",
|
|
|
|
| 1053 |
"CompVis/stable-diffusion-v1-3", #207
|
| 1054 |
"CompVis/stable-diffusion-v1-2", #208
|
| 1055 |
"CompVis/stable-diffusion-v1-1", #209
|
| 1056 |
+
"Yntec/noobai-xl-nai-xl-earlyaccessversion-sdxl",
|
| 1057 |
+
"Yntec/noobai-xl-nai-xl-vpredtestversion-sdxl",
|
| 1058 |
+
"Yntec/tnillust-xl-noobai-xl-t-illunai3-v10-sdxl",
|
| 1059 |
+
"Yntec/noobai-xl-nai-xl-epsilonpred05version-sdxl",
|
| 1060 |
+
"Yntec/noobaiiter-xl-v10-sdxl",
|
| 1061 |
+
"Yntec/noobieater-v10-sdxl",
|
| 1062 |
+
"Yntec/soft-noob-noobai-xl-v10-sdxl",
|
| 1063 |
+
"Yntec/noobai-xl-nai-xl-epsilonpred075version-sdxl",
|
| 1064 |
+
"Yntec/noobai-xl-nai-xl-predmix-v0625-sdxl",
|
| 1065 |
+
"Yntec/addictnoobill-v001-sdxl",
|
| 1066 |
+
"John6666/naturalust-v2-sdxl",
|
| 1067 |
+
"John6666/visxl-v1-sdxl",
|
| 1068 |
+
"John6666/edible-sdxl-v20-sdxl",
|
| 1069 |
+
"John6666/matrix-classic-v11a-sdxl",
|
| 1070 |
+
"John6666/chaos-pony-starnova-sdxl",
|
| 1071 |
+
"John6666/godiva-v4-sdxl",
|
| 1072 |
+
"John6666/pansy-breed-v10a-sdxl",
|
| 1073 |
+
"John6666/30104-v60-sdxl",
|
| 1074 |
+
"John6666/fiamix-xl-v40-sdxl",
|
| 1075 |
+
"John6666/ultra-v5-sdxl",
|
| 1076 |
+
"John6666/aquair-xl-alpha-sdxl",
|
| 1077 |
+
"John6666/badbro-xl-v13-sdxl",
|
| 1078 |
+
"John6666/violet-breed-v10-sdxl",
|
| 1079 |
+
"John6666/cocoamix-nu-xl-v10-sdxl",
|
| 1080 |
+
"John6666/zonkey-realism-v6-sdxl",
|
| 1081 |
+
"John6666/adept-sdxl-v40-sdxl",
|
| 1082 |
+
"John6666/autismmix-sdxl-autismmix-confetti-sdxl",
|
| 1083 |
+
"John6666/semimergeij-v30-morereal-sdxl",
|
| 1084 |
+
"John6666/caligula-xl-v10-sdxl",
|
| 1085 |
+
"John6666/relh-checkpoint-v40-sdxl",
|
| 1086 |
+
"John6666/defacta-xl-5-sdxl",
|
| 1087 |
+
"John6666/shimmering-v10-sdxl",
|
| 1088 |
+
"John6666/jxl-v10-sdxl",
|
| 1089 |
+
"John6666/hobohobo-animagine-v10-sdxl",
|
| 1090 |
+
"John6666/wai-real-mix-v11-sdxl",
|
| 1091 |
+
"John6666/ombre-v32-sdxl",
|
| 1092 |
+
"John6666/dream-back-mix-firstversion-sdxl",
|
| 1093 |
+
"John6666/ultrium-v82-nsfwsfw-sdxl",
|
| 1094 |
+
"John6666/hybrid-mix-sdxl-mod7050-sdxl",
|
| 1095 |
+
"John6666/hadrian-delice-xl-v30a2-sdxl",
|
| 1096 |
+
"John6666/hybrid-mix-sdxl-mod6finalbase-sdxl",
|
| 1097 |
+
"John6666/anything-xl-xlhyper-sdxl",
|
| 1098 |
+
"John6666/kaguya-v580rr-sdxl",
|
| 1099 |
+
"John6666/pixiv-pony-epita-mix-v2-sdxl",
|
| 1100 |
+
"John6666/iris-xl-10-sdxl",
|
| 1101 |
+
"John6666/pegana-merge-v5-sdxl",
|
| 1102 |
+
"John6666/dewy-skin-anime-v20-sdxl",
|
| 1103 |
+
"John6666/matrix-classic-v10b-sdxl",
|
| 1104 |
+
"John6666/golden-dahlia-v10-sdxl",
|
| 1105 |
+
"John6666/rsm-galaxy-real-cartoon-xl-v20-sdxl",
|
| 1106 |
+
"John6666/next-fluffy-v10-sdxl",
|
| 1107 |
+
"John6666/gock-so-anime-v10-sdxl",
|
| 1108 |
+
"John6666/reasianpony-merge-reasiantoonv10-sdxl",
|
| 1109 |
+
"John6666/ombre-v31-sdxl",
|
| 1110 |
+
"John6666/sanaexl-anime-v13-sdxl",
|
| 1111 |
+
"John6666/just-anime-mix-v10-sdxl",
|
| 1112 |
+
"John6666/casey-anime-beta-0207-sdxl",
|
| 1113 |
+
"John6666/dgs-4th-darkness-v1pro-sdxl",
|
| 1114 |
+
"John6666/ls-vividus-xl-v30-sdxl",
|
| 1115 |
+
"John6666/beyond-experimental-v291fixed-sdxl",
|
| 1116 |
+
"John6666/anime-confetti-tune-xl-confettisep2024-sdxl",
|
| 1117 |
+
"John6666/cute-dream-v10-sdxl",
|
| 1118 |
+
"John6666/perillanium-wpe-sdxl",
|
| 1119 |
+
"John6666/solus-anime-mix-v10-sdxl",
|
| 1120 |
+
"John6666/jib-mix-realistic-xl-v15-maximus-sdxl",
|
| 1121 |
+
"John6666/asteris-v10-sdxl",
|
| 1122 |
+
"John6666/dgs-4th-darkness-v1x-sdxl",
|
| 1123 |
+
"John6666/najal-v2-sdxl",
|
| 1124 |
+
"John6666/beyond-experimental-v291beta-sdxl",
|
| 1125 |
+
"John6666/crossmix-animagineautismconfetti-sdxl",
|
| 1126 |
+
"John6666/just-soft-mix-v10-sdxl",
|
| 1127 |
+
"John6666/uncanny-valley-v3-east-asia-reality-sdxl",
|
| 1128 |
+
"John6666/getphat-pony-mystic-east-mix-v1-sdxl",
|
| 1129 |
+
"John6666/3d-cute-character-sdxl-v10-sdxl",
|
| 1130 |
+
"John6666/yuta-ai-v4-sdxl",
|
| 1131 |
+
"John6666/uncanny-valley-v3-toon-sdxl",
|
| 1132 |
+
"John6666/hybrid-mix-sdxl-mod7jruv1025-sdxl",
|
| 1133 |
+
"John6666/suimix-xl-v10-sdxl",
|
| 1134 |
+
"John6666/nova-reality-v50-sdxl",
|
| 1135 |
+
"John6666/4th-tail-merges-050autismmix-sdxl",
|
| 1136 |
+
"John6666/4th-tail-merges-050wai70-sdxl",
|
| 1137 |
+
"John6666/silvermoon-mix-01xl-v11-sdxl",
|
| 1138 |
+
"John6666/reasianpony-merge-v10-sdxl",
|
| 1139 |
+
"John6666/sukumizu-meta-sdxl",
|
| 1140 |
+
"John6666/dgs-4th-darkness-035adrecommended-sdxl",
|
| 1141 |
+
"John6666/titania-noah-mix-25d27d-v80-sdxl",
|
| 1142 |
+
"John6666/copycat-v31-sdxl",
|
| 1143 |
+
"John6666/dgs-4th-darkness-03ad-sdxl",
|
| 1144 |
+
"John6666/sakuramoon-v10-sdxl",
|
| 1145 |
+
"John6666/speciosa-anime-v14-sdxl",
|
| 1146 |
+
"John6666/just-best-mix-v10-sdxl",
|
| 1147 |
+
"John6666/just-cute-v10-sdxl",
|
| 1148 |
+
"John6666/lyh-anime-flux-v2a1-fp8-flux",
|
| 1149 |
+
"John6666/sumeshi-flux1s-v002e-fp8-flux",
|
| 1150 |
+
"John6666/josei-realistic-v11-sdxl",
|
| 1151 |
+
"John6666/dgs-4th-darkness-040ad-sdxl",
|
| 1152 |
+
"John6666/optimal-criminal-pony-v10-sdxl",
|
| 1153 |
+
"John6666/relh-checkpoint-v30-sdxl",
|
| 1154 |
+
"John6666/najal-v1-sdxl",
|
| 1155 |
+
"John6666/millennium-xl-modified-kivotos-xl-v14-sdxl",
|
| 1156 |
+
"John6666/hotaru-breed-xl-animixtv-v10-sdxl",
|
| 1157 |
+
"John6666/hotaru-breed-xl-realmix-v10-sdxl",
|
| 1158 |
+
"John6666/hotaru-breed-xl-type1v10-sdxl",
|
| 1159 |
+
"John6666/hotaru-breed-xl-type2v10-sdxl",
|
| 1160 |
+
"John6666/goth-chix-mix-v20-sdxl",
|
| 1161 |
+
"John6666/tofu-anime-base-model-050-sdxl",
|
| 1162 |
+
"John6666/yutijian-xl-v10-sdxl",
|
| 1163 |
+
"John6666/yuta-ai-sdxl",
|
| 1164 |
+
"John6666/nova-asian-v20-sdxl",
|
| 1165 |
+
"John6666/wai-celluloid-style-v3-sdxl",
|
| 1166 |
+
"John6666/tsubaki-mix-v15-sdxl",
|
| 1167 |
+
"yodayo-ai/kivotos-xl-2.0",
|
| 1168 |
+
"John6666/cranberry-xl-v3-sdxl",
|
| 1169 |
+
"yodayo-ai/holodayo-xl-2.1",
|
| 1170 |
+
"digiplay/NWSJRealMix_SDXL_v1",
|
| 1171 |
+
"John6666/sanaexl-anime-v1-sdxl",
|
| 1172 |
+
"digiplay/Jellymix_XL_v1",
|
| 1173 |
+
"John6666/wai-real-e-v1-sdxl",
|
| 1174 |
+
"playgroundai/playground-v2-1024px-aesthetic",
|
| 1175 |
+
"John6666/epicrealism-xl-v8kiss-sdxl",
|
| 1176 |
+
"dataautogpt3/ProteusV0.4",
|
| 1177 |
+
"John6666/badbro-xl-v5-sdxl",
|
| 1178 |
+
"Bakanayatsu/ponyDiffusion-V6-XL-Turbo-DPO",
|
| 1179 |
+
"John6666/smooth-hassaku-authaku-mix-v1-sdxl",
|
| 1180 |
+
"Lykon/dreamshaper-xl-1-0",
|
| 1181 |
+
"John6666/titania-juggernaut-mix-v1-sdxl",
|
| 1182 |
+
"nerijs/pixel-art-xl",
|
| 1183 |
+
"John6666/defacta-xl-3-v3-sdxl",
|
| 1184 |
+
"Linaqruf/animagine-xl",
|
| 1185 |
+
"John6666/big-lust-v1-sdxl",
|
| 1186 |
+
"dataautogpt3/OpenDalleV1.1",
|
| 1187 |
+
"John6666/urang-diffusion-v11-sdxl",
|
| 1188 |
+
"stabilityai/stable-diffusion-xl-base-1.0",
|
| 1189 |
+
"John6666/hadrian-delice-xl-v26j-sdxl",
|
| 1190 |
+
"John6666/3x3mix-xl-typeh-v1-sdxl",
|
| 1191 |
+
"John6666/kaguya-v1-sdxl",
|
| 1192 |
+
"John6666/zonkey-realism-v5-sdxl",
|
| 1193 |
+
"John6666/wai-cute-v4-sdxl",
|
| 1194 |
+
"John6666/ultimate-realistic-mix-v2-sdxl",
|
| 1195 |
+
"John6666/flower-mix-cherry-xl-v4-sdxl",
|
| 1196 |
+
"John6666/cocoa-mix-xl-v5-25d-sdxl",
|
| 1197 |
+
"John6666/big-asp-v1-sdxl",
|
| 1198 |
+
"John6666/animix-v9-xl-animetvmix-v25-sdxl",
|
| 1199 |
+
"John6666/tsuki-v35-sdxl",
|
| 1200 |
+
"John6666/xlp-caulkinum-animeline-bnd-sdxl",
|
| 1201 |
+
"John6666/xl-caulkinum-animeline-standard-bgm-sdxl",
|
| 1202 |
+
"John6666/xl-caulkinum-animeline-standard-aq-sdxl",
|
| 1203 |
+
"John6666/fluffy-tart-xl-v15-sdxl",
|
| 1204 |
+
"John6666/cutiemagine-v1-sdxl",
|
| 1205 |
+
"John6666/new-tail-multiple-artists-v1-sdxl",
|
| 1206 |
+
"John6666/blafbastic-xl-v1-sdxl",
|
| 1207 |
+
"John6666/grilled-lamprey-sdxl-v12o7n9745-sdxl",
|
| 1208 |
+
"John6666/savant-v201-sdxl",
|
| 1209 |
+
"John6666/speciosa-25d-v12-sdxl",
|
| 1210 |
+
"John6666/flyx3-mix-xl-v2-sdxl",
|
| 1211 |
+
"John6666/3x3mix-xl-typeg-v1-sdxl",
|
| 1212 |
+
"John6666/barry-the-quokka-sdxl-lora",
|
| 1213 |
+
"John6666/4th-tail-autism-v045-sdxl",
|
| 1214 |
+
"John6666/wai-real-cn-v7-sdxl",
|
| 1215 |
+
"John6666/xl-merges-xl012rb2-sdxl",
|
| 1216 |
+
"John6666/speciosa-25d-v11a-sdxl",
|
| 1217 |
+
"John6666/akizone-style-xl-sdxl",
|
| 1218 |
+
"John6666/badbro-xl-v3-sdxl",
|
| 1219 |
+
"John6666/ultimate-realistic-mix-v1-sdxl",
|
| 1220 |
+
"John6666/leekai-sdxl",
|
| 1221 |
+
"John6666/hadrian-delice-xl-v25e-sdxl",
|
| 1222 |
+
"John6666/r-anime-3mil-testmodel-v1-sdxl",
|
| 1223 |
+
"John6666/4gold-mixl-v111-sdxl",
|
| 1224 |
+
"John6666/copycat-bg-v1-sdxl",
|
| 1225 |
+
"John6666/lizmix-version-ex-sdxl",
|
| 1226 |
+
"John6666/asuma-xl-sdxl",
|
| 1227 |
+
"John6666/speciosa-v12-sdxl",
|
| 1228 |
+
"John6666/model-ex-v5-sdxl",
|
| 1229 |
+
"John6666/ohara-pdxl-v1-sdxl",
|
| 1230 |
+
"John6666/forreal-xl-v5-sdxl",
|
| 1231 |
+
"John6666/real-vis-xl-v40-sdxl",
|
| 1232 |
+
"John6666/1style-adjust-of-animaginexl31-v1-sdxl",
|
| 1233 |
+
"John6666/aios-v101foal-v1100foalii-sdxl",
|
| 1234 |
+
"John6666/katayama-mix-xl-v1-sdxl",
|
| 1235 |
+
"John6666/megane-xl-v5-sdxl",
|
| 1236 |
+
"John6666/flyx3-mix-xl-v1-sdxl",
|
| 1237 |
+
"John6666/authaku-mix-v1-sdxl",
|
| 1238 |
+
"John6666/sdxl-anime-illustration-v1-sdxl",
|
| 1239 |
+
"John6666/agenda-mix-pdxl-v15-sdxl",
|
| 1240 |
+
"John6666/toketap-v1-sdxl",
|
| 1241 |
+
"John6666/unreal-tulip-v1-sdxl",
|
| 1242 |
+
"John6666/hadrian-delice-xl-styled-stylea-v12d-sdxl",
|
| 1243 |
+
"John6666/bubble-style-xl-v1-sdxl",
|
| 1244 |
+
"John6666/crystal-clear-slime-nsf-v1-sdxl",
|
| 1245 |
+
"John6666/bubble-xl-v1-sdxl",
|
| 1246 |
+
"John6666/cocoa-mix-xl-v4-sdxl",
|
| 1247 |
+
"John6666/wai-c-v3-sdxl",
|
| 1248 |
+
"John6666/iniverse-mix-xl-sfwnsfw-guofen-v15-sdxl",
|
| 1249 |
+
"John6666/hadrian-delice-xl-styled-stylea-v11h-sdxl",
|
| 1250 |
+
"John6666/flower-mix-moon-xl-v1-sdxl",
|
| 1251 |
+
"John6666/eclipse-xl-v13test-sdxl",
|
| 1252 |
+
"John6666/ost-ander-mix-v1-sdxl",
|
| 1253 |
+
"John6666/sweet-mix-xl-v1-sdxl",
|
| 1254 |
+
"John6666/xl-merges-xl011-sdxl",
|
| 1255 |
+
"John6666/digital-af-xlp-v1-sdxl",
|
| 1256 |
+
"John6666/perfect-nai-v1-sdxl",
|
| 1257 |
+
"John6666/wai-real-mix-v8-sdxl",
|
| 1258 |
+
"John6666/schizo-merges-arti-heart-neta-inception-sdxl",
|
| 1259 |
+
"John6666/cocoa-mix-xl-v3-sdxl",
|
| 1260 |
+
"John6666/3x3x3mixxl-v2-sdxl",
|
| 1261 |
+
"John6666/anime-screenshot-xl-v1-sdxl",
|
| 1262 |
+
"John6666/flower-mix-cherry-xl-v3-sdxl",
|
| 1263 |
+
"John6666/boring-cake-v1-sdxl",
|
| 1264 |
+
"John6666/schizo-merges-arti-heart-neta-v2-sdxl",
|
| 1265 |
+
"John6666/hadrian-delice-xl-styled-stylea-v10d-sdxl",
|
| 1266 |
+
"John6666/dissonance-v11-sdxl",
|
| 1267 |
+
"John6666/fpl005-sdxl",
|
| 1268 |
+
"John6666/bamboo-shoot-mix-v1-sdxl",
|
| 1269 |
+
"John6666/3d-rendering-style-beta2-sdxl",
|
| 1270 |
+
"John6666/wai-doll-cn-v2-sdxl",
|
| 1271 |
+
"John6666/hamef-kawaii-mix-type24normal-warm-sdxl",
|
| 1272 |
+
"John6666/mala-smooth-v1-sdxl",
|
| 1273 |
+
"John6666/fluffy-tart-xl-v14-sdxl",
|
| 1274 |
+
"John6666/hamef-kawaii-mix-type24light-warm-sdxl",
|
| 1275 |
+
"John6666/ras-real-anime-screencap-v1-sdxl",
|
| 1276 |
+
"John6666/anima-pencil-xl-v5-sdxl",
|
| 1277 |
+
"John6666/randomizer89-pdxl-merge-v3-sdxl",
|
| 1278 |
+
"John6666/cocoa-mix-xl-v2-sdxl",
|
| 1279 |
+
"John6666/grilled-lamprey-sdxl-v10o4n3-sdxl",
|
| 1280 |
+
"John6666/white-unicorn-v2-sdxl",
|
| 1281 |
+
"John6666/pys-gallery-anime-v24-sdxl",
|
| 1282 |
+
"John6666/3x3mix-xl-typef-v1-sdxl",
|
| 1283 |
+
"John6666/grilled-lamprey-sdxl-v10o1n9752-sdxl",
|
| 1284 |
+
"John6666/blue-pencil-xl-v7-sdxl",
|
| 1285 |
+
"John6666/sympony-v2-fuga-sdxl",
|
| 1286 |
+
"John6666/cute-core-v1-sdxl",
|
| 1287 |
+
"John6666/cocoa-mix-xl-v1-sdxl",
|
| 1288 |
+
"John6666/niji-style-xl-v21-sdxl",
|
| 1289 |
+
"John6666/animix-v9-xl-animetvmix-2nd-sdxl",
|
| 1290 |
+
"John6666/pegasusxx-v40-twilightsky-sdxl",
|
| 1291 |
+
"John6666/pegana-merge-v2-sdxl",
|
| 1292 |
+
"John6666/flower-mix-cherry-xl-v2-sdxl",
|
| 1293 |
+
"John6666/getsujitsu-v1-sdxl",
|
| 1294 |
+
"John6666/lyuyang-mix-vp-v198-sdxl",
|
| 1295 |
+
"John6666/tsuki-v2-sdxl",
|
| 1296 |
+
"John6666/bunny-mint-v3-ns-sdxl",
|
| 1297 |
+
"John6666/wai-real-cn-v6-sdxl",
|
| 1298 |
+
"John6666/xl-merges-xl010-sdxl",
|
| 1299 |
+
"John6666/bunny-mint-sdxl",
|
| 1300 |
+
"John6666/wai-cute-v3-sdxl",
|
| 1301 |
+
"John6666/3x3mix-xl-typea-v2-sdxl",
|
| 1302 |
+
"John6666/hamef-kawaii-mix-type2light-sdxl",
|
| 1303 |
+
"John6666/aniease-v24-sdxl",
|
| 1304 |
+
"John6666/wai-real-cn-v5-sdxl",
|
| 1305 |
+
"John6666/wai-real-cn-v4-sdxl",
|
| 1306 |
+
"John6666/rae-diffusion-xl-v1-sdxl",
|
| 1307 |
+
"John6666/sympony-v1-prelude-sdxl",
|
| 1308 |
+
"John6666/himawari-mix-xl-v13-sdxl",
|
| 1309 |
+
"John6666/3x3mix-xl-typee-v1-sdxl",
|
| 1310 |
+
"John6666/r-anime-220k-v1-sdxl",
|
| 1311 |
+
"John6666/knk-soft-shading-v1-sdxl",
|
| 1312 |
+
"John6666/astolfo-mix-xl-tgmd-sdxl",
|
| 1313 |
+
"John6666/hadrian-delice-xl-v20l-sdxl",
|
| 1314 |
+
"John6666/accretion-disc-xl-v1-sdxl",
|
| 1315 |
+
"John6666/confusion-xl-v3-sdxl",
|
| 1316 |
+
"John6666/luminastra-xl-v2-sdxl",
|
| 1317 |
+
"John6666/9527-detail-realistic-xl-v55mix-sdxl",
|
| 1318 |
+
"John6666/nero-mix-v1-sdxl",
|
| 1319 |
+
"John6666/runbullxl-v8-sdxl",
|
| 1320 |
+
"John6666/deng-pvc-xl-mix2-v1-sdxl",
|
| 1321 |
+
"John6666/3x3mix-xl-typed-v1-sdxl",
|
| 1322 |
+
"John6666/kosa-v2-sdxl",
|
| 1323 |
+
"John6666/pegana-merge-v1-sdxl",
|
| 1324 |
+
"John6666/kohaku-xl-epsilon-rev2-sdxl",
|
| 1325 |
+
"John6666/99mix-v1-sdxl",
|
| 1326 |
+
"John6666/pegasusxx-v383-sdxl",
|
| 1327 |
+
"John6666/sino-station-xl-manhua-v8-sdxl",
|
| 1328 |
+
"John6666/pegasusxx-v35-sdxl",
|
| 1329 |
+
"John6666/eclipse-xl-v1-sdxl",
|
| 1330 |
+
"John6666/kome-anime-coloring-chibi-style-v1-sdxl",
|
| 1331 |
+
"John6666/base-anime-style-pony-v3-sdxl",
|
| 1332 |
+
"John6666/copycat-v2-sdxl",
|
| 1333 |
+
"John6666/asyncs-mix-xl-v31-sdxl",
|
| 1334 |
+
"John6666/adamah-mix-xl-v15-sdxl",
|
| 1335 |
+
"John6666/cosmix-v2-sdxl",
|
| 1336 |
+
"John6666/super-robot-diffusion-rise-v1-sdxl",
|
| 1337 |
+
"John6666/animix-v9-xl-sdxl",
|
| 1338 |
+
"John6666/pthno2-v1-sdxl",
|
| 1339 |
+
"John6666/xl-caulkinum-realline-sj-sdxl",
|
| 1340 |
+
"John6666/wai-cute-v2-sdxl",
|
| 1341 |
+
"John6666/comradeship-xl-v9-sdxl",
|
| 1342 |
+
"John6666/heart-of-apple-xl-v3-sdxl",
|
| 1343 |
+
"John6666/tri-fusion-v1e-sdxl",
|
| 1344 |
+
"John6666/himawari-mix-xl-v6-sdxl",
|
| 1345 |
+
"John6666/after-real-xl-beta2-sdxl",
|
| 1346 |
+
"John6666/cherry-picker-xl-v3-sdxl",
|
| 1347 |
+
"John6666/aniease-v23-sdxl",
|
| 1348 |
+
"John6666/any-orange-mix-xl-v1-sdxl",
|
| 1349 |
+
"John6666/white-unicorn-another-sdxl",
|
| 1350 |
+
"John6666/fuduki-mix-v2-sdxl",
|
| 1351 |
+
"John6666/anime-illust-diffusion-v8-sdxl",
|
| 1352 |
+
"John6666/neta-art-xl-v1dpo-sdxl",
|
| 1353 |
+
"John6666/raemu-xl-v35l-sdxl",
|
| 1354 |
+
"John6666/aing-diffusion-xl-v13-sdxl",
|
| 1355 |
+
"John6666/stuffy-mix-v1-sdxl",
|
| 1356 |
+
"John6666/chacol-omega-mix-v11a-sdxl",
|
| 1357 |
+
"John6666/epona-mix-v3-sdxl",
|
| 1358 |
+
"John6666/baxl-v3-sdxl",
|
| 1359 |
+
"John6666/cute-core-v3-sdxl",
|
| 1360 |
+
"John6666/yamers-anime-sa-sdxl",
|
| 1361 |
+
"John6666/3x3x3mixxl-v1-sdxl",
|
| 1362 |
+
"John6666/rumblexl-v13-sdxl",
|
| 1363 |
+
"John6666/anime-bulldozer-v2-sdxl",
|
| 1364 |
+
"John6666/anima-pencil-sdxl",
|
| 1365 |
+
"John6666/colorful-xl-v7-sdxl",
|
| 1366 |
]
|
| 1367 |
#from externalmod import find_model_list
|
| 1368 |
|