Update all_models.py
Browse files- all_models.py +3 -3
all_models.py
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
|
2 |
"John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl",
|
3 |
"digiplay/ya3_xt",
|
4 |
"Yntec/IdleFancy",
|
5 |
]
|
6 |
|
7 |
-
|
8 |
"John6666/pornworks-real-porn-v03-sdxl",
|
9 |
-
"John6666/pornworks-sexy-beauty-v04-sdxl",
|
10 |
"John6666/ultrium-v81-nsfwsfw-sdxl",
|
11 |
"John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl",
|
|
|
12 |
"wrenth04/pornworks-sexy-beauty-v04-sdxl",
|
13 |
"John6666/stoiqo-new-reality-sdxl-xlpro-sdxl",
|
14 |
"stablediffusionapi/omnigenxl-nsfw-sfw",
|
|
|
1 |
+
models_forTesting = [
|
2 |
"John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl",
|
3 |
"digiplay/ya3_xt",
|
4 |
"Yntec/IdleFancy",
|
5 |
]
|
6 |
|
7 |
+
models = [
|
8 |
"John6666/pornworks-real-porn-v03-sdxl",
|
|
|
9 |
"John6666/ultrium-v81-nsfwsfw-sdxl",
|
10 |
"John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl",
|
11 |
+
"John6666/pornworks-sexy-beauty-v04-sdxl",
|
12 |
"wrenth04/pornworks-sexy-beauty-v04-sdxl",
|
13 |
"John6666/stoiqo-new-reality-sdxl-xlpro-sdxl",
|
14 |
"stablediffusionapi/omnigenxl-nsfw-sfw",
|