Nodes/imgutils/Imgutils Bbox Mask
ComfyUI Node

Imgutils Bbox Mask

Create binary masks from JSON bounding box data (from Detect or OCR). Returns one mask per bbox.

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

Inputs (2)

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

Outputs (1)

NameTypeDescription
masksMASK