Spaces:
Runtime error
Runtime error
Update diffusion_webui/utils/model_list.py
Browse files
diffusion_webui/utils/model_list.py
CHANGED
@@ -2,11 +2,10 @@ stable_model_list = [
|
|
2 |
"runwayml/stable-diffusion-v1-5",
|
3 |
"stabilityai/stable-diffusion-2-1",
|
4 |
"prompthero/openjourney-v4",
|
5 |
-
"wavymulder/Analog-Diffusion",
|
6 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
7 |
"andite/anything-v4.0",
|
8 |
"SG161222/Realistic_Vision_V2.0",
|
9 |
-
"
|
10 |
]
|
11 |
|
12 |
controlnet_canny_model_list = [
|
|
|
2 |
"runwayml/stable-diffusion-v1-5",
|
3 |
"stabilityai/stable-diffusion-2-1",
|
4 |
"prompthero/openjourney-v4",
|
|
|
5 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
6 |
"andite/anything-v4.0",
|
7 |
"SG161222/Realistic_Vision_V2.0",
|
8 |
+
"kadirnar/CyberRealistic"
|
9 |
]
|
10 |
|
11 |
controlnet_canny_model_list = [
|