Added HED, LineArt, and OpenPose ControlNet nodes

This commit is contained in:
user1 2023-05-04 22:40:50 -07:00 committed by Kent Keirsey
parent 6ef2168b67
commit 5acbbeecaa

View File

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