The CLIPTextEncodeKandinsky5 node prepares text prompts for use with the Kandinsky 5 model. It takes two separate text inputs, tokenizes them using a provided CLIP model, and combines them into a single conditioning output. This output is used to guide the image generation process.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `clip` | The CLIP model used to tokenize and encode the text prompts. | CLIP | Yes |  |
| `clip_l` | The primary text prompt. This input supports multiline text and dynamic prompts. | STRING | Yes |  |
| `qwen25_7b` | A secondary text prompt. This input supports multiline text and dynamic prompts. | STRING | Yes |  |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `CONDITIONING` | The combined conditioning data generated from both text prompts, ready to be fed into a Kandinsky 5 model for image generation. | CONDITIONING |

> 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/CLIPTextEncodeKandinsky5/en.md)

---
**Source fingerprint (SHA-256):** `f033b1924336ccb15d300eb713e859f9f08f48552b409c45b0a8a168d1ba51c2`
