Nodes/FUSE Face Enhancer/FUSE YOLO Optionals
ComfyUI Node

FUSE YOLO Optionals

A ComfyUI node in Face Enhancement with 10 inputs and 1 output.

By WASasquatch·Created about a year ago·Updated 9 months ago· 13
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)

    NameTypeDefaultDescription
    confidenceoptFLOAT0.250–1YOLO confidence threshold (0-1). Higher values detect only more confident objects.
    iou_thresholdoptFLOAT0.500–1YOLO NMS IoU threshold (0-1). Lower values remove more overlapping detections.
    max_detectionsoptINT3001–1000Maximum number of detections to keep after NMS.
    class_filteroptSTRINGOptional: Comma or newline separated class names to filter detections. Leave empty to use all classes.
    agnostic_nmsoptBOOLEANfalseClass-agnostic NMS (merge boxes from different classes).
    half_precisionoptBOOLEANfalseUse half precision (FP16) for faster inference on compatible GPUs.
    augmentoptBOOLEANfalseTest Time Augmentation (TTA) for improved accuracy at cost of speed.
    tracking_iou_thresholdoptFLOAT0.300–1IoU threshold for face tracking across frames (video only).
    tracking_smooth_boxesoptBOOLEANtrueApply temporal smoothing to face bounding boxes (video only).
    tracking_smooth_windowoptINT31–11Temporal smoothing window size, must be odd (video only).

    Outputs (1)

    NameTypeDescription
    yolo_optionalsDICT