Delete models.py
Browse files
models.py
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
models = [
|
4 |
-
'stabilityai/stable-diffusion-3.5-large-turbo',
|
5 |
-
'black-forest-labs/FLUX.1-dev',
|
6 |
-
'ckpt/kivotos-xl-2.0',
|
7 |
-
'stabilityai/stable-diffusion-3.5-large',
|
8 |
-
'yodayo-ai/clandestine-xl-1.0',
|
9 |
-
'yodayo-ai/kivotos-xl-2.0',
|
10 |
-
'yodayo-ai/holodayo-xl-2.1',
|
11 |
-
'cagliostrolab/animagine-xl-3.1',
|
12 |
-
'votepurchase/ponyDiffusionV6XL',
|
13 |
-
'eienmojiki/Anything-XL',
|
14 |
-
'eienmojiki/Starry-XL-v5.2',
|
15 |
-
"digiplay/MilkyWonderland_v1",
|
16 |
-
'digiplay/majicMIX_sombre_v2',
|
17 |
-
'digiplay/majicMIX_realistic_v7',
|
18 |
-
'votepurchase/counterfeitV30_v30',
|
19 |
-
'Linaqruf/animagine-xl-2.0',
|
20 |
-
'KBlueLeaf/Kohaku-XL-Epsilon-rev3',
|
21 |
-
'KBlueLeaf/Kohaku-XL-Zeta',
|
22 |
-
'kayfahaarukku/UrangDiffusion-1.4',
|
23 |
-
'Eugeoter/artiwaifu-diffusion-2.0',
|
24 |
-
'Raelina/Rae-Diffusion-XL-V2',
|
25 |
-
'Raelina/Raemu-XL-V4',
|
26 |
-
'johnslegers/johnslegersart-nudes',
|
27 |
-
]
|
28 |
-
|
29 |
-
#models = find_model_list("Disty0", [], "", "last_modified", 100)
|
30 |
-
|
31 |
-
|
32 |
-
# Examples:
|
33 |
-
#models = ['yodayo-ai/kivotos-xl-2.0', 'yodayo-ai/holodayo-xl-2.1'] # specific models
|
34 |
-
#models = find_model_list("John6666", [], "", "last_modified", 20) # John6666's latest 20 models
|
35 |
-
#models = find_model_list("John6666", ["anime"], "", "last_modified", 20) # John6666's latest 20 models with 'anime' tag
|
36 |
-
#models = find_model_list("John6666", [], "anime", "last_modified", 20) # John6666's latest 20 models without 'anime' tag
|
37 |
-
#models = find_model_list("", [], "", "last_modified", 20) # latest 20 text-to-image models of huggingface
|
38 |
-
#models = find_model_list("", [], "", "downloads", 20) # monthly most downloaded 20 text-to-image models of huggingface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|