Spaces:
Paused
Paused
Update diffusion_webui/utils/model_list.py
Browse files
diffusion_webui/utils/model_list.py
CHANGED
@@ -5,7 +5,6 @@ stable_model_list = [
|
|
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 = [
|
@@ -40,6 +39,7 @@ controlnet_scribble_model_list = [
|
|
40 |
stable_inpiant_model_list = [
|
41 |
"stabilityai/stable-diffusion-2-inpainting",
|
42 |
"runwayml/stable-diffusion-inpainting",
|
|
|
43 |
]
|
44 |
|
45 |
controlnet_mlsd_model_list = [
|
|
|
5 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
6 |
"andite/anything-v4.0",
|
7 |
"SG161222/Realistic_Vision_V2.0",
|
|
|
8 |
]
|
9 |
|
10 |
controlnet_canny_model_list = [
|
|
|
39 |
stable_inpiant_model_list = [
|
40 |
"stabilityai/stable-diffusion-2-inpainting",
|
41 |
"runwayml/stable-diffusion-inpainting",
|
42 |
+
"SG161222/Realistic_Vision_V2.0"
|
43 |
]
|
44 |
|
45 |
controlnet_mlsd_model_list = [
|