Instruction-following image editing model for targeted modifications and inpainting.
Derived from
Qwen/Qwen-Image-Edit-2509 (Apache-2.0); repackaged by Zen.
This repository repackages Alibaba's Qwen-Image-Edit-2509 (QwenImageEditPlusPipeline, Qwen2.5-VL text encoder). No weights were trained from scratch by Zen.
1from diffusers import QwenImageEditPlusPipeline
2import torch
3
4pipe = QwenImageEditPlusPipeline.from_pretrained("zenlm/zen-image-edit", torch_dtype=torch.bfloat16)
5pipe = pipe.to("cuda")
Apache 2.0. This is a derivative repackaging of
Qwen-Image-Edit-2509 by Alibaba (Qwen team), released under the Apache License 2.0. All rights and attribution for the underlying model belong to the original authors.
This product includes the Qwen-Image-Edit-2509 model developed by Alibaba Cloud (Qwen team), licensed under the Apache License 2.0.