DetGC commited on
Commit
3f07138
1 Parent(s): 83c2096

Update all_models.py

Browse files
Files changed (1) hide show
  1. all_models.py +19 -35
all_models.py CHANGED
@@ -1,40 +1,24 @@
1
- models = [
2
- "digiplay/MengX_Mix_Real_v3",
3
- "digiplay/ZHMix-Dramatic-v2.0",
4
- "Yntec/UltraHighDefinition",
5
- "Yntec/ChiliConCarne",
6
- "Yntec/Neurogen",
7
- "Yntec/IncredibleWorld",
8
- "Yntec/IncredibleWorld2",
9
- "Yntec/IncredibleLife",
10
- "Yntec/insaneRealistic_v2",
11
- "Yntec/beLIEve",
12
- "Yntec/realisticStockPhoto3",
13
- "Yntec/ICantBelieveItSNotPhotography",
14
- "Yntec/InsaneRealisticCVAE",
15
- "John6666/pornworks-sexy-beauty-v04-sdxl",
16
- "John6666/unlimited-porn-xreal-sdxl",
17
- "John6666/fennfoto-pony-v3-sdxl",
18
- "John6666/pony-realism-v21main-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/pornworks-real-porn-v03-sdxl",
23
- "John6666/pornworks-sexy-beauty-v04-sdxl",
24
- "John6666/stallion-dreams-pony-realistic-v1-sdxl",
25
- "John6666/yaprm-yet-another-pony-realistic-merge-v60nxtlvl-sdxl",
26
- "John6666/tsubaki-mix-v15-sdxl",
27
- "John6666/true-amateur-feeling-xl-v1-sdxl",
28
- "John6666/pony-realism-v21main-sdxl",
29
- "John6666/mklan-aio-nsfw-aio-nextgen-xlv2-sdxl",
30
- "GraydientPlatformAPI/photopedia45-xl",
31
- "stablediffusionapi/newrealityxl-global-nsfw",
32
- "stablediffusionapi/omnigenxl-nsfw-sfw",
33
- "stablediffusionapi/uber-realistic-porn-merge",
34
-
35
  ]
36
 
37
-
38
  from externalmod import find_model_list
39
 
40
  #models = find_model_list("Yntec", [], "", "last_modified", 20)
 
1
+ models = [ # collected 25-11-25
2
+ "digiplay/majicMIX_realistic_v6",
3
+ "digiplay/majicMIX_realistic_v7",
4
+ "digiplay/AbsoluteReality_v1.0_diffusers"
5
+ "Yntec/AbsoluteReality",
6
+ "digiplay/MendX_Mix_Real_v3",
7
+ "digiplay/Photon_v1",
8
+ "Yntec/MGM",
9
+ "Yntec/theallysMixIV-verisimilar",
10
+ "Yntec/Photosphere",
11
+ "digiplay/AstrAnime_v6",
12
+ "Yntec/BeenYou",
13
+ "Yntec/TheWonderMix",
14
+ "Yntec/Luma",
15
+ "Yntec/DucHaiten-Retro-Diffusers",
16
+ "Yntec/aMovieX",
17
+ "Yntec/CutesyAnime",
18
+ "Yntec/DreamWorks",
19
+ "Yntec/DucHaitenNiji",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ]
21
 
 
22
  from externalmod import find_model_list
23
 
24
  #models = find_model_list("Yntec", [], "", "last_modified", 20)