MrDrmm commited on
Commit
3ed10df
·
verified ·
1 Parent(s): 2e35f69

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +41 -34
model.py CHANGED
@@ -1,34 +1,41 @@
1
- from multit2i import find_model_list
2
-
3
-
4
- models = [
5
- 'yodayo-ai/clandestine-xl-1.0',
6
- 'yodayo-ai/kivotos-xl-2.0',
7
- 'yodayo-ai/holodayo-xl-2.1',
8
- 'cagliostrolab/animagine-xl-3.1',
9
- 'votepurchase/ponyDiffusionV6XL',
10
- 'eienmojiki/Anything-XL',
11
- 'eienmojiki/Starry-XL-v5.2',
12
- "digiplay/MilkyWonderland_v1",
13
- 'digiplay/majicMIX_sombre_v2',
14
- 'digiplay/majicMIX_realistic_v7',
15
- 'votepurchase/counterfeitV30_v30',
16
- 'Meina/MeinaMix_V11',
17
- 'KBlueLeaf/Kohaku-XL-Epsilon-rev3',
18
- 'KBlueLeaf/Kohaku-XL-Zeta',
19
- 'kayfahaarukku/UrangDiffusion-1.4',
20
- 'Eugeoter/artiwaifu-diffusion-2.0',
21
- 'Raelina/Rae-Diffusion-XL-V2',
22
- 'Raelina/Raemu-XL-V4',
23
- ]
24
-
25
- #models = find_model_list("Disty0", [], "", "last_modified", 100)
26
-
27
-
28
- # Examples:
29
- #models = ['yodayo-ai/kivotos-xl-2.0', 'yodayo-ai/holodayo-xl-2.1'] # specific models
30
- #models = find_model_list("John6666", [], "", "last_modified", 20) # John6666's latest 20 models
31
- #models = find_model_list("John6666", ["anime"], "", "last_modified", 20) # John6666's latest 20 models with 'anime' tag
32
- #models = find_model_list("John6666", [], "anime", "last_modified", 20) # John6666's latest 20 models without 'anime' tag
33
- #models = find_model_list("", [], "", "last_modified", 20) # latest 20 text-to-image models of huggingface
34
- #models = find_model_list("", [], "", "downloads", 20) # monthly most downloaded 20 text-to-image models of huggingface
 
 
 
 
 
 
 
 
1
+ from multit2i import find_model_list
2
+
3
+
4
+ models = [
5
+ 'xey/sldr_flux_nsfw_v2-studio',
6
+ 'pimpilikipilapi1/fltax',
7
+ 'falanaja/Amateur-Photography',
8
+ 'prashanth970/flux-lora-uncensored',
9
+ 'pimpilikipilapi1/bj',
10
+ 'black-forest-labs/FLUX.1-dev',
11
+ 'stabilityai/stable-diffusion-3.5-large',
12
+ 'yodayo-ai/clandestine-xl-1.0',
13
+ 'yodayo-ai/kivotos-xl-2.0',
14
+ 'yodayo-ai/holodayo-xl-2.1',
15
+ 'cagliostrolab/animagine-xl-3.1',
16
+ 'votepurchase/ponyDiffusionV6XL',
17
+ 'eienmojiki/Anything-XL',
18
+ 'eienmojiki/Starry-XL-v5.2',
19
+ "digiplay/MilkyWonderland_v1",
20
+ 'digiplay/majicMIX_sombre_v2',
21
+ 'digiplay/majicMIX_realistic_v7',
22
+ 'votepurchase/counterfeitV30_v30',
23
+ 'Meina/MeinaMix_V11',
24
+ 'KBlueLeaf/Kohaku-XL-Epsilon-rev3',
25
+ 'KBlueLeaf/Kohaku-XL-Zeta',
26
+ 'kayfahaarukku/UrangDiffusion-1.4',
27
+ 'Eugeoter/artiwaifu-diffusion-2.0',
28
+ 'Raelina/Rae-Diffusion-XL-V2',
29
+ 'Raelina/Raemu-XL-V4',
30
+ ]
31
+
32
+ #models = find_model_list("Disty0", [], "", "last_modified", 100)
33
+
34
+
35
+ # Examples:
36
+ #models = ['yodayo-ai/kivotos-xl-2.0', 'yodayo-ai/holodayo-xl-2.1'] # specific models
37
+ #models = find_model_list("John6666", [], "", "last_modified", 20) # John6666's latest 20 models
38
+ #models = find_model_list("John6666", ["anime"], "", "last_modified", 20) # John6666's latest 20 models with 'anime' tag
39
+ #models = find_model_list("John6666", [], "anime", "last_modified", 20) # John6666's latest 20 models without 'anime' tag
40
+ #models = find_model_list("", [], "", "last_modified", 20) # latest 20 text-to-image models of huggingface
41
+ #models = find_model_list("", [], "", "downloads", 20) # monthly most downloaded 20 text-to-image models of huggingface