Switching to ControlField for output from controlnet nodes.

This commit is contained in:
user1 2023-05-04 14:21:11 -07:00 committed by Kent Keirsey
parent 11bd038b9d
commit fdef53b2de

View File

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