Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
"
|
8 |
"coreco/seek.art_MEGA",
|
9 |
"SG161222/Realistic_Vision_V1.4",
|
10 |
"claudfuen/photorealistic-fuen-v1",
|
@@ -13,7 +13,7 @@ models = [
|
|
13 |
"prompthero/openjourney-v4",
|
14 |
"FredZhang7/paint-journey-v2",
|
15 |
"x67/shortjourney",
|
16 |
-
"
|
17 |
"circulus/sd-semireal-v2.8",
|
18 |
"circulus/sd-anireal-v2.7",
|
19 |
"circulus/sd-anireal-2d-v2",
|
@@ -40,7 +40,8 @@ models = [
|
|
40 |
"DucHaiten/DucHaitenJourney",
|
41 |
"DucHaiten/DucHaiten-StyleLikeMe",
|
42 |
"DucHaiten/DucHaitenSuperCute",
|
43 |
-
"
|
|
|
44 |
"Nacholmo/meinamixv7-diffusers",
|
45 |
"Korakoe/OpenNiji",
|
46 |
"andite/pastel-mix",
|
@@ -114,7 +115,7 @@ models = [
|
|
114 |
"NoCrypt/SomethingV2_2",
|
115 |
"NoCrypt/SomethingV2",
|
116 |
"stablediffusionapi/three-delicacy",
|
117 |
-
"stablediffusionapi/three-delicacy-wonto",
|
118 |
"Fictiverse/Stable_Diffusion_BalloonArt_Model",
|
119 |
"nitrosocke/elden-ring-diffusion",
|
120 |
"prompthero/linkedin-diffusion",
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"wavymulder/collage-diffusion",
|
8 |
"coreco/seek.art_MEGA",
|
9 |
"SG161222/Realistic_Vision_V1.4",
|
10 |
"claudfuen/photorealistic-fuen-v1",
|
|
|
13 |
"prompthero/openjourney-v4",
|
14 |
"FredZhang7/paint-journey-v2",
|
15 |
"x67/shortjourney",
|
16 |
+
"Joeythemonster/anything-midjourney-v-4-1",
|
17 |
"circulus/sd-semireal-v2.8",
|
18 |
"circulus/sd-anireal-v2.7",
|
19 |
"circulus/sd-anireal-2d-v2",
|
|
|
40 |
"DucHaiten/DucHaitenJourney",
|
41 |
"DucHaiten/DucHaiten-StyleLikeMe",
|
42 |
"DucHaiten/DucHaitenSuperCute",
|
43 |
+
"stablediffusionapi/amireal",
|
44 |
+
"Rardilit/Ciffusion_v0.1",
|
45 |
"Nacholmo/meinamixv7-diffusers",
|
46 |
"Korakoe/OpenNiji",
|
47 |
"andite/pastel-mix",
|
|
|
115 |
"NoCrypt/SomethingV2_2",
|
116 |
"NoCrypt/SomethingV2",
|
117 |
"stablediffusionapi/three-delicacy",
|
118 |
+
## "stablediffusionapi/three-delicacy-wonto",
|
119 |
"Fictiverse/Stable_Diffusion_BalloonArt_Model",
|
120 |
"nitrosocke/elden-ring-diffusion",
|
121 |
"prompthero/linkedin-diffusion",
|