> ## 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.

# CLIPTextEncodeKandinsky5 - ComfyUI Built-in Node Documentation

> Complete documentation for the CLIPTextEncodeKandinsky5 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/CLIPTextEncodeKandinsky5/en.md)

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

## Outputs

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