This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubEncodes 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 |