ComfyUI Node
CLIP Text Encode Flux (Multiple)
Encodes multiple text prompt pairs into conditioning embeddings for Flux models in batch processing workflows.
CLIP Text Encode Flux (Multiple)
- clip
- CONDITIONING
◄clip_l_texts—►
◄t5xxl_texts—►
◄guidance3.5►
Categoryadvanced/conditioning/flux
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | The CLIP model used for encoding the text. | |
| clip_l_texts | STRING | List of CLIP-L text prompts to encode. Each text will be encoded separately. | |
| t5xxl_texts | STRING | List of T5-XXL text prompts to encode. Each text will be paired with corresponding clip_l_texts. | |
| guidance | FLOAT | 3.50–100 | Guidance scale for Flux models. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| CONDITIONING | CONDITIONING | List of conditioning embeddings, one for each input text pair. |