ComfyUI Node
YOLO BBox Coordinates
A ComfyUI node in YOLO/coordinates with 12 inputs and 14 outputs.
YOLO BBox Coordinates
- image
- annotated_image
- bbox_json
- x1
- y1
- x2
- y2
- width
- height
- center_x
- center_y
- confidence
- label
- class_id
- box_count
◄model_pathbbox/yolo11m.pt►
◄class_filterperson►
◄conf0.25►
◄iou0.70►
◄imgsz640►
◄devicecuda:0►
◄halffalse►
◄sort_by▾►
◄sort_order▾►
◄selected_index0►
◄max_boxes_json50►
CategoryYOLO/coordinates
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| model_path | STRING | bbox/yolo11m.pt | — |
| class_filter | STRING | person | — |
| conf | FLOAT | 0.250–1 | — |
| iou | FLOAT | 0.700–1 | — |
| imgsz | INT | 64032–4096 | — |
| device | STRING | cuda:0 | — |
| half | BOOLEAN | false | — |
| sort_by | COMBO | 8 options: x1, center_x, x2, y1, center_y, y2, +2 | |
| sort_order | COMBO | 2 options: ascending, descending | |
| selected_index | INT | 00–100000 | — |
| max_boxes_json | INT | 500–100000 | — |
Outputs (14)
| Name | Type | Description |
|---|---|---|
| annotated_image | IMAGE | — |
| bbox_json | STRING | — |
| x1 | INT | — |
| y1 | INT | — |
| x2 | INT | — |
| y2 | INT | — |
| width | INT | — |
| height | INT | — |
| center_x | FLOAT | — |
| center_y | FLOAT | — |
| confidence | FLOAT | — |
| label | STRING | — |
| class_id | INT | — |
| box_count | INT | — |