Update all_models.py
Browse files- all_models.py +15 -11
all_models.py
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
-
models = [
|
| 2 |
-
"Uthar/John6666_ultrium-v9333-nsfwsfw-ultriumv934nsfwsfw-sdxl",
|
| 3 |
-
"Uthar/John6666_pornworks-real-porn-v03-sdxl",
|
| 4 |
"Uthar/John6666_the-big-x-files-bigxphotodemon-sdxl",
|
| 5 |
"Uthar/John6666_the-big-x-files-bigxtasty-sdxl",
|
| 6 |
"Uthar/John6666_naturalust-v2-sdxl",
|
|
@@ -14,20 +12,12 @@ models = [
|
|
| 14 |
"Uthar/John6666_tsubaki-mix-v15-sdxl",
|
| 15 |
"Uthar/John6666_ultrium-v81-nsfwsfw-sdxl",
|
| 16 |
"Uthar/John6666_ultrium-v82-nsfwsfw-sdxl",
|
| 17 |
-
"Uthar/John6666_pornworks-real-porn-v04-sdxl",
|
| 18 |
-
"Uthar/John6666_pthno2-v1-sdxl",
|
| 19 |
-
"wrenth04/pornworks-sexy-beauty-v04-sdxl",
|
| 20 |
-
"stablediffusionapi/omnigenxl-nsfw-sfw",
|
| 21 |
"digiplay/AbsoluteReality_v1.0_diffusers",
|
| 22 |
"digiplay/Photon_v1",
|
| 23 |
"digiplay/ya3_xt",
|
| 24 |
"digiplay/VoidnoiseCore_R0829",
|
| 25 |
"digiplay/AnalogMadness-realistic-model-v5",
|
| 26 |
-
"stablediffusionapi/mklan-xxx-nsfw-pony",
|
| 27 |
"digiplay/majicMIX_realistic_v5",
|
| 28 |
-
"suridov/uber-realistic-porn-merge-urpm_with_files",
|
| 29 |
-
"ductridev/uber-realistic-porn-merge-urpm",
|
| 30 |
-
"stablediffusionapi/pornvidion",
|
| 31 |
"Yntec/MGM",
|
| 32 |
"Yntec/IdleFancy",
|
| 33 |
"Yntec/realistic-vision-v12",
|
|
@@ -39,6 +29,20 @@ models = [
|
|
| 39 |
]
|
| 40 |
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
from externalmod import find_model_list
|
| 43 |
|
| 44 |
#models = find_model_list("Yntec", [], "", "last_modified", 20)
|
|
|
|
| 1 |
+
models = ["Uthar/John6666_pornworks-real-porn-v03-sdxl",
|
|
|
|
|
|
|
| 2 |
"Uthar/John6666_the-big-x-files-bigxphotodemon-sdxl",
|
| 3 |
"Uthar/John6666_the-big-x-files-bigxtasty-sdxl",
|
| 4 |
"Uthar/John6666_naturalust-v2-sdxl",
|
|
|
|
| 12 |
"Uthar/John6666_tsubaki-mix-v15-sdxl",
|
| 13 |
"Uthar/John6666_ultrium-v81-nsfwsfw-sdxl",
|
| 14 |
"Uthar/John6666_ultrium-v82-nsfwsfw-sdxl",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
"digiplay/AbsoluteReality_v1.0_diffusers",
|
| 16 |
"digiplay/Photon_v1",
|
| 17 |
"digiplay/ya3_xt",
|
| 18 |
"digiplay/VoidnoiseCore_R0829",
|
| 19 |
"digiplay/AnalogMadness-realistic-model-v5",
|
|
|
|
| 20 |
"digiplay/majicMIX_realistic_v5",
|
|
|
|
|
|
|
|
|
|
| 21 |
"Yntec/MGM",
|
| 22 |
"Yntec/IdleFancy",
|
| 23 |
"Yntec/realistic-vision-v12",
|
|
|
|
| 29 |
]
|
| 30 |
|
| 31 |
|
| 32 |
+
|
| 33 |
+
#"Uthar/John6666_pornworks-real-porn-v04-sdxl",
|
| 34 |
+
#"Uthar/John6666_pthno2-v1-sdxl",
|
| 35 |
+
#"wrenth04/pornworks-sexy-beauty-v04-sdxl",
|
| 36 |
+
#"stablediffusionapi/omnigenxl-nsfw-sfw",
|
| 37 |
+
#"stablediffusionapi/mklan-xxx-nsfw-pony",
|
| 38 |
+
#"suridov/uber-realistic-porn-merge-urpm_with_files",
|
| 39 |
+
#"ductridev/uber-realistic-porn-merge-urpm",
|
| 40 |
+
#"stablediffusionapi/pornvidion",
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
|
| 46 |
from externalmod import find_model_list
|
| 47 |
|
| 48 |
#models = find_model_list("Yntec", [], "", "last_modified", 20)
|