z-image-turbo ComfyUI Workflow Distribution | Pre-Configured Optimal Settings

z-image-turbo ComfyUI Workflow Distribution | Pre-Configured Optimal Settings

We’re distributing a workflow for using z-image-turbo with ComfyUI. Optimal parameters are pre-configured, so download it and start using it immediately.

Workflow Features

  • Settings optimized for z-image-turbo (8 steps, euler, CFG=1.0)
  • Fast generation in 8 steps
  • Just enter a prompt and go

How to Install

Method 1: Import a JSON File

  1. Download the workflow JSON below
  2. Open ComfyUI
  3. Drag and drop the JSON file onto the screen (or “Load” from the menu)

Download: Coming soon

Method 2: Drag & Drop the Workflow Image

ComfyUI can read workflow metadata embedded in PNG images.

  1. Download the workflow image below
  2. Drag and drop it onto the ComfyUI screen

Download: Coming soon

If you don’t have a ComfyUI environment yet, see the ConoHa AI Canvas Getting Started Guide. You can use ComfyUI from your browser.

Workflow Structure

This workflow consists of the following nodes.

Node List

NodeRoleSetting
CheckpointLoaderLoad the z-image-turbo modelz-image-turbo
CLIPTextEncode (positive)Prompt input(Write your prompt here)
CLIPTextEncode (negative)Negative promptLeave blank (see note below)
KSamplerSamplingsteps=8, sampler=euler, scheduler=ddim_uniform
VAEDecodeImage decoding
SaveImageSave image

Workflow Diagram

CheckpointLoader
  ├── MODEL → KSampler
  ├── CLIP → CLIPTextEncode (positive) → KSampler (positive)
  ├── CLIP → CLIPTextEncode (negative) → KSampler (negative)
  └── VAE → VAEDecode → SaveImage
                ↑
            KSampler (output)

About Negative Prompts

Negative prompts do not work in z-image-turbo.

z-image-turbo is a distilled model operating at CFG=1.0, so the negative prompt mechanism (Classifier-Free Guidance) does not function. The CLIPTextEncode (negative) node can be left blank with no issues.

For improving image quality, optimizing the positive prompt is effective rather than negative prompts. See Prompt Best Practices for details.

Technical note: ComfyUI’s KSampler node requires a negative input, so an empty CLIPTextEncode node is connected to it. For more details on how negative prompts work, see Negative Prompt Guide.

KSampler Settings Explained

ParameterValueExplanation
steps8z-image-turbo is designed to converge with few steps. Increasing this barely changes quality
sampler_nameeulerThe simplest and fastest sampler. Works well with z-image-turbo
schedulerddim_uniformDivides steps evenly. Optimal for the short 8-step inference
cfg1.0z-image-turbo is designed to operate at CFG=1.0. Negative prompts do not function at this setting
denoise1.01.0 for txt2img (text-to-image generation)

What Happens If You Change Parameters?

  • Increase steps (12–20) — Slightly more detail, but speed is sacrificed. 8 steps is sufficient as a baseline.
  • Change sampler — Other samplers like dpmpp_2m can work, but euler offers the best speed-quality balance.
  • Change cfg — Keep at 1.0 for z-image-turbo. Changing it degrades image quality.

Usage Tips

Writing Your Prompt

Enter your prompt in the “CLIPTextEncode (positive)” node in the workflow.

Tips for writing prompts are covered in detail in Prompt Basics, but the basics are:

  1. Write the subject first
  2. Supplementary details in the middle (clothing, pose, etc.)
  3. Quality instructions at the end (camera settings, etc.)
Example Usage
portrait of a beautiful Japanese woman in her 20s, long black hair, wearing a light blue summer dress, standing in a sunflower field, golden hour lighting, shallow depth of field, 85mm lens, professional photography

Changing Image Size

The default is 1024x1024. To change it, modify the values in the “EmptyLatentImage” node.

Use CaseSizeRatio
Square1024x10241:1
Landscape1280x72016:9
Portrait720x12809:16
Social media1080x10801:1

Troubleshooting

Workflow Won’t Load

  • Your ComfyUI version may be outdated. Update to the latest version.
  • Check that the z-image-turbo model file is placed in the Checkpoints folder.

Image Quality Is Low

  • Check that steps is set to 8 (extremely few steps will degrade quality)
  • Check that the image size isn’t too small (512x512 minimum recommended)
  • Review your positive prompt → Prompt Best Practices

Generation Is Taking Too Long

  • z-image-turbo only needs 8 steps. Check if steps is unnecessarily high.
  • If VRAM is insufficient, reduce the image size.

Summary

  • Distributed in 2 formats: workflow JSON and drag & drop image
  • 8 steps, euler, cfg=1.0 are the optimal settings for z-image-turbo
  • Negative prompts don’t work (due to CFG=1.0). Improve image quality by optimizing the positive prompt.

Next Steps