YOLOv8 Object Detection
YOLOv8ObjectDetectionNode
Pack: ComfyUI YOLOv8 Object Detection Node
custom_nodes.ComfyUI_Detection_List
Inputs (12)
| Name | Type | Required |
|---|---|---|
| image | IMAGE | required |
| model_name | COMBO | required |
| confidence_threshold | FLOAT | required |
| iou_threshold | FLOAT | required |
| padding | INT | required |
| custom_model_path | STRING | optional |
| max_size | INT | optional |
| preserve_aspect_ratio | BOOLEAN | optional |
| exclude_person | BOOLEAN | optional |
| exclude_animals | BOOLEAN | optional |
| exclude_vehicles | BOOLEAN | optional |
| min_confidence | FLOAT | optional |