Nodes/ComfyUI-YOLOE26/YOLOE-26 Load Model
ComfyUI Node

YOLOE-26 Load Model

Load a YOLOE-26 open-vocabulary segmentation model from the ComfyUI model directories, downloading official weights on demand when auto_download is enabled. Note: the first text-prompt inference downloads the MobileCLIP text encoder (~250 MB) through Ultralytics and requires network access.

By Rinne414·Created 5 months ago·Updated about a month ago· 11
YOLOE-26 Load Model
    • model
    model_nameyoloe-26s-seg.pt
    deviceauto
    auto_downloadtrue
    offload_to_cpufalse
    CategoryYOLOE26

    Inputs (4)

    NameTypeDefaultDescription
    model_nameCOMBOyoloe-26s-seg.ptYOLOE-26 model file name. Official models are downloaded automatically when auto_download is enabled; other entries are .pt files found in your ComfyUI model directories (press 'r' in ComfyUI to refresh the list after adding files).
    deviceoptCOMBOautoInference device. 'auto' lets Ultralytics choose.
    auto_downloadoptBOOLEANtrueTrue (recommended) = automatically download the model if not found locally. False = local-only; the model must already exist in a supported ComfyUI model directory.
    offload_to_cpuoptBOOLEANfalseMove the model to CPU after each segmentation node finishes to free GPU memory for diffusion models. Slightly slower because weights are transferred back to the GPU on the next run.

    Outputs (1)

    NameTypeDescription
    modelYOLOE_MODEL