--- language: en license: apache-2.0 base_model: Qwen/Qwen-Image-Edit-2509 tags: - image-to-image - zen - zenlm - hanzo - image-editing - diffusion pipeline_tag: image-to-image library_name: diffusers --- # Zen Image Edit Instruction-following image editing model for targeted modifications and inpainting. Derived from [Qwen/Qwen-Image-Edit-2509](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) (Apache-2.0); repackaged by Zen. ## Overview This repository repackages Alibaba's Qwen-Image-Edit-2509 (QwenImageEditPlusPipeline, Qwen2.5-VL text encoder). No weights were trained from scratch by Zen. Developed/repackaged by [Hanzo AI](https://hanzo.ai) and the [Zoo Labs Foundation](https://zoo.ngo). ## Quick Start ```python from diffusers import QwenImageEditPlusPipeline import torch pipe = QwenImageEditPlusPipeline.from_pretrained("zenlm/zen-image-edit", torch_dtype=torch.bfloat16) pipe = pipe.to("cuda") ``` ## Model Details | Attribute | Value | |-----------|-------| | Base model | Qwen/Qwen-Image-Edit-2509 | | Pipeline | QwenImageEditPlusPipeline | | License | Apache 2.0 | ## License & Attribution Apache 2.0. This is a derivative repackaging of [Qwen-Image-Edit-2509](https://huggingface.co/Qwen/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. ## NOTICE This product includes the Qwen-Image-Edit-2509 model developed by Alibaba Cloud (Qwen team), licensed under the Apache License 2.0.