Spaces:
Building
on
A10G
Building
on
A10G
Update diffusion_webui/utils/preprocces_utils.py
Browse files
diffusion_webui/utils/preprocces_utils.py
CHANGED
@@ -11,7 +11,6 @@ from controlnet_aux import (
|
|
11 |
OpenposeDetector,
|
12 |
PidiNetDetector,
|
13 |
SamDetector,
|
14 |
-
ZoeDetector,
|
15 |
)
|
16 |
|
17 |
import numpy as np
|
@@ -86,7 +85,6 @@ PREPROCCES_DICT = {
|
|
86 |
"LineartAnime": LineartAnimeDetector.from_pretrained(
|
87 |
"lllyasviel/Annotators"
|
88 |
),
|
89 |
-
"Zoe": ZoeDetector.from_pretrained("lllyasviel/Annotators"),
|
90 |
"Canny": CannyDetector(),
|
91 |
"ContentShuffle": ContentShuffleDetector(),
|
92 |
"MediapipeFace": MediapipeFaceDetector(),
|
|
|
11 |
OpenposeDetector,
|
12 |
PidiNetDetector,
|
13 |
SamDetector,
|
|
|
14 |
)
|
15 |
|
16 |
import numpy as np
|
|
|
85 |
"LineartAnime": LineartAnimeDetector.from_pretrained(
|
86 |
"lllyasviel/Annotators"
|
87 |
),
|
|
|
88 |
"Canny": CannyDetector(),
|
89 |
"ContentShuffle": ContentShuffleDetector(),
|
90 |
"MediapipeFace": MediapipeFaceDetector(),
|