Spaces:
Building
on
A10G
Building
on
A10G
Update diffusion_webui/utils/preprocces_utils.py
Browse files
diffusion_webui/utils/preprocces_utils.py
CHANGED
@@ -33,6 +33,7 @@ PREPROCCES_DICT = {
|
|
33 |
"Canny": CannyDetector(),
|
34 |
"ContentShuffle": ContentShuffleDetector(),
|
35 |
"MediapipeFace": MediapipeFaceDetector(),
|
|
|
36 |
}
|
37 |
|
38 |
def pad64(x):
|
|
|
33 |
"Canny": CannyDetector(),
|
34 |
"ContentShuffle": ContentShuffleDetector(),
|
35 |
"MediapipeFace": MediapipeFaceDetector(),
|
36 |
+
"ScribbleXDOG": scribble_xdog
|
37 |
}
|
38 |
|
39 |
def pad64(x):
|