Spaces:
Running
Running
Update diffusion_webui/utils/model_list.py
Browse files
diffusion_webui/utils/model_list.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
stable_model_list = [
|
2 |
"runwayml/stable-diffusion-v1-5",
|
3 |
"stabilityai/stable-diffusion-2-1",
|
4 |
-
"prompthero/openjourney
|
5 |
]
|
6 |
|
7 |
controlnet_canny_model_list = [
|
|
|
1 |
stable_model_list = [
|
2 |
"runwayml/stable-diffusion-v1-5",
|
3 |
"stabilityai/stable-diffusion-2-1",
|
4 |
+
"prompthero/openjourney"
|
5 |
]
|
6 |
|
7 |
controlnet_canny_model_list = [
|