A workflow developed while experimenting with Z-Image-Turbo, incorporating additional features beyond the base ComfyUI workflow. Three versions utilizing different checkpoints optimized for varying GPU VRAM capacities are included.
- Eight configurable image styles for testing and experimentation.
- Versions in both .safetensors and .gguf formats to support a range of GPUs.
- Custom sigma values adjusted to my preference (subjectively better prompt adherence).
- Generated images are stored within the "ZImage" folder, organized by date.
- Includes a trick to enable CivitAI automatic prompt detection.
The repository contains three workflow files, each optimized for different GPU VRAM capacities:
- "amazing_zimage-GGUF.json" : Recommended for GPUs with 12GB or less VRAM.
- "amazing_zimage-GGUFSMALL.json" : For GPUs with less than 8GB VRAM.
- "amazing_zimage-SAFETENSORS.json": Based directly on the ComfyUI example.
Note
The workflows may require some custom nodes; see below for more details.
Works smoothly with 12GB of VRAM or less, it may handle around 8GB as well.
Checkpoints used:
- z_image_turbo-Q5_K_M.gguf (5.52 GB)
Local Directory:ComfyUI/models/diffusion_models/ - Qwen3-4B.i1-Q5_K_M.gguf (2.89 GB)
Local Directory:ComfyUI/models/text_encoders/ - ae.safetensors (335 MB)
Local Directory:ComfyUI/models/vae/
Optimized for GPUs with limited VRAM (less than 8GB), though prompt accuracy might be affected.
Checkpoints used:
- z_image_turbo-Q3_K_M.gguf (4.12 GB)
Local Directory:ComfyUI/models/diffusion_models/ - Qwen3-4B.i1-Q2_K.gguf (1.67 GB)
Local Directory:ComfyUI/models/text_encoders/ - ae.safetensors (335 MB)
Local Directory:ComfyUI/models/vae/
Based directly on the official ComfyUI example, suitable for GPUs with around 12GB of VRAM or more.
Checkpoints used:
- z_image_turbo_bf16.safetensors (12.3 GB)
Local Directory:ComfyUI/models/diffusion_models/ - qwen_3_4b.safetensors (8.04 GB)
Local Directory:ComfyUI/models/text_encoders/ - ae.safetensors (335 MB)
Local Directory:ComfyUI/models/vae/
The workflows require the following custom nodes:
(which can be installed via ComfyUI-Manager or downloaded from their respective repositories)
- rgthree : https://github.com/rgthree/rgthree-comfy
- ComfyUI-GGUF: https://github.com/city96/ComfyUI-GGUF
This project is licensed under the Unlicense license.
See the "LICENSE" file for details.
