Spaces:
Runtime error
Runtime error
Update all_models.py
Browse files- all_models.py +7 -2
all_models.py
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
-
models = [
|
2 |
"stabilityai/stable-diffusion-3.5-large",
|
3 |
"stabilityai/stable-diffusion-3.5-large-turbo",
|
4 |
"stabilityai/stable-diffusion-xl-base-1.0",
|
|
|
|
|
|
|
|
|
|
|
5 |
"black-forest-labs/FLUX.1-dev",
|
6 |
"black-forest-labs/FLUX.1-schnell",
|
7 |
"Shakker-Labs/FLUX.1-dev-LoRA-add-details",
|
@@ -18,4 +23,4 @@ models = [
|
|
18 |
"dataautogpt3/OpenDalleV1.1",
|
19 |
"prompthero/openjourney",
|
20 |
"nerijs/pixel-art-xl",
|
21 |
-
]
|
|
|
1 |
+
models = [
|
2 |
"stabilityai/stable-diffusion-3.5-large",
|
3 |
"stabilityai/stable-diffusion-3.5-large-turbo",
|
4 |
"stabilityai/stable-diffusion-xl-base-1.0",
|
5 |
+
"deepseek/janus-pro-7b",
|
6 |
+
"black-forest-labs/flux-1.1-pro",
|
7 |
+
"google/imagen-3",
|
8 |
+
"muse/muse-1",
|
9 |
+
"taiyi/taiyi-diffusion-xl",
|
10 |
"black-forest-labs/FLUX.1-dev",
|
11 |
"black-forest-labs/FLUX.1-schnell",
|
12 |
"Shakker-Labs/FLUX.1-dev-LoRA-add-details",
|
|
|
23 |
"dataautogpt3/OpenDalleV1.1",
|
24 |
"prompthero/openjourney",
|
25 |
"nerijs/pixel-art-xl",
|
26 |
+
]
|