ComfyUI Node
YOLO Detection & Selection
A ComfyUI node in YOLO with 8 inputs and 9 outputs.
YOLO Detection & Selection
- image
- image
- preview_with_boxes
- mask
- x
- y
- width
- height
- x2
- y2
◄model_name▾►
◄select_criteria▾►
◄select_count1►
◄confidence_threshold0.50►
◄nms_threshold0.40►
◄output_mode▾►
◄class_ids►
CategoryYOLO
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| model_name | COMBO | 5 options: yolov8n.pt, yolov8s.pt, yolov8m.pt, yolov8l.pt, yolov8x.pt | |
| select_criteria | COMBO | 11 options: Area Max, Area Min, Confidence Max, Confidence Min, Center Top, Center Bottom, +5 | |
| select_count | INT | 11–100 | — |
| confidence_threshold | FLOAT | 0.500–1 | — |
| nms_threshold | FLOAT | 0.400–1 | — |
| output_mode | COMBO | 2 options: Merged Mask, Individual Objects | |
| class_idsopt | STRING | — |
Outputs (9)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| preview_with_boxes | IMAGE | — |
| mask | MASK | — |
| x | INT | — |
| y | INT | — |
| width | INT | — |
| height | INT | — |
| x2 | INT | — |
| y2 | INT | — |