ComfyUI Node
Imgutils Bbox Mask
Create binary masks from JSON bounding box data (from Detect or OCR). Returns one mask per bbox.
Imgutils Bbox Mask
- image
- masks
◄bboxes—►
Categoryimgutils/utility
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Source image (used for dimensions). | |
| bboxes | STRING | JSON bbox array from Detect or OCR node. Each entry: {bbox: [x1,y1,x2,y2], ...}. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| masks | MASK | — |