Text-to-Image Generation
Generates images from text prompts using a single-stream diffusion transformer with 6 billion parameters, with a context window of up to 10,000 tokens for prompt input.
Z Image Turbo is a text-to-image generation model developed by Alibaba's Tongyi-MAI lab, built on a single-stream diffusion transformer architecture with 6 billion parameters. It is the distilled, few-step variant of the Z-Image foundation model, designed to produce high-quality images at faster inference speeds without significant quality degradation. The model incorporates a Reinforcement Learning from Human Feedback (RLHF) pipeline using DPO and GRPO stages to align outputs with human aesthetic preferences, and includes a built-in prompt enhancer with a reasoning chain to improve results from short or simple prompts. Z Image Turbo accepts text prompts, source images, LoRA weights, and a seed value as inputs, making it suitable for both text-to-image and image editing workflows. Its training data infrastructure includes a Data Profiling Engine, Cross-modal Vector Engine, and a multi-level image captioning system covering OCR, world knowledge, and editing difference captions. The model is well-suited for creative professionals, developers building image generation pipelines, and researchers working with efficient diffusion transformer architectures.
High-signal model metadata in a structured two-column overview table.
The entity that provides this model.
The number of tokens supported by the input context window.
The number of tokens that can be generated by the model in a single request.
Whether the model's code is available for public use.
When the model was first released.
When the model's knowledge was last updated.
The providers that offer this model. This is not an exhaustive list.
Types of data this model can process.
A fuller summary of positioning, capabilities, and source-specific details for Z Image Turbo.
Z Image Turbo is a text-to-image generation model developed by Alibaba's Tongyi-MAI lab, built on a single-stream diffusion transformer architecture with 6 billion parameters. It is the distilled, few-step variant of the Z-Image foundation model, designed to produce high-quality images at faster inference speeds without significant quality degradation. The model incorporates a Reinforcement Learning from Human Feedback (RLHF) pipeline using DPO and GRPO stages to align outputs with human aesthetic preferences, and includes a built-in prompt enhancer with a reasoning chain to improve results from short or simple prompts.
Z Image Turbo accepts text prompts, source images, LoRA weights, and a seed value as inputs, making it suitable for both text-to-image and image editing workflows. Its training data infrastructure includes a Data Profiling Engine, Cross-modal Vector Engine, and a multi-level image captioning system covering OCR, world knowledge, and editing difference captions. The model is well-suited for creative professionals, developers building image generation pipelines, and researchers working with efficient diffusion transformer architectures.
Generates images from text prompts using a single-stream diffusion transformer with 6 billion parameters, with a context window of up to 10,000 tokens for prompt input.
Uses few-step distillation to reduce the number of diffusion steps required at inference time, enabling faster image generation with minimal quality loss.
Accepts LoRA weight inputs directly, allowing users to apply fine-tuned character, style, or concept adapters on top of the base model.
Accepts an existing image URL as a source input, enabling instruction-driven image editing via a dedicated continued training pipeline.
Includes a built-in prompt enhancer with a reasoning chain that expands short or simple prompts to improve output coherence and detail.
Accepts a seed value as an explicit input, allowing users to reproduce identical outputs or make controlled variations across generation runs.
Trained with a Reinforcement Learning from Human Feedback pipeline using DPO and GRPO stages to align generated images with human aesthetic preferences.
Primary API pricing shown in the same “quick compare” spirit as the reference page.
Places where this model is available, based on the synced detail-page metadata.
The configurable options currently documented for this model.
Up to 3 LoRAs.
Controls the strength of the transformation if an input image is provided. Higher values produce outputs more different from the input image.
Description of what to exclude from the video.
A specific value that is used to guide the 'randomness' of the generation.
Parameters currently listed by OpenRouter or the local catalog for this model.
Official model cards, release notes, docs, and other references synced from the source page.
Recent daily stories tied to Z Image Turbo through direct model mentions or provider-level coverage.
Anthropic and Qwen move deeper into real workflows.
Google and Qwen move deeper into real workflows.
Hugging Face and Qwen move deeper into real workflows.
Z Image Turbo discussions are most active in r/StableDiffusion, r/generativeAI, r/EnhancerAI. Top Reddit threads cluster around benchmark and model-comparison threads.
The strongest match in this snapshot has 1864 upvotes and 248 comments.
The model is Intorealism V3. I've been using V2 for a while, but V3 is incredibly realistic. I use it with their official workflow. I know the prompt is 1 Girl, which you all love, but if you're going to test realism, it has to be 1 girl, ever since SD1.5 and always will be, lol.
Anybody have advice on how i can get my model (right) to the same quality as the girl on the left? I am using z-image-turbo + character lora.
https://preview.redd.it/wsvl3bxdcwjg1.png?width=4136&format=png&auto=webp&s=6e8044e38c23767eaa3b6564b37a614ed900e03f
Thanks!
If you’ve been messing with **Z-Image Turbo**, you already know it’s one of the strongest text-to-image models right now. Good fidelity, runs under **8GB VRAM**, and spits out realistic images. Version 2 of the workflow just dropped, and it levels things up.
# 1. Seed Variance Enhancer (Different Images From the Same Prompt)
Turbo was notorious for this: New seed → same composition, same angle, same vibe.
The **Seed Variance Enhancer** fixes that.
Now you get:
* Different camera angles
* Different compositions
* Still the same prompt accuracy Turbo is known for
# 2. Pseudo ControlNet (Pose / Depth / Canny Guidance)
Since Z-Image Turbo isn’t a full base model yet, we don’t have native ControlNet.
But the “pseudo” version works well:
* **Pose** → match body position
* **Depth** → cleaner silhouettes + structured layouts
* **Canny** → simple outlines + minimal background clutter
# 3. Optional Texture Boost
Detail Demon generates:
1. A normal Turbo output
2. A second version with boosted micro-detail
Great for:
* Steampunk
* Fantasy armor
* Concept art
* Props & mechanical pieces
Less ideal for soft portrait styles.
Use **1.0–1.8 detail amount**, never above 2.0 unless you enjoy cursed images.
# 4. ComfyUI Workflow Setup
Quick summary for anyone building Turbo from scratch in ComfyUI:
**Models needed:**
* Z-Image Turbo BF16 (12GB, no GGUF required)
* Quen 3 text encoder
* Flux VAE All go into their respective: /models/diffusion, /models/text\_encoders, /models/VAE.
**Important:**
Run the ComfyUI updater (`update_y` file) to make sure native nodes load correctly.
**Base image settings:**
* Great sizes: 832×1536 or similar tall ratios
* Steps: 8
* CFG: 1
This creates a fast, clean baseline image—BUT it will still **look soft when zoomed in**.
Which leads to… tips for Upscaling in comment below.
[https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union](https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union)
Every image is made with Z-Image-Turbo (See links for loras and prompts)
A few of them were ran through z-image-base using the Z-IMAGE upscaling node template on ComfyUI, its very useful and makes images even more detailed and realistic.
IMAGE 1: [https://civitai.red/images/127883693](https://civitai.red/images/127883693)
IMAGE 2: [https://civitai.red/images/129512330](https://civitai.red/images/129512330)
IMAGE 3: [https://civitai.red/images/130096740](https://civitai.red/images/130096740)
IMAGE 4: [https://civitai.red/images/128214156](https://civitai.red/images/128214156)
IMAGE 5: [https://civitai.red/images/130072355](https://civitai.red/images/130072355)
IMAGE 6: [https://civitai.red/images/129467685](https://civitai.red/images/129467685)
IMAGE 7: [https://civitai.red/images/125859583](https://civitai.red/images/125859583)
IMAGE 8: [https://civitai.red/images/129289317](https://civitai.red/images/129289317)
IMAGE 9: [https://civitai.red/images/130159622](https://civitai.red/images/130159622)
IMAGE 10: [https://civitai.red/images/127458529](https://civitai.red/images/127458529)
IMAGE 11: [https://civitai.red/images/127558882](https://civitai.red/images/127558882) (it posted the same image as image 9 for some reason)
Since alot of you will probably ask how i do the detailed prompts i will give you the system prompt i have refined for some time, found that the more detail and just more stuff you put into the prompt the better, im not joking lol, also the system prompt supports img2txt aswell.
SYSTEM PROMPT: [https://pastebin.com/ipKydSYD](https://pastebin.com/ipKydSYD)
Z Image Turbo has a context window of 10,000 tokens, which applies to the text prompt input used to guide image generation.
The model accepts a text prompt, a source image URL, LoRA weights, numeric parameters (such as dimensions or step counts), and a seed value for reproducibility.
Z Image is the full foundation model with 6 billion parameters. Z Image Turbo is a distilled variant trained to produce comparable quality images in fewer diffusion steps, resulting in faster inference times.
Z Image Turbo was developed by Alibaba's Tongyi-MAI lab. The training data has a cutoff of November 2024.
The model supports both text-to-image generation and image editing. Image editing is enabled through a dedicated continued training pipeline that accepts a source image URL alongside an instruction prompt.
Yes. The model accepts LoRA weights as a direct input, allowing you to apply fine-tuned adapters for specific characters, styles, or concepts during generation.
Continue browsing adjacent models from the same provider.