Nodes/Duanyll Nodepack/HuggingFace Quadruple CLIP Loader
ComfyUI Node

HuggingFace Quadruple 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 Quadruple CLIP Loader
    • CLIP
    repo_id_1HiDream-ai/HiDream-I1-Full
    repo_id_2HiDream-ai/HiDream-I1-Full
    repo_id_3HiDream-ai/HiDream-I1-Full
    repo_id_4meta-llama/Llama-3.1-8B-Instruct
    subfolder_1text_encoder
    subfolder_2text_encoder_2
    subfolder_3text_encoder_3
    subfolder_4
    filename_1
    filename_2
    filename_3
    filename_4
    Categoryduanyll/loaders

    Inputs (12)

    NameTypeDefaultDescription
    repo_id_1STRINGHiDream-ai/HiDream-I1-FullThe Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root.
    repo_id_2STRINGHiDream-ai/HiDream-I1-FullThe Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root.
    repo_id_3STRINGHiDream-ai/HiDream-I1-FullThe Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root.
    repo_id_4STRINGmeta-llama/Llama-3.1-8B-InstructThe Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root.
    subfolder_1optSTRINGtext_encoderThe subfolder where the model is located. Applies to both Hugging Face repos and local paths.
    subfolder_2optSTRINGtext_encoder_2The subfolder where the model is located. Applies to both Hugging Face repos and local paths.
    subfolder_3optSTRINGtext_encoder_3The subfolder where the model is located. Applies to both Hugging Face repos and local paths.
    subfolder_4optSTRINGThe subfolder where the model is located. Applies to both Hugging Face repos and local paths.
    filename_1optSTRINGThe checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json').
    filename_2optSTRINGThe checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json').
    filename_3optSTRINGThe checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json').
    filename_4optSTRINGThe 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