Uthar commited on
Commit
dc5803d
1 Parent(s): e8bd211

Update all_models.py

Browse files
Files changed (1) hide show
  1. all_models.py +24 -25
all_models.py CHANGED
@@ -1,39 +1,38 @@
1
- models = [ # Sexy Reality
2
  "John6666/pornworks-real-porn-v03-sdxl",
3
  "wrenth04/pornworks-sexy-beauty-v04-sdxl",
4
  "John6666/pornworks-sexy-beauty-v04-sdxl",
5
- "John6666/stoiqo-new-reality-sdxl-xlpro-sdxl",
6
- "John6666/stallion-dreams-pony-realistic-v1-sdxl",
7
  "John6666/ultrium-v81-nsfwsfw-sdxl",
8
  "John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl",
9
- "stablediffusionapi/mklan-xxx-nsfw-pony",
10
-
11
- "John6666/ultra-v4-sdxl",
12
- "John6666/ultra-v5-sdxl",
13
-
14
- "digiplay/AnalogMadness-realistic-model-v4",
15
- "digiplay/AnalogMadness-realistic-model-v5",
16
- "digiplay/AnalogMadness-realistic-model-v6",
17
- "digiplay/AnalogMadness-realistic-model-v7",
18
 
19
  "digiplay/Photon_v1",
20
- "John6666/ultrium-v82-nsfwsfw-sdxl",
21
-
22
- "John6666/stoiqo-raffaello-xl-xl2-sdxl",
23
- "John6666/stoiqo-afrodite-fluxxl-f1dalpha-fp8-flux",
24
- "John6666/stoiqo-afrodite-xl-xl31-sdxl",
25
- "John6666/stoiqo-newreality-sdxl-xl4-sdxl",
26
-
27
- "John6666/ultimate-realistic-mix-v2-sdxl",
28
- "John6666/ultimate-realistic-mix-v1-sdxl",
29
- "John6666/fennfoto-pony-v3-sdxl",
30
- "digiplay/NextPhoto_v1",
31
- "digiplay/AbsoluteReality_v1.0_diffusers",
32
  "digiplay/VoidnoiseCore_R0829",
 
 
 
 
 
 
 
 
 
33
 
34
  "Yntec/MGM",
35
  "Yntec/IdleFancy",
36
- ]
 
 
 
 
 
 
 
37
 
38
  from externalmod import find_model_list
39
 
 
1
+ models = [
2
  "John6666/pornworks-real-porn-v03-sdxl",
3
  "wrenth04/pornworks-sexy-beauty-v04-sdxl",
4
  "John6666/pornworks-sexy-beauty-v04-sdxl",
5
+ "John6666/naturalust-v2-sdxl",
 
6
  "John6666/ultrium-v81-nsfwsfw-sdxl",
7
  "John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl",
8
+ "John6666/stoiqo-new-reality-sdxl-xlpro-sdxl",
9
+ "stablediffusionapi/omnigenxl-nsfw-sfw",
10
+ "John6666/stallion-dreams-pony-realistic-v1-sdxl",
11
+ "digiplay/AbsoluteReality_v1.0_diffusers",
 
 
 
 
 
12
 
13
  "digiplay/Photon_v1",
14
+ "digiplay/ya3_xt",
 
 
 
 
 
 
 
 
 
 
 
15
  "digiplay/VoidnoiseCore_R0829",
16
+ "digiplay/AnalogMadness-realistic-model-v5",
17
+ "stablediffusionapi/mklan-xxx-nsfw-pony",
18
+ "digiplay/majicMIX_realistic_v5",
19
+
20
+ "John6666/pornworks-real-porn-v04-sdxl",
21
+ "John6666/unlimited-porn-xreal-sdxl",
22
+ "suridov/uber-realistic-porn-merge-urpm_with_files",
23
+ "ductridev/uber-realistic-porn-merge-urpm",
24
+ "stablediffusionapi/pornvidion",
25
 
26
  "Yntec/MGM",
27
  "Yntec/IdleFancy",
28
+ "Yntec/realistic-vision-v12",
29
+ "Yntec/realistic-vision-v13",
30
+ "Yntec/realisticStockPhoto3",
31
+ "Yntec/photographerAlpha7",
32
+ "Yntec/photoMovieRealistic",
33
+
34
+ ]
35
+
36
 
37
  from externalmod import find_model_list
38