Compare commits

...

1 Commits

Author SHA1 Message Date
Terry Jia
79cd9d09eb add OUTPUT_NODE = True to ImageCropV2 2026-02-27 23:20:15 -05:00

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)