Nodes/ComfyUI-LocateAnything/LocateAnything Model Loader
ComfyUI Node

LocateAnything Model Loader

Loads NVIDIA LocateAnything-3B from a local snapshot or Hugging Face. Missing files can be downloaded automatically into models/LocateAnything. The official checkpoint requires trust_remote_code=True.

By alisson-anjos·Created 2 months ago·Updated 2 months ago· 17
LocateAnything Model Loader
    • model
    model_sourcenvidia/LocateAnything-3B
    download_modeltrue
    deviceauto
    dtypeauto
    attentioneager
    use_batch_runtimefalse
    runtime_attentionla_flash
    vision_attentionauto
    schedulerpipeline
    group_size0
    strict_attnfalse
    CategoryLocateAnything

    Inputs (11)

    NameTypeDefaultDescription
    model_sourceSTRINGnvidia/LocateAnything-3BHugging Face repo ID or local snapshot directory.
    download_modelBOOLEANtrueDownload missing model files into models/LocateAnything.
    deviceCOMBOautoExecution device. auto uses the device selected by ComfyUI; cuda is recommended when available.
    dtypeCOMBOautoModel precision. auto selects bfloat16 or float16 on CUDA and float32 on CPU.
    attentionCOMBOeagerEager is the conservative compatibility path. SDPA can be faster but may be less stable on some setups.
    use_batch_runtimeBOOLEANfalseUse the official hybrid batch runtime from the model snapshot when available.
    runtime_attentionCOMBOla_flashAttention backend for the optional official batch runtime.
    vision_attentionCOMBOautoVision attention backend for the optional official batch runtime.
    schedulerCOMBOpipelineHybrid batch scheduler used by the official batch runtime.
    group_sizeINT00–1024Batch runtime hybrid grouping. 0 keeps the upstream default.
    strict_attnBOOLEANfalseRequire the configured batch attention backend instead of allowing runtime fallback.

    Outputs (1)

    NameTypeDescription
    modelLOCATEANYTHING_MODELLoaded LocateAnything runtime shared with grounding nodes.