qwen-image-edit
FeaturedBuild Qwen Image Edit workflows — model loading, conditioning, LoRAs, prompt patterns, and XY plot testing
AI & Automation 450 stars
76 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Qwen Image Edit Workflows
## Overview
Qwen Image Edit uses a vision-language model (Qwen2.5-VL) to edit images based on natural language instructions. The model "sees" the source image through CLIP conditioning and generates an edited version.
## Models
### Required Components
| Component | Node | Model Name | Notes |
|-----------|------|------------|-------|
| **UNET** | `UNETLoader` | `qwen_image_edit_2511_bf16.safetensors` | Official 2511 edit model (bf16) |
| **CLIP** | `CLIPLoader` (type=`qwen_image`) | `qwen_2.5_vl_7b_fp8_scaled.safetensors` | Shared across all Qwen models |
| **VAE** | `VAELoader` | `qwen_image_vae.safetensors` | Qwen-specific VAE |
### Alternative UNET Models
| Model | Path | Focus |
|-------|------|-------|
| `qwenImageEditRemix_v10` | `qwenImageEditRemix_v10.safetensors` | Community remix, general editing |
| `qwenUltimateRealism_v11` | `Qwen/imageized/qwenUltimateRealism_v11.safetensors` | Product photography, hyper-realistic |
| `copaxTimeless` | `Qwen/realistic/copaxTimeless_qwenUltraRealistic.safetensors` | Ultra-realistic portraits |
| `qwnImageEdit_v16Bf16` | `Qwen/abliterated/qwnImageEdit_v16Bf16.safetensors` | Abliterated (uncensored) |
## Conditioning Nodes
### TextEncodeQwenImageEditPlusAdvance_lrzjason (Recommended)
From the `qweneditutils` custom node pack. The **Advanced** variant is preferred because it:
- Outputs a **LATENT directly** (no need for separate EmptyLatentImage)
- Has separate **VL-resize** and **non-resize** i...
Details
- Author
- artokun
- Repository
- artokun/comfyui-mcp
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
qwen-txt2img
Build Qwen Image 2512 text-to-image workflows — QwenImageIntegratedKSampler, separate component loading, lightning LoRAs, and fine-tuned model variants
450 Updated today
artokun AI & Automation Featured
krea2-txt2img
Build Krea 2 Turbo txt2img workflows — native krea2 CLIPLoader, Qwen3-VL encoder, Qwen image VAE, 8-step turbo settings, and Ideogram-style JSON prompting
450 Updated today
artokun AI & Automation Featured
wan-t2v-video
Build WAN 2.2 Text-to-Video workflows — dual hi-lo models, lightning LoRAs, VACE modules, and KSamplerAdvanced two-pass
450 Updated today
artokun