The ClipTextEncodeSdxl node is used to encode text prompts into SDXL-compatible conditioning embeddings.
Parameter | Data Type | Description |
---|---|---|
clip | CLIP | CLIP model instance used for text encoding. |
width | INT | Specifies the image width in pixels, default 1024. |
height | INT | Specifies the image height in pixels, default 1024. |
crop_w | INT | Width of the crop area in pixels, default 0. |
crop_h | INT | Height of the crop area in pixels, default 0. |
target_width | INT | Target width for the output image, default 1024. |
target_height | INT | Target height for the output image, default 1024. |
text_g | STRING | Global text description for overall scene description. |
text_l | STRING | Local text description for detail description. |
Parameter | Data Type | Description |
---|---|---|
CONDITIONING | CONDITIONING | Contains encoded text and conditional information needed for image generation. |