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.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| repo_id_1 | STRING | stabilityai/stable-diffusion-3-medium | The Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root. |
| repo_id_2 | STRING | stabilityai/stable-diffusion-3-medium | The Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root. |
| repo_id_3 | STRING | stabilityai/stable-diffusion-3-medium | The Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root. |
| subfolder_1opt | STRING | text_encoders | The subfolder where the model is located. Applies to both Hugging Face repos and local paths. |
| subfolder_2opt | STRING | text_encoders | The subfolder where the model is located. Applies to both Hugging Face repos and local paths. |
| subfolder_3opt | STRING | text_encoders | The subfolder where the model is located. Applies to both Hugging Face repos and local paths. |
| filename_1opt | STRING | clip_l.safetensors | 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 | clip_g.safetensors | 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 | t5xxl_fp16.safetensors | 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 | — |