> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# CLIPTextEncodeFlux - ComfyUI Built-in Node Documentation

> Complete documentation for the CLIPTextEncodeFlux node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/CLIPTextEncodeFlux/en.md)

`CLIPTextEncodeFlux` is an advanced text encoding node designed for the Flux architecture. It processes two separate text inputs through different encoders—CLIP-L and T5XXL—and combines them with a guidance scale to produce a unified conditioning output for image generation.

## Inputs

| Parameter  | Data Type | Required | Range       | Description                                                                                                                                                                          |
| ---------- | --------- | -------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `clip`     | CLIP      | Yes      | -           | A CLIP model that supports the Flux architecture, including both CLIP-L and T5XXL encoders.                                                                                          |
| `clip_l`   | STRING    | Yes      | -           | Text input processed by the CLIP-L encoder. Suitable for concise keyword descriptions, such as style or theme. Supports multiline input and dynamic prompts.                         |
| `t5xxl`    | STRING    | Yes      | -           | Text input processed by the T5XXL encoder. Suitable for detailed natural language descriptions, expressing complex scenes and details. Supports multiline input and dynamic prompts. |
| `guidance` | FLOAT     | Yes      | 0.0 - 100.0 | Controls the influence of text conditions on the generation process. Higher values mean stricter adherence to the text. Default: 3.5.                                                |

## Outputs

| Output Name    | Data Type    | Description                                                                                                         |
| -------------- | ------------ | ------------------------------------------------------------------------------------------------------------------- |
| `CONDITIONING` | CONDITIONING | Contains the fused embeddings from both encoders and the guidance parameter, used for conditional image generation. |

***

**Source fingerprint (SHA-256):** `63027b4a7c1868da27fb2644b0d6599d241fa0206a78d169110ce57f0cebf148`
