Update model.py
Browse files
model.py
CHANGED
@@ -2,9 +2,13 @@ from multit2i import find_model_list
|
|
2 |
|
3 |
models = [
|
4 |
'stabilityai/stable-diffusion-3.5-large-turbo',
|
|
|
5 |
'black-forest-labs/FLUX.1-dev',
|
6 |
'votepurchase/kivotos-xl-2.',
|
7 |
-
'
|
|
|
|
|
|
|
8 |
'yodayo-ai/clandestine-xl-1.0',
|
9 |
'yodayo-ai/kivotos-xl-2.0',
|
10 |
'yodayo-ai/holodayo-xl-2.1',
|
@@ -15,6 +19,14 @@ models = [
|
|
15 |
"digiplay/MilkyWonderland_v1",
|
16 |
'digiplay/majicMIX_sombre_v2',
|
17 |
'digiplay/majicMIX_realistic_v7',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
'votepurchase/counterfeitV30_v30',
|
19 |
'Meina/MeinaMix_V11',
|
20 |
'KBlueLeaf/Kohaku-XL-Epsilon-rev3',
|
@@ -22,7 +34,10 @@ models = [
|
|
22 |
'kayfahaarukku/UrangDiffusion-1.4',
|
23 |
'Eugeoter/artiwaifu-diffusion-2.0',
|
24 |
'Raelina/Rae-Diffusion-XL-V2',
|
25 |
-
'Raelina/Raemu-XL-V4',
|
|
|
|
|
|
|
26 |
]
|
27 |
|
28 |
#models = find_model_list("Disty0", [], "", "last_modified", 100)
|
@@ -31,7 +46,7 @@ models = [
|
|
31 |
# Examples:
|
32 |
#models = ['yodayo-ai/kivotos-xl-2.0', 'yodayo-ai/holodayo-xl-2.1'] # specific models
|
33 |
#models = find_model_list("John6666", [], "", "last_modified", 20) # John6666's latest 20 models
|
34 |
-
models = find_model_list("John6666", ["anime"], "", "last_modified", 20) # John6666's latest 20 models with 'anime' tag
|
35 |
-
models = find_model_list("John6666", [], "anime", "last_modified", 20) # John6666's latest 20 models without 'anime' tag
|
36 |
-
models = find_model_list("", [], "", "last_modified", 20) # latest 20 text-to-image models of huggingface
|
37 |
-
models = find_model_list("", [], "", "downloads", 20) # monthly most downloaded 20 text-to-image models of huggingface
|
|
|
2 |
|
3 |
models = [
|
4 |
'stabilityai/stable-diffusion-3.5-large-turbo',
|
5 |
+
'stabilityai/stable-diffusion-3.5-large',
|
6 |
'black-forest-labs/FLUX.1-dev',
|
7 |
'votepurchase/kivotos-xl-2.',
|
8 |
+
'strangerzonehf/Flux-Isometric-3D-LoRA',
|
9 |
+
'prithivMLmods/SD3.5-Large-Anime-LoRA',
|
10 |
+
'Linaqruf/animagine-xl-2.0',
|
11 |
+
'ckpt/kivotos-xl-2.0',
|
12 |
'yodayo-ai/clandestine-xl-1.0',
|
13 |
'yodayo-ai/kivotos-xl-2.0',
|
14 |
'yodayo-ai/holodayo-xl-2.1',
|
|
|
19 |
"digiplay/MilkyWonderland_v1",
|
20 |
'digiplay/majicMIX_sombre_v2',
|
21 |
'digiplay/majicMIX_realistic_v7',
|
22 |
+
'digiplay/majicMIX_realistic_v6',
|
23 |
+
'digiplay/2K',
|
24 |
+
'digiplay/2K-VAE',
|
25 |
+
'digiplay/ya3_VAE',
|
26 |
+
'digiplay/ya3p_VAE',
|
27 |
+
'digiplay/pan04',
|
28 |
+
'digiplay/AM-mix1',
|
29 |
+
'digiplay/MRMD_0505',
|
30 |
'votepurchase/counterfeitV30_v30',
|
31 |
'Meina/MeinaMix_V11',
|
32 |
'KBlueLeaf/Kohaku-XL-Epsilon-rev3',
|
|
|
34 |
'kayfahaarukku/UrangDiffusion-1.4',
|
35 |
'Eugeoter/artiwaifu-diffusion-2.0',
|
36 |
'Raelina/Rae-Diffusion-XL-V2',
|
37 |
+
'Raelina/Raemu-XL-V4',
|
38 |
+
'FluffyKaeloky/Midnight-Miqu-103B-v1.5',
|
39 |
+
'Sombressoul/Yi-34B-200K-AWQ',
|
40 |
+
'Jonjew/NSFWMaster',
|
41 |
]
|
42 |
|
43 |
#models = find_model_list("Disty0", [], "", "last_modified", 100)
|
|
|
46 |
# Examples:
|
47 |
#models = ['yodayo-ai/kivotos-xl-2.0', 'yodayo-ai/holodayo-xl-2.1'] # specific models
|
48 |
#models = find_model_list("John6666", [], "", "last_modified", 20) # John6666's latest 20 models
|
49 |
+
#models = find_model_list("John6666", ["anime"], "", "last_modified", 20) # John6666's latest 20 models with 'anime' tag
|
50 |
+
#models = find_model_list("John6666", [], "anime", "last_modified", 20) # John6666's latest 20 models without 'anime' tag
|
51 |
+
#models = find_model_list("", [], "", "last_modified", 20) # latest 20 text-to-image models of huggingface
|
52 |
+
#models = find_model_list("", [], "", "downloads", 20) # monthly most downloaded 20 text-to-image models of huggingface
|