TL;DR — one-command setup. Install comfyui-mcp, apply thez-image-turbopack (fast) orz-image-basepack (trainable) — nodes + GGUF models land in the right folders, validated — and drive the graph from your own Claude session through the Panel. Jump to Install.
What is Z-Image?
Z-Image (released by Alibaba’s Tongyi-MAI lab; Turbo landed November 27, 2025, Base in January 2026) is a ~6B-parameter text-to-image model built on a Scalable Single-Stream DiT (S3-DiT) architecture — text tokens, visual semantic tokens, and image VAE tokens are concatenated into one unified input stream, which is a big part of why it stays so parameter-efficient. It uses a Qwen3-4B text encoder (not CLIP-L/T5), and the sameae.safetensors VAE as Flux.
The headline isn’t size — it’s the efficiency-to-quality ratio. With only 6B
params, Tongyi claims output comparable to closed-source flagships in the 20B+
range, and reviewers consistently call out its photorealistic portraits and
solid English + Chinese text rendering. A fair flag: that “rivals 20B models”
line is a vendor framing, scoped most strongly to photoreal people and general
scenes — treat it as “punches well above its weight,” not a universal SOTA claim.
What makes it the low-VRAM speed king: as a GGUF quant the diffusion model fits
in under 8 GB, and Turbo needs only ~8 steps. People are running it on
6 GB cards. That’s the pitch — flagship-ish quality on hardware that can’t touch
Flux.2 or a 9.3B Ideogram 4.
Z-Image vs the alternatives
There’s no single “best” — pick by the job:
Where Z-Image wins: VRAM and speed, full stop — nothing else here runs flagship-
ish quality in 6–8 GB at this pace, and Base is genuinely cheap to finetune. Where
it loses: in-image typography and layout go to Ideogram 4
(a 9.3B model purpose-built for text), and the last 5% of large-scene
photorealism still favors Flux.2. The text-and-layout deep-dive lives in the
Ideogram 4 post; Z-Image earns this spotlight for
flagship-ish output on hardware the others can’t touch.
System & VRAM requirements (GGUF)
Z-Image is distributed here as GGUF quants, loaded through ComfyUI-GGUF (UnetLoaderGGUF /
CLIPLoaderGGUF). The quant tier is your VRAM lever:
Heads-up on quants: the installer menu offers a Q6_K option, but no Q6_K
GGUF exists on the Aitrepreneur/FLX mirror — use Q5_K_S (under 8 GB) or
Q8_0 (best quality) instead. The shipped workflows pin Q8_0; to drop to the
low-VRAM tier, just point the
UnetLoaderGGUF widget at the Q5_K_S filename (or
uncomment that tier in the pack’s manifest.yaml). The text encoder is
Qwen3-4B-UD-Q6_K_XL.gguf and the VAE is the Flux ae.safetensors.
Install Z-Image in ComfyUI
The manual route works: install ComfyUI-GGUF plus the workflow’s other custom nodes, download the GGUF UNet, Qwen3-4B encoder, VAE, ControlNet patch, and upscaler into the right folders, then load the workflow. That’s a lot of click-and-place.The fast way — comfyui-mcp + the Panel
The comfyui-mcp packs remove all of it. One declarative manifest installs every custom node (ComfyUI-GGUF, rgthree, KJNodes, Detail Daemon, controlnet_aux, and more) and pulls each model to the correct folder — and the same manifest drives both an MCP-native install and the generated double-click scripts:z-image-xy-plot pack. Run the generated installer from
your ComfyUI root (the folder containing custom_nodes/ and models/), then
restart ComfyUI (or use ComfyUI-Manager → Install missing custom nodes) and load
workflow.json.
Because the packs ship with the plugin, your own Claude session can
drive the live graph through the Panel — swap quant tiers, wire the
ControlNet, toggle the Detail Daemon, and iterate on prompts conversationally, with
full Ctrl+Z undo and no API keys. Every model URL is CI-validated for reachability
and size, so a link never quietly rots
(here’s why that matters).
Turbo vs Base — pick by the job
Z-Image ships in two flavors, and the difference is the whole story:
Turbo is the one you reach for first: ~4–8-step sampling, sub-second latency on
beefy GPUs, ~2.3s for 1024px on a 4090. It’s distilled, so it bakes CFG in — meaning
negative prompts don’t really work; you steer with the positive prompt instead.
Base is the non-distilled foundation model. It costs you steps (30–50) and time,
but it gives back a higher artistic ceiling, more diverse styles, real negative
prompts, and — critically — it’s the finetuning-friendly variant. If you’re
training LoRAs, you train on Base. The handy part: a LoRA trained on Base
generally applies to the Turbo workflow too (verify on your own LoRA), so you can
train once and deploy on the fast path.
The V2 ULTRA workflow extras
Both packs ship a tuned V2 ULTRA workflow that’s a lot more than a bare KSampler. Highlights:- Fun-ControlNet-Union — one ControlNet patch covering Canny, HED, Depth, Pose,
and MLSD (loaded via
ModelPatchLoader→ the Z-Image Fun ControlNet node). Recommended strength ~0.65–0.80. Base uses theZ-Image-Fun-Controlnet-Union-2.1weights; Turbo usesZ-Image-Turbo-Fun-Controlnet-Unionfp8. - Detail Daemon (ComfyUI-Detail-Daemon) — a detailer pass that adds fine texture and skin/fabric detail without re-rolling the composition.
- 8-step distill LoRA (Base pack) —
Z-Image-Fun-Lora-Distill-8-Stepslets the Base model run at Turbo-like step counts when you want speed from the trainable model. - SeedVarianceEnhancer (Turbo pack) — the fix for Z-Image’s most-complained-about quirk. Turbo’s early sampling step over-determines the image, so different seeds produce near-identical results (“same seed, same image” — really “every seed, same image”). SeedVarianceEnhancer injects controlled, prompt-related noise into the text embeddings between the encoder and the sampler, restoring real seed-to-seed diversity. (Per the upstream issue this is a known trait of the distilled model, not a bug in your graph.)
- txt2img / img2img / inpainting branches with rgthree group toggles, plus a
4x-ClearRealityV1upscale path.
Train your own Z-Image LoRAs
Z-Image’s low-VRAM advantage carries straight into training. Because it’s a ~6B single-stream model (no WAN-style hi/lo expert split), it’s the lightest LoRA-training target in our stack — a 4090 is comfortable, and smaller cards work with float8 quantization at 512–768 resolution. Use theai-toolkit-trainer skill (ostris AI-Toolkit, MIT — a
standalone web-UI trainer, not a ComfyUI node) to train. Sensible starting points
for Z-Image:
(These are aggregated community starting points, not read from AI-Toolkit’s
config/examples/*.yml — open the actual example config in your clone and tune.)
Train on Base, deploy anywhere. Then drop the resulting .safetensors into
models/loras/ and compare your candidates side by side with the
z-image-xy-plot pack — a utility workflow that renders a
labelled XY grid of multiple trained LoRAs (and/or checkpoints) at once. Bring your
own LoRAs; that pack installs none.
What to make with it
- Photoreal portraits & fashion — Z-Image’s standout strength; the go-to for faces, headshots, and editorial looks at low VRAM.
- Fast batch ideation — Turbo’s speed makes it ideal for spinning dozens of concepts, then refining the keepers on Base.
- Custom characters & styles — train a LoRA on Base, deploy on Turbo.
- Guided composition — Fun-ControlNet for pose/depth/canny-driven scenes.
Settings that matter
The packs ship tuned, but for reference (community-tested presets):- Prompt in natural language, not tags — the Qwen3 encoder is an LLM, so “Professional headshot of a confident businesswoman, soft studio lighting, sharp focus on the eyes, Canon EOS R5” beats “masterpiece, best quality, 1girl.”
- Turbo has no working negative prompt — steer with the positive prompt.
- Native resolutions: 1024×1024 (or 1328×1328 native), 896×1152, 832×1216, 1280×720. Dimensions must be divisible by 16.
- ControlNet pairs best with
res_2s/res_5s+ abeta57scheduler.
Troubleshooting
- “Torch not compiled with CUDA enabled.” A CPU-only torch is installed.
Reinstall the matching CUDA torch wheel (e.g. cu126/cu128) into the ComfyUI
python_embeded/ venv. - Pascal / Maxwell cards (GTX 10xx / 9xx) fail or fall back to CPU. Newer cu12x
wheels dropped those compute capabilities — reinstall the cu126 torch build
from
https://download.pytorch.org/whl/cu126. - No Q6_K file found. Expected — there’s no Q6_K on the mirror. Use Q5_K_S or Q8_0.
- Every seed produces the same image (Turbo). A known trait of the distilled model. Use the SeedVarianceEnhancer node (shipped in the Turbo pack) to restore diversity, or generate on Base.
- Missing custom nodes after install. Restart ComfyUI, or use ComfyUI-Manager → Install missing custom nodes to pull node Python deps.
- ControlNet pack:
DWPreprocessor(DWPose) doesn’t appear in the node list. controlnet_aux’s DWPose silently fails to register whenscikit-imageis missing (it’s in the node’srequirements.txt, so a proper install resolves it — the pack also pins it). Installscikit-imageinto the ComfyUI venv and restart. The render-verified ControlNet packs (Turbo + Base) take a pose/canny/depth from your input image via DWPose and guide a fresh generation. - OOM. Drop to the Q5_K_S GGUF, lower the resolution, and confirm you’ve set
clear_vrambefore switching from another model family.
FAQ
Is Z-Image open source? The weights are openly published by Tongyi-MAI on HuggingFace and widely usable locally. Confirm the exact license terms on the model card for your use case (unverified here — check before commercial use). Turbo or Base — which should I install? Turbo for speed and fast iteration under 8 GB; Base if you want maximum quality, diverse styles, working negative prompts, or you’re training LoRAs. How much VRAM do I really need? The Q5_K_S GGUF runs under 8 GB; Q8_0 wants ~12–16 GB. People run it on 6 GB cards with low quants. How fast is it? Turbo does a 1024px image in roughly 2.3 seconds at 8 steps on an RTX 4090; sub-second on data-center GPUs. Can I train a Z-Image LoRA, and on which model? Yes — train on Base with theai-toolkit-trainer skill; a Base-trained LoRA generally works in the
Turbo workflow too.
Why don’t negative prompts work in Turbo? Turbo is DMD-distilled with CFG baked
in, so the negative conditioning has little effect. Use Base for real negative
prompts, or steer Turbo via the positive prompt.
Why is there no Q6_K download? The installer menu lists it, but no Q6_K GGUF is
published on the Aitrepreneur/FLX mirror — use Q5_K_S or Q8_0.
Get it running in one command
- Install comfyui-mcp and the Panel — the panel auto-starts a background agent on your Claude subscription (no API keys; sign in with
claudeonce). - Apply the
z-image-turbopack (fast) orz-image-basepack (trainable) — nodes + GGUF models land in the right folders, validated. - Open the Panel and let the panel’s agent wire the ControlNet, swap quant tiers, and iterate on prompts for you.