Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
f64fc39
1
Parent(s):
098016b
Update app.py
Browse files
app.py
CHANGED
@@ -7,37 +7,7 @@ models = [
|
|
7 |
{"name": "Stable Diffusion 1.4","url": "CompVis/stable-diffusion-v1-4"},
|
8 |
{"name": "Stable Diffusion 1.5","url": "runwayml/stable-diffusion-v1-5"},
|
9 |
]
|
10 |
-
|
11 |
-
"",
|
12 |
-
"runwayml/stable-diffusion-v1-5",
|
13 |
-
"CompVis/stable-diffusion-v1-4",
|
14 |
-
"claudfuen/photorealistic-fuen-v1",
|
15 |
-
"andite/anything-v4.0",
|
16 |
-
"naclbit/trinart_stable_diffusion_v2",
|
17 |
-
"nitrosocke/Arcane-Diffusion",
|
18 |
-
"nitrosocke/archer-diffusion",
|
19 |
-
"nitrosocke/elden-ring-diffusion",
|
20 |
-
"nitrosocke/redshift-diffusion",
|
21 |
-
"nitrosocke/spider-verse-diffusion",
|
22 |
-
"nitrosocke/mo-di-diffusion",
|
23 |
-
"nitrosocke/classic-anim-diffusion",
|
24 |
-
"dreamlike-art/dreamlike-photoreal-1.0",
|
25 |
-
"dreamlike-art/dreamlike-photoreal-2.0",
|
26 |
-
"wavymulder/wavyfusion",
|
27 |
-
"wavymulder/Analog-Diffusion",
|
28 |
-
"prompthero/midjourney-v4-diffusion",
|
29 |
-
"prompthero/openjourney",
|
30 |
-
"dallinmackay/Van-Gogh-diffusion",
|
31 |
-
"hakurei/waifu-diffusion",
|
32 |
-
"DGSpitzer/Cyberpunk-Anime-Diffusion",
|
33 |
-
"Fictiverse/Stable_Diffusion_BalloonArt_Model",
|
34 |
-
"dallinmackay/Tron-Legacy-diffusion",
|
35 |
-
"AstraliteHeart/pony-diffusion",
|
36 |
-
"nousr/robo-diffusion",
|
37 |
-
"Linaqruf/anything-v3",
|
38 |
-
"Omnibus/maximum_diffusion_fast",
|
39 |
-
"",
|
40 |
-
]
|
41 |
|
42 |
|
43 |
current_model = models[0]
|
|
|
7 |
{"name": "Stable Diffusion 1.4","url": "CompVis/stable-diffusion-v1-4"},
|
8 |
{"name": "Stable Diffusion 1.5","url": "runwayml/stable-diffusion-v1-5"},
|
9 |
]
|
10 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
|
13 |
current_model = models[0]
|