ComfyUI Node
FUSE YOLO Optionals
A ComfyUI node in Face Enhancement with 10 inputs and 1 output.
FUSE YOLO Optionals
- yolo_optionals
◄confidence0.25►
◄iou_threshold0.50►
◄max_detections300►
◄class_filter►
◄agnostic_nmsfalse►
◄half_precisionfalse►
◄augmentfalse►
◄tracking_iou_threshold0.30►
◄tracking_smooth_boxestrue►
◄tracking_smooth_window3►
CategoryFace Enhancement
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| confidenceopt | FLOAT | 0.250–1 | YOLO confidence threshold (0-1). Higher values detect only more confident objects. |
| iou_thresholdopt | FLOAT | 0.500–1 | YOLO NMS IoU threshold (0-1). Lower values remove more overlapping detections. |
| max_detectionsopt | INT | 3001–1000 | Maximum number of detections to keep after NMS. |
| class_filteropt | STRING | Optional: Comma or newline separated class names to filter detections. Leave empty to use all classes. | |
| agnostic_nmsopt | BOOLEAN | false | Class-agnostic NMS (merge boxes from different classes). |
| half_precisionopt | BOOLEAN | false | Use half precision (FP16) for faster inference on compatible GPUs. |
| augmentopt | BOOLEAN | false | Test Time Augmentation (TTA) for improved accuracy at cost of speed. |
| tracking_iou_thresholdopt | FLOAT | 0.300–1 | IoU threshold for face tracking across frames (video only). |
| tracking_smooth_boxesopt | BOOLEAN | true | Apply temporal smoothing to face bounding boxes (video only). |
| tracking_smooth_windowopt | INT | 31–11 | Temporal smoothing window size, must be odd (video only). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| yolo_optionals | DICT | — |