Update all_models.py
Browse files- all_models.py +27 -1
all_models.py
CHANGED
@@ -1,4 +1,31 @@
|
|
1 |
models = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"digiplay/MengX_Mix_Real_v3",
|
3 |
"digiplay/ZHMix-Dramatic-v2.0",
|
4 |
"Yntec/UltraHighDefinition",
|
@@ -31,7 +58,6 @@ models = [
|
|
31 |
"stablediffusionapi/newrealityxl-global-nsfw",
|
32 |
"stablediffusionapi/omnigenxl-nsfw-sfw",
|
33 |
"stablediffusionapi/uber-realistic-porn-merge",
|
34 |
-
|
35 |
]
|
36 |
|
37 |
|
|
|
1 |
models = [
|
2 |
+
"digiplay/ZHMix-Dramatic-v2.0",
|
3 |
+
"Yntec/UltraHighDefinition",
|
4 |
+
"Yntec/ChiliConCarne",
|
5 |
+
"Yntec/Neurogen",
|
6 |
+
"Yntec/IncredibleWorld",
|
7 |
+
"Yntec/IncredibleWorld2",
|
8 |
+
"Yntec/IncredibleLife",
|
9 |
+
"Yntec/insaneRealistic_v2",
|
10 |
+
"Yntec/beLIEve",
|
11 |
+
"Yntec/realisticStockPhoto3",
|
12 |
+
"Yntec/ICantBelieveItSNotPhotography",
|
13 |
+
"Yntec/InsaneRealisticCVAE",
|
14 |
+
"John6666/stallion-dreams-pony-realistic-v1-sdxl",
|
15 |
+
"John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl",
|
16 |
+
"John6666/fennfoto-pony-v3-sdxl",
|
17 |
+
"John6666/unlimited-porn-xreal-sdxl",
|
18 |
+
"John6666/pornworks-sexy-beauty-v04-sdxl",
|
19 |
+
"John6666/wai-real-mix-v8-sdxl-spo",
|
20 |
+
"John6666/wai-real-mix-v11-sdxl",
|
21 |
+
"John6666/jib-mix-pony-realistic-v2-sdxl",
|
22 |
+
"John6666/pony-realism-v21main-sdxl",
|
23 |
+
"stablediffusionapi/newrealityxl-global-nsfw",
|
24 |
+
"stablediffusionapi/omnigenxl-nsfw-sfw",
|
25 |
+
"stablediffusionapi/uber-realistic-porn-merge",
|
26 |
+
]
|
27 |
+
|
28 |
+
modelsOld = [
|
29 |
"digiplay/MengX_Mix_Real_v3",
|
30 |
"digiplay/ZHMix-Dramatic-v2.0",
|
31 |
"Yntec/UltraHighDefinition",
|
|
|
58 |
"stablediffusionapi/newrealityxl-global-nsfw",
|
59 |
"stablediffusionapi/omnigenxl-nsfw-sfw",
|
60 |
"stablediffusionapi/uber-realistic-porn-merge",
|
|
|
61 |
]
|
62 |
|
63 |
|