ComfyUI Node
YOLO Tracking & Crop
A ComfyUI node in YOLO with 16 inputs and 3 outputs.
YOLO Tracking & Crop
- image
- cropped_image
- mask
- preview_with_marks
◄model_name▾►
◄select_criteria▾►
◄select_count1►
◄confidence_threshold0.50►
◄nms_threshold0.40►
◄crop_ratio▾►
◄crop_scale1.000►
◄offset_x0.00►
◄offset_y0.00►
◄stabilization_method▾►
◄stabilization_strength0.70►
◄enable_predictiontrue►
◄mask_type▾►
◄limit_to_boundstrue►
◄class_ids►
CategoryYOLO
Inputs (16)
| 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 | — |
| crop_ratio | COMBO | 8 options: Original, 1:1, 16:9, 9:16, 4:3, 3:4, +2 | |
| crop_scale | FLOAT | 1.0000.001–10000 | — |
| offset_x | FLOAT | 0.00-2–2 | — |
| offset_y | FLOAT | 0.00-2–2 | — |
| stabilization_method | COMBO | 5 options: None, EMA, Weighted Average, Kalman, Hybrid | |
| stabilization_strength | FLOAT | 0.700–0.99 | — |
| enable_prediction | BOOLEAN | true | — |
| mask_type | COMBO | 2 options: Box, Segmentation | |
| limit_to_bounds | BOOLEAN | true | — |
| class_idsopt | STRING | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| cropped_image | IMAGE | — |
| mask | MASK | — |
| preview_with_marks | IMAGE | — |