Spaces:
Running
Running
Update all_models.py
Browse files- all_models.py +19 -35
all_models.py
CHANGED
@@ -1,40 +1,24 @@
|
|
1 |
-
models = [
|
2 |
-
"digiplay/
|
3 |
-
"digiplay/
|
4 |
-
"
|
5 |
-
"Yntec/
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"Yntec/
|
9 |
-
"Yntec/
|
10 |
-
"Yntec/
|
11 |
-
"
|
12 |
-
"Yntec/
|
13 |
-
"Yntec/
|
14 |
-
"Yntec/
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"John6666/wai-real-mix-v11-sdxl",
|
21 |
-
"John6666/jib-mix-pony-realistic-v2-sdxl",
|
22 |
-
"John6666/pornworks-real-porn-v03-sdxl",
|
23 |
-
"John6666/pornworks-sexy-beauty-v04-sdxl",
|
24 |
-
"John6666/stallion-dreams-pony-realistic-v1-sdxl",
|
25 |
-
"John6666/yaprm-yet-another-pony-realistic-merge-v60nxtlvl-sdxl",
|
26 |
-
"John6666/tsubaki-mix-v15-sdxl",
|
27 |
-
"John6666/true-amateur-feeling-xl-v1-sdxl",
|
28 |
-
"John6666/pony-realism-v21main-sdxl",
|
29 |
-
"John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl",
|
30 |
-
"GraydientPlatformAPI/photopedia45-xl",
|
31 |
-
"stablediffusionapi/newrealityxl-global-nsfw",
|
32 |
-
"stablediffusionapi/omnigenxl-nsfw-sfw",
|
33 |
-
"stablediffusionapi/uber-realistic-porn-merge",
|
34 |
-
|
35 |
]
|
36 |
|
37 |
-
|
38 |
from externalmod import find_model_list
|
39 |
|
40 |
#models = find_model_list("Yntec", [], "", "last_modified", 20)
|
|
|
1 |
+
models = [ # collected 25-11-25
|
2 |
+
"digiplay/majicMIX_realistic_v6",
|
3 |
+
"digiplay/majicMIX_realistic_v7",
|
4 |
+
"digiplay/AbsoluteReality_v1.0_diffusers"
|
5 |
+
"Yntec/AbsoluteReality",
|
6 |
+
"digiplay/MendX_Mix_Real_v3",
|
7 |
+
"digiplay/Photon_v1",
|
8 |
+
"Yntec/MGM",
|
9 |
+
"Yntec/theallysMixIV-verisimilar",
|
10 |
+
"Yntec/Photosphere",
|
11 |
+
"digiplay/AstrAnime_v6",
|
12 |
+
"Yntec/BeenYou",
|
13 |
+
"Yntec/TheWonderMix",
|
14 |
+
"Yntec/Luma",
|
15 |
+
"Yntec/DucHaiten-Retro-Diffusers",
|
16 |
+
"Yntec/aMovieX",
|
17 |
+
"Yntec/CutesyAnime",
|
18 |
+
"Yntec/DreamWorks",
|
19 |
+
"Yntec/DucHaitenNiji",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
]
|
21 |
|
|
|
22 |
from externalmod import find_model_list
|
23 |
|
24 |
#models = find_model_list("Yntec", [], "", "last_modified", 20)
|