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

# TextEncodeQwenImageEditPlus - ComfyUI Built-in Node Documentation

> The TextEncodeQwenImageEditPlus node processes a text prompt and up to three optional images to produce conditioning data for image generation or editing tasks.

The TextEncodeQwenImageEditPlus node processes a text prompt and up to three optional images to produce conditioning data for image generation or editing tasks. It uses a specialized template that first asks the model to describe the key features of the input images and then explain how the user's text instruction should change them, so the encoded result understands both the images and the requested modification. When a VAE is provided, the node also creates reference latents from the input images.

## Inputs

| Parameter | Description                                                                                               | Data Type | Required | Range |
| --------- | --------------------------------------------------------------------------------------------------------- | --------- | -------- | ----- |
| `clip`    | The CLIP model used for tokenization and encoding                                                         | CLIP      | Yes      | -     |
| `prompt`  | Text instruction describing the desired image modification (supports multiline input and dynamic prompts) | STRING    | Yes      | -     |
| `vae`     | Optional VAE model for generating reference latents from input images                                     | VAE       | No       | -     |
| `image1`  | First optional input image for analysis and modification                                                  | IMAGE     | No       | -     |
| `image2`  | Second optional input image for analysis and modification                                                 | IMAGE     | No       | -     |
| `image3`  | Third optional input image for analysis and modification                                                  | IMAGE     | No       | -     |

**Note:** When a VAE is provided, the node generates reference latents from all provided input images. Up to three images can be processed at once. Images are scaled to a target area of 384x384 pixels (aspect ratio preserved) for vision-language processing, and to dimensions divisible by 8 (with a target area of 1024x1024 pixels) for VAE encoding.

## Outputs

| Output Name    | Description                                                                                          | Data Type    |
| -------------- | ---------------------------------------------------------------------------------------------------- | ------------ |
| `CONDITIONING` | Encoded conditioning data containing text tokens and optional reference latents for image generation | 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/TextEncodeQwenImageEditPlus/en.md)

***

**Source fingerprint (SHA-256):** `5eea53a84045924b44d445244e6149b341188d22573aaaced87bac8a139dac96`
