All your image editing workflows in one simple to use Subgraph. With the right prompting you can:
Change styles of your image (realistic, anime, dystopian, cartoon, etc.)
Add, remove, or edit elements in the image (remove unwanted people, change clothes, change hair, add someone to a photo, etc.)
Create new images based on your reference images (3D figurines, model sheets, scene changes, etc.)
Much more.
A Subgraph workflow I made to make using Qwen Edit 2511 easy for myself. Information / Instructions are included with the workflow.
With the models used this runs well locally on my NVIDIA GeForce RTX 4070 with 12 GB VRAM. Feel free to adjust models if you have a more or less able video card.
BASIC USAGE
Load your primary image in Load Image 1.
Images 2 and 3 are optional.
Subgraph values:
image#_enable: true if using that image, else false (ignored).
override_image_size: false to use Image 1 size. true will use the override_width and override_height size, adjusted by aspect_ratio.
aspect_ratio: 'original' for the same aspect as Image 1. 'fixed' to use the override_width/height values. Otherwise use the aspect selected.
The first prompt is Positive and the second is Negative (CFG must NOT be 1 to use).
steps: 8 is a good default with the lightning lora used, but can go between 4 to 20 or more.
Other values are per usual usage.
Open the Subgraph to change model, lora, etc.
If you're not familiar with editing you can request changes to items or styles of the image, insert one image element into another, or create whole new images using the characters or items in the reference pic(s).
USED MODELS
Model [Unet Loader (GGUF)]
qwen-image-edit-2511-Q3_K_M.gguf
https://huggingface.co/unsloth/Qwen-Image-Edit-2511-GGUF/tree/main
→ models/diffusion_models
Lora [LoraLoaderModelOnly]
Qwen-Image-Edit-2511-Lightning-4steps-V10-bf16.safetensors
https://huggingface.co/lightx2v/Qwen-Image-Edit-2511-Lightning/tree/main
→ models/loras
Clip [Load CLIP]
qwen_2.5_vl_7b_fp8_scaled.safetensors
https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main/split_files/text_encoders
→ models/clip
VAE [Load VAE]
qwen_image_vae.safetensors
https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main/split_files/vae
→ models/vae
Description
For ComfyUI Frontend 1.43.4 or newer. Released 2026-03-25.
ComfyUI Frontend updates broke a lot of subgraphs, especially when nested. Frontend 1.43.4+ fixes a lot of the issues, but loading existing workflows can still show "Disconnected" entries. This release is designed to repair that. v1.0 (and v1.1) will still work with Frontend 1.39.19.
Updates / Change log:
Fixed subgraphs to work with frontend 1.43.4+.
Reduced subgraph depth.
Converted select custom nodes to new core nodes (e.g., Switch, Math Expression).
Fixed Custom Combo. A change in its code caused it to 'eat' the first option ('original').
Note: The "Disconnected" at the bottom should clear with a gen preview. Subgraphs used to automatically show the sampler previews. For now it has to be manually promoted which cause it to show as Disconnected until you start to gen an image.
I am currently running this with Frontend 1.43.5 (latest nightly). If you don't want to use a nightly version then I suggest Frontend version 1.39.19 and using either v1.0 or v1.1.