Spaces:
Runtime error
Runtime error
Update diffusion_webui/utils/model_list.py
Browse files
diffusion_webui/utils/model_list.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
stable_model_list = [
|
| 2 |
"runwayml/stable-diffusion-v1-5",
|
| 3 |
-
|
| 4 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
| 5 |
"kadirnar/DreamShaper_v6",
|
| 6 |
"SG161222/Realistic_Vision_V2.0"
|
|
|
|
| 1 |
stable_model_list = [
|
| 2 |
"runwayml/stable-diffusion-v1-5",
|
| 3 |
+
"stabilityai/stable-diffusion-xl-base-0.9",
|
| 4 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
| 5 |
"kadirnar/DreamShaper_v6",
|
| 6 |
"SG161222/Realistic_Vision_V2.0"
|