Spaces:
Running
Running
Update all_models.py
Browse files- all_models.py +8 -39
all_models.py
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
models = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"John6666/pornworks-real-porn-v03-sdxl",
|
3 |
"John6666/naturalust-v2-sdxl",
|
4 |
"John6666/tsubaki-mix-v15-sdxl",
|
@@ -12,7 +20,6 @@ models = [
|
|
12 |
"John6666/jib-mix-pony-realistic-v2-sdxl",
|
13 |
"John6666/digital-af-xlp-v1-sdxl",
|
14 |
"Yntec/UltraHighDefinition",
|
15 |
-
"Yntec/ICantBelieveItSNotPhotography",
|
16 |
"Yntec/beLIEve",
|
17 |
"Yntec/TrueSight",
|
18 |
"Yntec/IncredibleWorld",
|
@@ -22,41 +29,3 @@ models = [
|
|
22 |
"digiplay/MGM",
|
23 |
"digiplay/majicMIX_realistic_v7",
|
24 |
]
|
25 |
-
|
26 |
-
models_ = [
|
27 |
-
"John6666/tsubaki-mix-v15-sdxl",
|
28 |
-
"John6666/naturalust-v2-sdxl",
|
29 |
-
"stablediffusionapi/omnigenxl-nsfw-sfw",
|
30 |
-
"Yntec/ICantBelieveItSNotPhotography",
|
31 |
-
"Yntec/beLIEve",
|
32 |
-
"Yntec/TrueSight",
|
33 |
-
"Yntec/IncredibleWorld",
|
34 |
-
"Yntec/IncredibleWorld2",
|
35 |
-
"Yntec/IncredibleLife",
|
36 |
-
"Yntec/insaneRealistic_v2",
|
37 |
-
"digiplay/MGM",
|
38 |
-
"digiplay/majicMIX_realistic_v7",
|
39 |
-
"Yntec/UltraHighDefinition",
|
40 |
-
"John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl",
|
41 |
-
"John6666/wai-real-mix-v8-sdxl",
|
42 |
-
"John6666/fennfoto-pony-v3-sdxl",
|
43 |
-
"John6666/pornworks-real-porn-v03-sdxl",
|
44 |
-
"John6666/pornworks-sexy-beauty-v04-sdxl",
|
45 |
-
"John6666/jib-mix-pony-realistic-v2-sdxl",
|
46 |
-
"John6666/unlimited-porn-xreal-sdxl",
|
47 |
-
"Niggendar/duchaitenPonyXLNo_ponyNoScoreV40",
|
48 |
-
"John6666/real-mix-pony-v01-sdxl",
|
49 |
-
"digiplay/AstrAnime_v6",
|
50 |
-
]
|
51 |
-
|
52 |
-
from externalmod import find_model_list
|
53 |
-
|
54 |
-
#models = find_model_list("Yntec", [], "", "last_modified", 20)
|
55 |
-
|
56 |
-
# Examples:
|
57 |
-
#models = ['yodayo-ai/kivotos-xl-2.0', 'yodayo-ai/holodayo-xl-2.1'] # specific models
|
58 |
-
#models = find_model_list("Yntec", [], "", "last_modified", 20) # Yntec's latest 20 models
|
59 |
-
#models = find_model_list("Yntec", ["anime"], "", "last_modified", 20) # Yntec's latest 20 models with 'anime' tag
|
60 |
-
#models = find_model_list("Yntec", [], "anime", "last_modified", 20) # Yntec's latest 20 models without 'anime' tag
|
61 |
-
#models = find_model_list("", [], "", "last_modified", 20) # latest 20 text-to-image models of huggingface
|
62 |
-
#models = find_model_list("", [], "", "downloads", 20) # monthly most downloaded 20 text-to-image models of huggingface
|
|
|
1 |
models = [
|
2 |
+
"yntec/ICantBeliveItsNotPhotography",
|
3 |
+
"digiplay/AsianBrmBeautyrealmix_v2.0",
|
4 |
+
"digiplay/perfectLewdFantasy_v1.01",
|
5 |
+
"Yntec/insaneRealistic_v2",
|
6 |
+
"digiplay/MGM",
|
7 |
+
"digiplay/majicMIX_realistic_v7",
|
8 |
+
"digiplay/majicMIX_realistic_v8",
|
9 |
+
|
10 |
"John6666/pornworks-real-porn-v03-sdxl",
|
11 |
"John6666/naturalust-v2-sdxl",
|
12 |
"John6666/tsubaki-mix-v15-sdxl",
|
|
|
20 |
"John6666/jib-mix-pony-realistic-v2-sdxl",
|
21 |
"John6666/digital-af-xlp-v1-sdxl",
|
22 |
"Yntec/UltraHighDefinition",
|
|
|
23 |
"Yntec/beLIEve",
|
24 |
"Yntec/TrueSight",
|
25 |
"Yntec/IncredibleWorld",
|
|
|
29 |
"digiplay/MGM",
|
30 |
"digiplay/majicMIX_realistic_v7",
|
31 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|