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

# CLIPTextEncodePixArtAlpha - ComfyUI Built-in Node Documentation

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

Encodes text and sets the resolution conditioning for PixArt Alpha. This node processes text input and adds width and height information to create conditioning data specifically for PixArt Alpha models. It does not apply to PixArt Sigma models.

## Inputs

| Parameter | Data Type | Input Type | Default | Range                | Description                                                            |
| --------- | --------- | ---------- | ------- | -------------------- | ---------------------------------------------------------------------- |
| `width`   | INT       | Input      | 1024    | 0 to MAX\_RESOLUTION | The width dimension for resolution conditioning                        |
| `height`  | INT       | Input      | 1024    | 0 to MAX\_RESOLUTION | The height dimension for resolution conditioning                       |
| `text`    | STRING    | Input      | -       | -                    | Text input to be encoded, supports multiline input and dynamic prompts |
| `clip`    | CLIP      | Input      | -       | -                    | CLIP model used for tokenization and encoding                          |

## Outputs

| Output Name    | Data Type    | Description                                                           |
| -------------- | ------------ | --------------------------------------------------------------------- |
| `CONDITIONING` | CONDITIONING | Encoded conditioning data with text tokens and resolution information |
