The Rundown AI homepage

Independent tool overview

Z-Image at a glance

Z-Image is Tongyi-MAI's 6-billion-parameter undistilled text-to-image foundation model. It emphasizes prompt control, output diversity, negative prompting, and fine-tuning rather than the eight-step speed of Z-Image-Turbo.

Visit the official Z-Image site ↗
Z-Image product preview
Developer
Tongyi-MAI
Model type
Undistilled text-to-image diffusion transformer
Size
6B parameters; official Hugging Face checkpoint is BF16 Safetensors
Architecture
Scalable Single-Stream Diffusion Transformer (S3-DiT)
License
Apache License 2.0 for the released repository and checkpoint
Recommended resolution
512×512 through 2048×2048 total pixel area, in varied aspect ratios
Recommended steps
28–50
Recommended guidance
CFG scale 3.0–5.0; negative prompts supported
Best for
Local generation, fine-tuning, prompt control, and image-model research
Last reviewed
September 1, 2026

Overview

What Z-Image is

Z-Image is the full-capacity foundation checkpoint in Tongyi-MAI's Z-Image family. Unlike the distilled Z-Image-Turbo release, the base model retains classifier-free guidance, supports negative prompts, and is intended for creative exploration, fine-tuning, ControlNet-style conditioning, and other downstream development.

The official checkpoint is a 6B-parameter BF16 Safetensors model distributed through Hugging Face and ModelScope under Apache License 2.0. The repository provides native PyTorch and Hugging Face Diffusers examples, while the official Hugging Face page also links notebooks, local apps, hosted inference, and a demo.

The key tradeoff is speed versus control. Tongyi-MAI recommends 28–50 inference steps and a guidance scale of 3–5 for Z-Image, compared with eight model evaluations and no CFG for Turbo. The base model is therefore the better development foundation, but Turbo is the more practical choice when latency or consumer-hardware efficiency dominates.

Do not transfer every Z-Image-Turbo benchmark claim to Z-Image. The repository's December 2025 top open-source leaderboard statement specifically names Turbo. Teams should run their own prompt suite for text accuracy, anatomy, identity diversity, style, safety, and latency on the exact checkpoint and serving stack they plan to deploy.

Use cases

Who Z-Image is best for

The strongest fit depends on the job you need the product to complete, not the size of its feature list.

Developers who need a modifiable image foundation model

Use the official weights and code as a base for internal pipelines, adapters, fine-tunes, conditioning, and controlled experiments.

Creators prioritizing variation over minimum latency

Explore more diverse identities, poses, compositions, lighting, and styles across seeds than the distilled Turbo workflow is designed to produce.

Prompt workflows requiring negative controls

Use full classifier-free guidance and negative prompts to suppress unwanted elements or steer composition.

Teams evaluating bilingual image text

Test Chinese and English text-rendering tasks on a controlled brand prompt set before production use.

Researchers studying efficient open-weight image models

Work with a published 6B S3-DiT architecture, technical report, code, checkpoints, and related distilled model.

Capabilities

Core Z-Image features

1

Undistilled foundation checkpoint

Preserves the full base-model behavior rather than optimizing only for few-step inference.

2

Classifier-free guidance

Supports CFG for stronger prompt steering, with an official recommended guidance scale of 3.0 to 5.0.

3

Negative prompting

Accepts negative prompts to discourage unwanted artifacts, content, or compositional elements.

4

Broad style coverage

The model card demonstrates photorealistic, cinematic, anime, illustration, and other visual styles.

5

Output diversity

Designed to vary identity, pose, composition, and lighting across random seeds.

6

Flexible image dimensions

Official guidance covers total pixel areas from 512×512 through 2048×2048 with different aspect ratios.

7

Fine-tuning foundation

Positioned for LoRA training, structural conditioning such as ControlNet, and semantic conditioning.

8

Diffusers integration

Runs through ZImagePipeline with official loading and inference examples.

9

Open distribution paths

Weights are published on Hugging Face and ModelScope, with demos and community integrations available.

Process

How the Z-Image workflow works

  1. Step 1

    Choose Z-Image or Turbo intentionally

    Select Z-Image for CFG, negative prompts, diversity, and fine-tuning; choose Turbo when eight-step generation and lower hardware pressure matter more.

  2. Step 2

    Review the license and deployment policy

    Document Apache 2.0 obligations and separately assess rights, privacy, safety, disclosure, and permitted-use requirements for your inputs and outputs.

  3. Step 3

    Prepare a compatible environment

    Install a current PyTorch stack and Diffusers version with ZImagePipeline support, then validate CUDA, BF16, attention, and memory behavior on the target machine.

  4. Step 4

    Load the official checkpoint

    Use Tongyi-MAI/Z-Image rather than similarly named community copies when establishing a baseline.

  5. Step 5

    Start with documented settings

    Test 28–50 steps, guidance scale 3–5, a supported pixel area, and a useful negative prompt before tuning.

  6. Step 6

    Build a fixed evaluation set

    Include people, hands, multiple subjects, typography, Chinese and English text, varied aspect ratios, complex layouts, and brand-sensitive prompts.

  7. Step 7

    Record seeds and settings

    Log model revision, prompt, negative prompt, seed, dimensions, steps, CFG settings, runtime, and post-processing for reproducibility.

  8. Step 8

    Add production safeguards

    Screen prompts and outputs, protect private inputs, label synthetic media where appropriate, and require human review for publication or high-impact use.

  9. Step 9

    Benchmark the real serving stack

    Measure cold start, generation time, peak memory, throughput, failure rate, and cost on the exact GPU and concurrency configuration.

Cost

Z-Image pricing and free plan

Tongyi-MAI publishes the Z-Image code and checkpoint at no license fee under Apache 2.0. Running it is not cost-free: users supply local GPU hardware or pay a third-party notebook, inference provider, or cloud endpoint. The official page exposes a demo and hosted-provider path, but those services can apply their own quotas and prices.

Official code and weights

Free to download

Repository and checkpoint released under Apache License 2.0.

  • License conditions still apply
  • Compute, storage, bandwidth, engineering, and moderation are not included

Official Hugging Face Space

Free access subject to platform limits

Browser-based way to sample the model without a local install.

  • Availability, queue, hardware, and quota can change
  • Do not upload confidential material to a public demo

Self-hosted or third-party inference

Usage-dependent

Run on owned hardware or a paid GPU/inference provider.

  • Cost depends on GPU, resolution, step count, concurrency, uptime, and provider terms
  • Third-party services have separate privacy and commercial conditions

Pricing checked . Check current pricing at the source ↗

Assessment

Z-Image strengths and limitations

Where it stands out

  • Relatively compact 6B architecture compared with much larger contemporary image foundations
  • Official code, weights, technical report, and demo are publicly available
  • Apache 2.0 is a permissive software and model distribution license
  • Full CFG and negative-prompt support provide more control than the Turbo variant
  • Designed for fine-tuning and downstream conditioning work
  • High variation across seeds can support visual exploration
  • Official recommendations provide a clear baseline for resolution, steps, and guidance
  • Native PyTorch and Diffusers paths reduce integration friction
  • Active community ecosystem includes adapters, fine-tunes, quantizations, and local-app support
  • Research specifically targets photorealism and Chinese/English text rendering

What to consider

  • Z-Image is substantially slower than Z-Image-Turbo because the official baseline uses 28–50 steps rather than eight model evaluations
  • The repository's sub-second and under-16GB claims apply to Turbo on specified hardware, not automatically to the base checkpoint
  • The December 2025 top open-source leaderboard claim cited by the project applies to Z-Image-Turbo, not the later Z-Image checkpoint
  • The official BF16 model files are large and practical inference requires capable hardware, memory planning, or offloading
  • Peak memory and latency vary with resolution, step count, attention backend, offloading, compilation, and concurrency
  • Generated hands, anatomy, faces, object relationships, spatial instructions, and small text can still fail
  • Bilingual text-rendering claims do not guarantee exact spelling, typography, layout, or brand compliance
  • Negative prompts and CFG improve control but do not guarantee removal of every unwanted element
  • Model outputs may reproduce stereotypes, biases, unsafe material, misleading scenes, or artifacts
  • The public model card does not provide a complete training-data inventory suitable for clearing every data-provenance question
  • Apache 2.0 permission for the released work does not clear third-party copyrights, trademarks, publicity rights, privacy rights, or input-asset licenses
  • Users are responsible for determining whether a generated asset can be used in a particular commercial, editorial, or regulated context
  • Do not use generated imagery as evidence of real events, people, products, medical conditions, or property
  • Omni-Base and Z-Image-Edit are described in the family but remain marked 'to be released' in the current official model table
  • Community fine-tunes, quantizations, Spaces, and hosted APIs can differ from the official checkpoint in quality, safety, license, and privacy
  • Public demos can have queues, changing limits, and unsuitable privacy for confidential prompts
  • A model release does not provide the asset management, approvals, audit trail, moderation, or reliability guarantees of a complete production service

Compare

Z-Image alternatives

The right alternative depends on the specific output, workflow, controls and budget your project requires.

Design

Qwen Image 2.0

Consider Qwen Image 2.0 when you want another open-weight Alibaba image model and need to compare prompt adherence, typography, editing, and deployment needs.

Explore Qwen Image 2.0

Content Creator

FLUX.2

Consider FLUX.2 for a different open image-model ecosystem with its own model sizes, serving options, and visual tradeoffs.

Explore FLUX.2

Design

Ideogram

Consider Ideogram when a managed product and typography-oriented creative workflow matter more than self-hosting an undistilled foundation checkpoint.

Explore Ideogram

Questions

Z-Image FAQs

What is Z-Image?

Z-Image is Tongyi-MAI's undistilled 6B text-to-image foundation model. It is the controllable, fine-tunable base behind the faster distilled Z-Image-Turbo variant.

Is Z-Image the same as Z-Image-Turbo?

No. Z-Image supports CFG, negative prompts, higher diversity, and fine-tuning with a recommended 28–50 steps. Turbo is distilled for eight-evaluation speed and does not use CFG in the official example.

Was Z-Image ranked the top open-source image model?

The official repository says Z-Image-Turbo ranked first among open-source models on an Artificial Analysis snapshot in December 2025. That should not be presented as an automatic ranking for the later base Z-Image checkpoint.

Is Z-Image open source?

The official repository and checkpoint are publicly downloadable and labeled Apache 2.0. Teams should still review the exact files, notices, dependencies, and license obligations for their distribution.

Can I use Z-Image commercially?

Apache 2.0 permits broad use of the released work subject to its conditions, but it does not clear rights in prompts, training data, people, brands, reference images, or generated subject matter. Obtain legal review for consequential deployments.

How much does Z-Image cost?

The official code and weights have no download fee. You pay for the hardware, cloud GPU, hosted inference, storage, engineering, and safety controls used to run it.

What settings does Tongyi-MAI recommend?

The current official guidance is a 512×512 to 2048×2048 total pixel area, guidance scale 3.0–5.0, 28–50 inference steps, and negative prompts for added control.

How much VRAM does Z-Image need?

The official under-16GB statement is for Turbo, not the base model. Z-Image's BF16 checkpoint is large and actual peak memory depends on resolution and runtime optimizations, so benchmark your target GPU or use offloading.

Can Z-Image render Chinese and English text?

Bilingual text rendering is a stated strength of the model family and a focus of the technical report. Exact spelling and layout can still fail, so inspect and typeset critical text separately.

Can I fine-tune Z-Image?

Yes. Tongyi-MAI positions the undistilled checkpoint for LoRA training, structural conditioning, semantic conditioning, and other downstream development.

Does Z-Image edit existing images?

The released Z-Image checkpoint is listed for generation. The separate Z-Image-Edit and Omni-Base checkpoints are described by the project but remain marked for future release in its current model table.

Is there an online demo?

Yes. Tongyi-MAI links official Hugging Face and ModelScope demos. Public demos can have queues and changing quotas and should not receive confidential prompts or assets.

What should I evaluate before deploying Z-Image?

Test visual quality, prompt adherence, typography, demographic behavior, unsafe outputs, reproducibility, peak memory, latency, throughput, licensing, and moderation on the exact model revision and hardware stack.

Is Z-Image safe for factual or high-impact imagery?

Not without strict controls. It generates synthetic pixels and can fabricate people, events, products, documents, and conditions. Require human review, clear disclosure, and domain-specific safeguards.

Bottom line

Our Z-Image verdict

Z-Image is a strong option for developers who want a compact, permissively released image foundation model with more control and fine-tuning headroom than its Turbo sibling. Its value is the undistilled checkpoint, not the leaderboard headline attached to Turbo. Choose it when CFG, negative prompts, diversity, and customization justify longer generation times—and validate rights, safety, memory, and output quality on your own workload.

Visit Z-Image website ↗
The Rundown University

AI training for the future of work.

Get access to all our AI courses, hundreds of real-world AI use cases, live expert-led workshops, an exclusive network of AI early adopters, and more.

AI Courses

Get unlimited access to all of our current & upcoming industry-specific AI courses for the duration of your subscription.

Daily Guides

To keep up with the rapid pace of AI, our team publishes AI implementation guides daily. Our library contains 300+ practical use cases to automate real-world work.

Workshops

Join weekly, live, interactive sessions with industry leaders who are at the forefront of AI for hands-on implementation guidance and exclusive insights.

Community

Network with an exclusive community of AI-first professionals who are working smarter with AI. Learn how early adopters are using AI in their work and businesses.