Help preserve open and free AI for humanity's future

← All models

Qwen_Qwen-Image

Qwen · View on Hugging Face ↗

Qwen-Image — Alibaba's open text-to-image generation model from the Qwen family.

✓ verified · rehash-vs-hf-metadata at 2026-08-20T21:45:23Z

apache-2.053.74 GB (57,704,593,134 bytes)diffuserssafetensorstext-to-imagediffusers:QwenImagePipeline2 languages (en, zh)paper: 2508.02324

Get this model

Download Qwen_Qwen-Image.torrent

Recommended — the .torrent carries the webseed url-list, so your client can fall back to plain HTTPS if the swarm is thin. See/verify for the full download + verification walkthrough.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: apache-2.0 language:

  • en
  • zh library_name: diffusers pipeline_tag: text-to-image

💜 Qwen Chat   |   🤗 Hugging Face   |   🤖 ModelScope   |    📑 Tech Report    |    📑 Blog   
🖥️ Demo   |   💬 WeChat (微信)   |   🫨 Discord  

Introduction

We are thrilled to release Qwen-Image, an image generation foundation model in the Qwen series that achieves significant advances in complex text rendering and precise image editing. Experiments show strong general capabilities in both image generation and editing, with exceptional performance in text rendering, especially for Chinese.

News

  • 2025.08.04: We released the Technical Report of Qwen-Image!
  • 2025.08.04: We released Qwen-Image weights! Check at huggingface and Modelscope!
  • 2025.08.04: We released Qwen-Image! Check our blog for more details!

Quick Start

Install the latest version of diffusers

pip install git+https://github.com/huggingface/diffusers

The following contains a code snippet illustrating how to use the model to generate images based on text prompts:

from diffusers import DiffusionPipeline
import torch

model_name = "Qwen/Qwen-Image"

# Load the pipeline
if torch.cuda.is_available():
    torch_dtype = torch.bfloat16
    device = "cuda"
else:
    torch_dtype = torch.float32
    device = "cpu"

pipe = DiffusionPipeline.from_pretrained(model_name, torch_dtype=torch_dtype)
pipe = pipe.to(device)

positive_magic = {
    "en": ", Ultra HD, 4K, cinematic composition.", # for english prompt
    "zh": ", 超清,4K,电影级构图." # for chinese prompt
}

# Generate image
prompt = '''A coffee shop entrance features a chalkboard sign reading "Qwen Coffee 😊 $2 per cup," with a neon light beside it displaying "通义千问". Next to it hangs a poster showing a beautiful Chinese woman, and beneath the poster is written "π≈3.1415926-53589793-23846264-33832795-02384197". Ultra HD, 4K, cinematic composition'''

negative_prompt = " " # using an empty string if you do not have specific concept to remove


# Generate with different aspect ratios
aspect_ratios = {
    "1:1": (1328, 1328),
    "16:9": (1664, 928),
    "9:16": (928, 1664),
    "4:3": (1472, 1140),
    "3:4": (1140, 1472),
    "3:2": (1584, 1056),
    "2:3": (1056, 1584),
}

width, height = aspect_ratios["16:9"]

image = pipe(
    prompt=prompt + positive_magic["en"],
    negative_prompt=negative_prompt,
    width=width,
    height=height,
    num_inference_steps=50,
    true_cfg_scale=4.0,
    generator=torch.Generator(device="cuda").manual_seed(42)
).images[0]

image.save("example.png")

Show Cases

One of its standout capabilities is high-fidelity text rendering across diverse images. Whether it’s alphabetic languages like English or logographic scripts like Chinese, Qwen-Image preserves typographic details, layout coherence, and contextual harmony with stunning accuracy. Text isn’t just overlaid—it’s seamlessly integrated into the visual fabric.

Beyond text, Qwen-Image excels at general image generation with support for a wide range of artistic styles. From photorealistic scenes to impressionist paintings, from anime aesthetics to minimalist design, the model adapts fluidly to creative prompts, making it a versatile tool for artists, designers, and storytellers.

When it comes to image editing, Qwen-Image goes far beyond simple adjustments. It enables advanced operations such as style transfer, object insertion or removal, detail enhancement, text editing within images, and even human pose manipulation—all with intuitive input and coherent output. This level of control brings professional-grade editing within reach of everyday users.

But Qwen-Image doesn’t just create or edit—it understands. It supports a suite of image understanding tasks, including object detection, semantic segmentation, depth and edge (Canny) estimation, novel view synthesis, and super-resolution. These capabilities, while technically distinct, can all be seen as specialized forms of intelligent image editing, powered by deep visual comprehension.

Together, these features make Qwen-Image not just a tool for generating pretty pictures, but a comprehensive foundation model for intelligent visual creation and manipulation—where language, layout, and imagery converge.

License Agreement

Qwen-Image is licensed under Apache 2.0.

Citation

We kindly encourage citation of our work if you find it useful.

@misc{wu2025qwenimagetechnicalreport,
      title={Qwen-Image Technical Report}, 
      author={Chenfei Wu and Jiahao Li and Jingren Zhou and Junyang Lin and Kaiyuan Gao and Kun Yan and Sheng-ming Yin and Shuai Bai and Xiao Xu and Yilei Chen and Yuxiang Chen and Zecheng Tang and Zekai Zhang and Zhengyi Wang and An Yang and Bowen Yu and Chen Cheng and Dayiheng Liu and Deqing Li and Hang Zhang and Hao Meng and Hu Wei and Jingyuan Ni and Kai Chen and Kuan Cao and Liang Peng and Lin Qu and Minggang Wu and Peng Wang and Shuting Yu and Tingkun Wen and Wensen Feng and Xiaoxiao Xu and Yi Wang and Yichang Zhang and Yongqiang Zhu and Yujia Wu and Yuxuan Cai and Zenan Liu},
      year={2025},
      eprint={2508.02324},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2508.02324}, 
}

Magnet link (secondary — no webseeds)

Opens the swarm directly, but carries no webseed url-list. Prefer the.torrent download above — HTTP fallback seeds ride inside it.

magnet:?xt=urn:btih:da3c77f536a7af49bacad1a479bd686c7d53ea5d&dn=Qwen_Qwen-Image

Open magnet in torrent client · infohash da3c77f536a7af49bacad1a479bd686c7d53ea5d

Files & hashes

PathSizeMethodHash
LICENSE11.1 KB (11,343 B)sha1-git-blob6634c8cc3133b3848ec74b9f275acaaa1ea618ab
README.md6.6 KB (6,778 B)sha1-git-blobc43f73115c31ce1b53bd31140c41eae7a4c4b964
model_index.json443 B (443 B)sha1-git-blob602665a351bf4afe6aa02a8a7f52f26fd99b88f8
scheduler/scheduler_config.json485 B (485 B)sha1-git-blob637ac12d395c92a8dd54c87441e352c93c609dfc
text_encoder/config.json3.1 KB (3,217 B)sha1-git-blob27d57dbd1b133179a359b6969f5d28d78e633910
text_encoder/generation_config.json244 B (244 B)sha1-git-blobfb9a91993c52bd7a752938452eaee2e73b23df4d
text_encoder/model-00001-of-00004.safetensors4.63 GB (4,968,243,304 B)sha256-lfsd725335e4ea2399be706469e4b8807716a8fa64bd03468252e9f7acf2415fee4
text_encoder/model-00002-of-00004.safetensors4.65 GB (4,991,495,816 B)sha256-lfsb1830db6908dcc76df3a71492acbcf2b8cac130114cf1f3c2d9edae8de8c6de3
text_encoder/model-00003-of-00004.safetensors4.59 GB (4,932,751,040 B)sha256-lfs09c1807c6d00d7cab94f7db39d4c02ebb8537225ccde383861ac48db97945aa6
text_encoder/model-00004-of-00004.safetensors1.58 GB (1,691,924,384 B)sha256-lfs5dd068336d14d45ffb43cef374d286cc6ba9d8741b028f90a7d040d847961f4a
text_encoder/model.safetensors.index.json56.3 KB (57,655 B)sha1-git-blob92b467639266f4aa72a9b5ab73dbdf5a1f936ee4
tokenizer/added_tokens.json605 B (605 B)sha1-git-blob482ced4679301bf287ebb310bdd1790eb4514232
tokenizer/chat_template.jinja2.4 KB (2,427 B)sha1-git-blob28028c056af412405debd878cdda0171e35fa5d1
tokenizer/merges.txt1.6 MB (1,671,853 B)sha1-git-blob31349551d90c7606f325fe0f11bbb8bd5fa0d7c7
tokenizer/special_tokens_map.json613 B (613 B)sha1-git-blobac23c0aaa2434523c494330aeb79c58395378103
tokenizer/tokenizer_config.json4.6 KB (4,686 B)sha1-git-blobeaed590d62aaf0ba31e284b66ddcb18222f066c2
tokenizer/vocab.json3.2 MB (3,383,407 B)sha1-git-blob6bce3a0a3866c4791a74d83d78f6824c3af64ec3
transformer/config.json371 B (371 B)sha1-git-blob4bff1e57a145b5b55dbca14d39af45c9c1b7dab7
transformer/diffusion_pytorch_model-00001-of-00009.safetensors4.65 GB (4,989,364,312 B)sha256-lfs9f33a59093af3abcc2836d4cf4b7bd122c238ca70a26c70f34fdde64646b3bcd
transformer/diffusion_pytorch_model-00002-of-00009.safetensors4.64 GB (4,984,214,160 B)sha256-lfs49d580e85b932e15c226e68a9d5549629878d3a128da7662d28401956cee0238
transformer/diffusion_pytorch_model-00003-of-00009.safetensors4.61 GB (4,946,470,000 B)sha256-lfs0d72f0cbd0d6c2bdc2e1e73e41ac143452fc9e4570d1362203498832302de69f
transformer/diffusion_pytorch_model-00004-of-00009.safetensors4.64 GB (4,984,213,736 B)sha256-lfsee87991bfa1bc8e7553034b07099151532524101ca1581c4f3a86292814e9f0d
transformer/diffusion_pytorch_model-00005-of-00009.safetensors4.61 GB (4,946,471,896 B)sha256-lfs83291a65be26fe688db4cf81383749831b623a6fcb1a71c851bafb55ddc0058d
transformer/diffusion_pytorch_model-00006-of-00009.safetensors4.61 GB (4,946,451,560 B)sha256-lfs61e936a995e7f4ce08d44b9d6ffb56dc65dd61200288876ee2fda72da322583d
transformer/diffusion_pytorch_model-00007-of-00009.safetensors4.57 GB (4,908,690,520 B)sha256-lfs854bc9e4a65c11c256f2fef31606a6407e9a425e8bde394db8be71416c515ead
transformer/diffusion_pytorch_model-00008-of-00009.safetensors4.64 GB (4,984,232,856 B)sha256-lfscaedc7cc2914ab113cfbb3684cf072350201182ae8de1a7308e419385987ae40
transformer/diffusion_pytorch_model-00009-of-00009.safetensors1.09 GB (1,170,918,840 B)sha256-lfsae0fef149890f61d54572baa1e806de97156c7ec5b7bbbbbbf27a2d87f33af61
transformer/diffusion_pytorch_model.safetensors.index.json194.2 KB (198,887 B)sha1-git-blob056fddcb79864327ada8808ab3b584b6f484355d
vae/config.json730 B (730 B)sha1-git-blob91a8e175d85b57be6e0d8cdef1bec11e63836c57
vae/diffusion_pytorch_model.safetensors242.0 MB (253,806,966 B)sha256-lfs0c8bc8b758c649abef9ea407b95408389a3b2f610d0d10fcb054fe171d0a8344

Provenance

Upstream repositoryQwen/Qwen-Image
Revision (pinned)75e0b4be04f60ec59a75f475837eced720f823b6
Fetched at2026-08-20T21:11:15Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

Webseeds