ComfyUI Node
Imgutils Bbox Crop
Crop an image to each bounding box in a JSON bbox string (from Detect or OCR). Returns one cropped image per bbox.
Imgutils Bbox Crop
- image
- images
◄bboxes—►
Categoryimgutils/utility
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Source image for cropping. | |
| bboxes | STRING | JSON bbox array from Detect or OCR node. Each entry: {bbox: [x1,y1,x2,y2], ...}. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |