Spaces:
Build error
Build error
adding models
Browse files- all_models.py +18 -22
all_models.py
CHANGED
|
@@ -1,23 +1,19 @@
|
|
| 1 |
models = [
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
#models = find_model_list("Yntec", ["anime"], "", "last_modified", 20) # Yntec's latest 20 models with 'anime' tag
|
| 21 |
-
#models = find_model_list("Yntec", [], "anime", "last_modified", 20) # Yntec's latest 20 models without 'anime' tag
|
| 22 |
-
#models = find_model_list("", [], "", "last_modified", 20) # latest 20 text-to-image models of huggingface
|
| 23 |
-
#models = find_model_list("", [], "", "downloads", 20) # monthly most downloaded 20 text-to-image models of huggingface
|
|
|
|
| 1 |
models = [
|
| 2 |
+
"black-forest-labs/FLUX.1-dev",
|
| 3 |
+
"black-forest-labs/FLUX.1-schnell",
|
| 4 |
+
"XLabs-AI/flux-RealismLora",
|
| 5 |
+
"enhanceaiteam/Flux-uncensored",
|
| 6 |
+
"enhanceaiteam/Flux-Uncensored-V2",
|
| 7 |
+
"aleksa-codes/flux-ghibsky-illustration",
|
| 8 |
+
"dataautogpt3/FLUX-SyntheticAnime",
|
| 9 |
+
"Shakker-Labs/FLUX.1-dev-LoRA-add-details",
|
| 10 |
+
"Shakker-Labs/FLUX.1-dev-LoRA-AntiBlur",
|
| 11 |
+
"brushpenbob/flux-midjourney-anime",
|
| 12 |
+
"stabilityai/stable-diffusion-xl-base-1.0",
|
| 13 |
+
"SG161222/RealVisXL_V4.0",
|
| 14 |
+
"Yntec/epiCPhotoGasm",
|
| 15 |
+
"dataautogpt3/ProteusV0.2",
|
| 16 |
+
"dataautogpt3/OpenDalleV1.1",
|
| 17 |
+
"prompthero/openjourney",
|
| 18 |
+
"nerijs/pixel-art-xl",
|
| 19 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|