Spaces:
Building
on
A10G
Building
on
A10G
Update diffusion_webui/utils/model_list.py
Browse files
diffusion_webui/utils/model_list.py
CHANGED
@@ -29,8 +29,8 @@ controlnet_scribble_model_list = [
|
|
29 |
"thibaud/controlnet-sd21-scribble-diffusers",
|
30 |
]
|
31 |
stable_inpiant_model_list = [
|
32 |
-
"stabilityai/stable-diffusion-2-inpainting",
|
33 |
"runwayml/stable-diffusion-inpainting",
|
|
|
34 |
]
|
35 |
|
36 |
controlnet_mlsd_model_list = [
|
|
|
29 |
"thibaud/controlnet-sd21-scribble-diffusers",
|
30 |
]
|
31 |
stable_inpiant_model_list = [
|
|
|
32 |
"runwayml/stable-diffusion-inpainting",
|
33 |
+
"stabilityai/stable-diffusion-2-inpainting",
|
34 |
]
|
35 |
|
36 |
controlnet_mlsd_model_list = [
|