Z-Image Turbo β NVFP4 pack for ComfyUI
An NVFP4-quantized build of Z-Image Turbo plus everything ComfyUI needs to run it, packaged for Blackwell GPUs (RTX 5090, DGX Spark / GB10) where NVFP4 runs natively.
The full writeup β how it was quantized and how it actually performs β is at ai-muninn.com.
What's in the pack
| File | Role | Size |
|---|---|---|
z_image_turbo_nvfp4.safetensors |
Z-Image Turbo diffusion model β NVFP4 | 4.5 GB |
ae.safetensors |
VAE (autoencoder) | 335 MB |
qwen_3_4b.safetensors |
Qwen3-4B text encoder (bf16) | 8.0 GB |
qwen_3_4b_fp8_mixed.safetensors |
Qwen3-4B text encoder (FP8 mixed) | 5.6 GB |
gemma_3_12B_it_fp4_mixed.safetensors |
Gemma-3-12B-IT text encoder (FP4 mixed) | 9.4 GB |
Z-Image-Turbo-Fun-Controlnet-Union.safetensors |
ControlNet Union | 3.1 GB |
Why NVFP4
NVFP4 is Blackwell's native 4-bit format. On a 5090 / GB10 it roughly halves the diffusion model's VRAM versus fp8/bf16 while keeping the tensor cores fed β so Z-Image Turbo's few-step generation stays fast without spilling to system RAM. FP8 / FP4 text-encoder variants are included so you can trade quality vs. footprint on the encoder side too.
Use in ComfyUI
Drop the files into your ComfyUI model folders:
z_image_turbo_nvfp4.safetensorsβmodels/diffusion_models/ae.safetensorsβmodels/vae/qwen_3_4b*.safetensors/gemma_3_12B_it_fp4_mixed.safetensorsβmodels/text_encoders/Z-Image-Turbo-Fun-Controlnet-Union.safetensorsβmodels/controlnet/
Credits & licensing
- Base model β
Tongyi-MAI/Z-Image-TurboΒ· Apache-2.0 - ControlNet β
alibaba-pai/Z-Image-Turbo-Fun-Controlnet-UnionΒ· Apache-2.0 - Text encoders β Qwen3-4B (Apache-2.0). The bundled
gemma_3_12B_it_fp4_mixedfile is Google Gemma-3, covered by the Gemma Terms of Use, not Apache-2.0 β use that file under those terms.
NVFP4 quantization & packaging by ai-muninn. This repackaging is Apache-2.0; the Gemma component keeps its own license as noted above.
Model tree for coolthor/comfyui-zimage-sulphur-nvfp4
Base model
Tongyi-MAI/Z-Image-Turbo