diff --git a/comfy_extras/nodes_images.py b/comfy_extras/nodes_images.py index 4c57bb5cb..e90f9c1b9 100644 --- a/comfy_extras/nodes_images.py +++ b/comfy_extras/nodes_images.py @@ -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)