add OUTPUT_NODE = True to ImageCropV2

This commit is contained in:
Terry Jia
2026-02-27 23:20:15 -05:00
parent 94f1a1cc9d
commit 79cd9d09eb

View File

@@ -65,6 +65,8 @@ class ImageCropV2(IO.ComfyNode):
outputs=[IO.Image.Output()],
)
OUTPUT_NODE = True
@classmethod
def execute(cls, image, crop_region) -> IO.NodeOutput:
x = crop_region.get("x", 0)