Added first controlnet preprocessor node for canny edge detection.

This commit is contained in:
user1 2023-04-29 19:40:22 -07:00 committed by Kent Keirsey
parent 768cfe3aab
commit 11bd038b9d

View File

@ -400,4 +400,3 @@ class ZoeDepthImageProcessorInvocation(ImageProcessorInvocation, PILInvocationCo
zoe_depth_processor = ZoeDetector.from_pretrained("lllyasviel/Annotators")
processed_image = zoe_depth_processor(image)
return processed_image