Qwen Image

Frontier

by Alibaba / Qwen

State-of-the-art text-to-image model from Qwen team. 20.4B DiT transformer with Qwen2.5-VL (8.3B) text encoder. Excels at photorealism, Chinese/English text rendering, and complex compositions. Apache 2.0 licensed.

VRAM requirements, GPU fit, and setup notes for Qwen Image, including 8GB/12GB fit guidance where relevant. Recommended runtimes: ComfyUI and Diffusers support. Best download size: ~26.7 GB at FP8.

  • 20.4B DiT — largest open text-to-image model
  • Qwen2.5-VL (8.3B) as text encoder for superior text understanding
  • Excellent Chinese and English text rendering
  • Apache 2.0 — fully open for commercial use
ComfyUI, DiffusersFP8 safetensors

Your hardware

Detecting...

Parameters20.4B
Max Resolution1024×1024
Default Steps30
ArchitectureDIT
Licenseapache-2.0

Image Quality Benchmarks

Measured quality metrics for Qwen Image outputs.

Human Preference Score92%

How often humans prefer this model's output (0-100%)

Aesthetic Score8.0

Visual quality and composition rating (5-9 scale)

VRAM Requirements by Resolution and Precision

Compare which GPUs can run Qwen Image at different precisions. FP8 uses less memory than FP16 when available, and the grade shows how comfortably each GPU handles the workload.

FP16 (full precision)

ResolutionVRAM RequiredRTX 4090 24GBRTX 3060 12GBRTX 4060 8GBMacBook Pro M4 Pro 24GB
512×51261.2 GBFFFF
768×76861.4 GBFFFF
1024×102461.8 GBFFFF

FP8 (~40% less VRAM)

ResolutionVRAM RequiredRTX 4090 24GBRTX 3060 12GBRTX 4060 8GBMacBook Pro M4 Pro 24GB
512×51223.5 GBBFFF
768×76823.7 GBBFFF
1024×102424.0 GBBFFF

Optimization Tips

Turbo / LCM distillation

Use distilled scheduler at 4-8 steps for faster iteration

Run with Python

Run with Python (diffusers)
from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained(
    "Qwen/Qwen-Image",
    torch_dtype=torch.float16
)
pipe.to("cuda")

image = pipe(
    prompt="your prompt here",
    num_inference_steps=30,
    guidance_scale=5.0,
    height=1024,
    width=1024,
).images[0]
image.save("output.png")

Get started

Setup instructions for running Qwen Image locally

1. Download the model

Get the checkpoint from HuggingFace

2. Place in:

ComfyUI/models/checkpoints/

3. Launch ComfyUI

python main.py

Memory Breakdown

VRAM allocation at 1024×1024 on RTX 4090 24GB (24 GB)

Required: 61.8 GBAvailable: 24.0 GB
Weights40.8 GB
VAE0.2 GB
Text Encoder16.6 GB
Activations0.8 GB
Overhead0.5 GB

Estimated Generation Time

Time per image at 1024×1024, 28 steps, FP16.

RTX 4090 24GB~6.7s
RTX 3060 12GB~25.4s
RTX 4060 8GB~38.3s
MacBook Pro M4 Pro 24GB~54.5s

Sample Outputs

Available Formats, Downloads & Setup

Download Qwen Image in the precision that matches your GPU. Lower precision usually means less VRAM pressure, while higher precision keeps more quality.

FormatPräzisionGrößeAnbieter
Offizielle Gewichte
safetensorsBF1653.4 GBofficialHerunterladen
Community-Konvertierungen
safetensorsCommunityFP826.7 GBcommunityHerunterladen

LoRA Ecosystem

growing

Rapidly growing LoRA ecosystem as one of the newest frontier image models.

Related Workflows

You might also like

Frequently asked questions

FAQ — Qwen Image VRAM, Runtimes & Fit

How much VRAM does Qwen Image need?

Qwen Image (20.4B parameters) requires approximately 61.8 GB of VRAM at FP16 precision for standard 1024×1024 image generation. If you want a lighter setup, lower precisions like FP8 can reduce memory use when available.

Can I run Qwen Image on an 8GB GPU?

Qwen Image usually needs more than 8GB for comfortable local use. Check the VRAM table above for the exact resolution and precision trade-off.

Does Qwen Image work in ComfyUI and Diffusers?

Qwen Image is marked for ComfyUI and Diffusers support in our catalog, so those are the runtimes we recommend first for local setup. If your workflow uses another front end, check the model's available formats and workflow notes above before downloading.

Can I run Qwen Image on RTX 4090?

Qwen Image is too large for the RTX 4090's 24 GB VRAM at FP16. Consider using FP8 precision or a GPU with more VRAM.

Does Qwen Image support ControlNet?

There are currently no known ControlNet adapters for Qwen Image. Check Hugging Face and Civitai for community-contributed adapters.

Does Qwen Image have LoRA support?

Rapidly growing LoRA ecosystem as one of the newest frontier image models. The LoRA ecosystem for Qwen Image is rated as "growing". Each LoRA adds roughly 0.4 GB of extra VRAM.

How fast is Qwen Image?

On a reference GPU (RTX 4090 24GB), Qwen Image generates a 1024×1024 image in approximately ~6.7s at FP16 with 28 inference steps. Faster GPUs with higher memory bandwidth will produce images more quickly.

About Qwen Image

Use cases
photorealisticartdesigntext-renderingmultilingual
Recommended runtimes
comfyuidiffusers

See also