Create all_models.py
Browse files- all_models.py +16 -0
all_models.py
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
models = [
|
| 2 |
+
'MarkBW/pony-amateur-xl',
|
| 3 |
+
'enhanceaiteam/Flux-uncensored',
|
| 4 |
+
'SG161222/RealVisXL_V4.0',
|
| 5 |
+
'enhanceaiteam/Flux-Uncensored-V2',
|
| 6 |
+
'John6666/pony-realism-v21main-sdxl',
|
| 7 |
+
'John6666/cyberrealistic-pony-v63-sdxl',
|
| 8 |
+
'John6666/stallion-dreams-pony-realistic-v1-sdxl',
|
| 9 |
+
'ddh0/FLUX-Amateur-Photography-LoRA',
|
| 10 |
+
'John6666/pornworks-sexy-beauty-v04-sdxl',
|
| 11 |
+
'John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl',
|
| 12 |
+
'John6666/cinero-pony-nsfw-v13prerealism-sdxl',
|
| 13 |
+
'John6666/yaprm-yet-another-pony-realistic-merge-v60nxtlvl-sdxl',
|
| 14 |
+
'John6666/nova-reality-pony-v60-sdxl',
|
| 15 |
+
'John6666/josei-realistic-v11-sdxl',
|
| 16 |
+
]
|