From d7533b6c6809dfa6ec9d78053011c02d285f9f79 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sat, 10 Jan 2026 16:51:42 +0100 Subject: [PATCH] Add README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..197d605 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +This is a standalone extraction of the **Text Encode Qwen Image Edit Plus** node from the Mamad8/ethanfel fix. It is designed to work specifically with the Qwen-Image-Edit model architecture. + +## Features +- **Standalone Node:** No need to install the entire Mamad8 suite if you only need the encoder logic. +- **Latent Target Control:** Includes the `latent_target_pixel` parameter to guide the model's internal resolution. +- **Multi-Image Context:** Supports up to 3 reference images for complex image-to-image editing. + +## Installation +1. Clone this repo into `ComfyUI/custom_nodes/` +2. Restart ComfyUI. \ No newline at end of file