> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-router-model-page-pilot.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CLIPTextEncodeControlnet - ComfyUI Built-in Node Documentation

> The CLIPTextEncodeControlnet node processes a text prompt using a CLIP model and combines the resulting text encoding with existing conditioning data.

The CLIPTextEncodeControlnet node processes a text prompt using a CLIP model and combines the resulting text encoding with existing conditioning data. It adds the text-derived embeddings to each conditioning entry as controlnet cross-attention parameters, producing enhanced conditioning output for controlnet applications.

## Inputs

| Parameter      | Description                                                                                    | Data Type    | Required | Range |
| -------------- | ---------------------------------------------------------------------------------------------- | ------------ | -------- | ----- |
| `clip`         | The CLIP model used for text tokenization and encoding                                         | CLIP         | Yes      | -     |
| `conditioning` | Existing conditioning data to be combined with the CLIP text encoding                          | CONDITIONING | Yes      | -     |
| `text`         | The text prompt to be processed by the CLIP model. Supports multiline text and dynamic prompts | STRING       | Yes      | -     |

**Note:** All three inputs (`clip`, `conditioning`, and `text`) are required for this node to function. The `text` input supports multiline text and dynamic prompts for flexible text processing. This node is marked as experimental in the source code.

## Outputs

| Output Name    | Description                                                                                                                                                                  | Data Type    |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| `CONDITIONING` | Enhanced conditioning data with the added controlnet cross-attention parameters (`cross_attn_controlnet` and `pooled_output_controlnet`) derived from the CLIP text encoding | 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/CLIPTextEncodeControlnet/en.md)

***

**Source fingerprint (SHA-256):** `95a798684ca8734bfff53c7b979b320f6834dc1a9553163d0e567243761000f1`
