mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-07 22:30:00 +00:00
add OUTPUT_NODE = True to ImageCropV2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user