Nodes/imgutils/Imgutils Bbox Crop
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.

By xiaden·Created 2 months ago·Updated 2 months ago· 0
Imgutils Bbox Crop
  • image
  • images
bboxes
Categoryimgutils/utility

Inputs (2)

NameTypeDefaultDescription
imageIMAGESource image for cropping.
bboxesSTRINGJSON bbox array from Detect or OCR node. Each entry: {bbox: [x1,y1,x2,y2], ...}.

Outputs (1)

NameTypeDescription
imagesIMAGE