ComfyUI Node
HuggingFace Dual CLIP Loader
Downloads a model from Hugging Face or loads it from a local path. Supports single-file and sharded checkpoints.
HuggingFace Dual CLIP Loader
- CLIP
◄repo_id_1black-forest-labs/FLUX.1-dev►
◄repo_id_2black-forest-labs/FLUX.1-dev►
◄typeflux►
◄subfolder_1text_encoder►
◄subfolder_2text_encoder_2►
◄filename_1►
◄filename_2►
Categoryduanyll/loaders
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| repo_id_1 | STRING | black-forest-labs/FLUX.1-dev | The Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root. |
| repo_id_2 | STRING | black-forest-labs/FLUX.1-dev | The Hugging Face repo ID, an absolute path (/path/to/model), or a relative path (./models/...) from the ComfyUI root. |
| type | COMBO | flux | 12 options: sdxl, sd3, flux, hunyuan_video, hidream, hunyuan_image, +6 |
| 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. |
| 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'). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| CLIP | CLIP | — |