Nodes/Duanyll Nodepack/HuggingFace Triple CLIP Loader
ComfyUI Node

HuggingFace Triple CLIP Loader

Downloads a model from Hugging Face or loads it from a local path. Supports single-file and sharded checkpoints.

By Duanyll·Created about a year ago·Updated 3 months ago· 2
HuggingFace Triple CLIP Loader
    • CLIP
    repo_id_1stabilityai/stable-diffusion-3-medium
    repo_id_2stabilityai/stable-diffusion-3-medium
    repo_id_3stabilityai/stable-diffusion-3-medium
    subfolder_1text_encoders
    subfolder_2text_encoders
    subfolder_3text_encoders
    filename_1clip_l.safetensors
    filename_2clip_g.safetensors
    filename_3t5xxl_fp16.safetensors
    Categoryduanyll/loaders

    Inputs (9)

    NameTypeDefaultDescription
    repo_id_1STRINGstabilityai/stable-diffusion-3-mediumThe Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root.
    repo_id_2STRINGstabilityai/stable-diffusion-3-mediumThe Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root.
    repo_id_3STRINGstabilityai/stable-diffusion-3-mediumThe Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root.
    subfolder_1optSTRINGtext_encodersThe subfolder where the model is located. Applies to both Hugging Face repos and local paths.
    subfolder_2optSTRINGtext_encodersThe subfolder where the model is located. Applies to both Hugging Face repos and local paths.
    subfolder_3optSTRINGtext_encodersThe subfolder where the model is located. Applies to both Hugging Face repos and local paths.
    filename_1optSTRINGclip_l.safetensorsThe checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json').
    filename_2optSTRINGclip_g.safetensorsThe checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json').
    filename_3optSTRINGt5xxl_fp16.safetensorsThe checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json').

    Outputs (1)

    NameTypeDescription
    CLIPCLIP