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.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| repo_id_1 | STRING | HiDream-ai/HiDream-I1-Full | The Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root. |
| repo_id_2 | STRING | HiDream-ai/HiDream-I1-Full | The Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root. |
| repo_id_3 | STRING | HiDream-ai/HiDream-I1-Full | The Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root. |
| repo_id_4 | STRING | meta-llama/Llama-3.1-8B-Instruct | The Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root. |
| subfolder_1opt | STRING | text_encoder | The subfolder where the model is located. Applies to both Hugging Face repos and local paths. |
| subfolder_2opt | STRING | text_encoder_2 | The subfolder where the model is located. Applies to both Hugging Face repos and local paths. |
| subfolder_3opt | STRING | text_encoder_3 | The subfolder where the model is located. Applies to both Hugging Face repos and local paths. |
| subfolder_4opt | STRING | The subfolder where the model is located. Applies to both Hugging Face repos and local paths. | |
| filename_1opt | STRING | The checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json'). | |
| filename_2opt | STRING | The checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json'). | |
| filename_3opt | STRING | The checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json'). | |
| filename_4opt | STRING | The checkpoint file to load. If not specified, will auto-detect. For sharded checkpoints, use the index file (e.g., 'model.index.json'). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| CLIP | CLIP | — |