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

# TextEncodeJoyImageEdit - ComfyUI Built-in Node Documentation

> Complete documentation for the TextEncodeJoyImageEdit node in ComfyUI. Learn its inputs, outputs, parameters and usage.

This node encodes a text prompt and optional images into conditioning data for use with JoyImage models. It combines a CLIP text encoder with optional image inputs to create rich conditioning that can guide image generation or editing tasks.

## Inputs

| Parameter | Description                                                                    | Data Type | Required | Range         |
| --------- | ------------------------------------------------------------------------------ | --------- | -------- | ------------- |
| `clip`    | The CLIP model used for encoding the text prompt                               | CLIP      | Yes      | -             |
| `prompt`  | The text prompt to encode, supporting multiline input and dynamic prompts      | STRING    | Yes      | -             |
| `vae`     | A VAE model for encoding images into latent space (optional)                   | VAE       | No       | -             |
| `images`  | One or more images to include in the conditioning, up to a maximum of 6 images | IMAGE     | No       | 0 to 6 images |

## Outputs

| Output Name    | Description                                                                     | Data Type    |
| -------------- | ------------------------------------------------------------------------------- | ------------ |
| `CONDITIONING` | The encoded conditioning data combining the text prompt and any provided images | 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/TextEncodeJoyImageEdit/en.md)

***

**Source fingerprint (SHA-256):** `ef48523aa9fc990b2839d755cef272bcdfbacef5af8d961736fde5200c6f082d`
