Qwen-Image-Edit is officially open source: Apache-2.0 license, bilingual accurate word change and semantic/appearance level editing. Qwen-Image-Edit is open source for the community under the Apache-2.0 license. The model is built on 20B Qwen-Image, which supports precise editing of Chinese and English text, and covers both semantic and appearance image editing needs, and is suitable for poster rewording, localization, e-commerce material quick repair, and stylized creation.
1. Open Source Highlights
1) Licensing and compliance: Apache-2.0, which can be commercially and redeveloped (subject to terms).
2) Scope of capabilities: bilingual text editing, object rotation and style transfer, adding/deleting/modifying elements, color change and scene change.
3) Engineering availability: Provide weights, reasoning examples, and online demos for quick integration and evaluation.
2. Open source address
1) GitHub (source code and navigation): https://github.com/QwenLM/Qwen-Image
2) Hugging Face (model weights and examples): https://huggingface.co/Qwen/Qwen-Image-Edit
3) ModelScope (domestic mirror and experience): https://modelscope.cn/models/Qwen/Qwen-Image-Edit
4) Official blog (update notes): https://qwenlm.github.io/blog/qwen-image-edit/
5) Online experience (image editing entrance): https://chat.qwen.ai/?inputFeature=image_edit
6) Cloud API documentation (Model Studio): https://alibabacloud.com/help/en/model-studio/qwen-image-edit
3. Get started quickly
1) Online trial: Enter the online experience, upload images, and modify them in Chinese or English.
2) Local inference: load weights in Hugging Face and use QwenImageEditPipeline
to enter image + prompt
; It can be matched with steps, random seeds and negative hints.
3) Service-oriented access: Use qwen-image-edit
in Model Studio, and the request body contains image
(URL or Base64) and text
(Chinese and English commands). Pay attention to link validity and quota policies.
4. Frequently Asked Questions (Q&A)
Q: Is it open source and can it be commercially available?
A: It is open source, licensed as Apache-2.0, and can be commercially and redeveloped under the license.
Q: Where is the open source address?
A: GitHub, Hugging Face, and ModelScope are all available, see the "Open Source Address (Official)" above.
Q: What can you mainly do?
A: Directly change Chinese/English text in the picture, do object rotation, style transfer, add/delete/change elements, color and scenery and other edits.