Nodes/Comfyui-zhenzhen/Zhenzhen_Z_Image_Turbo
ComfyUI Node

Zhenzhen_Z_Image_Turbo

8-step images from Alibaba's Z-Image, for pennies

By T8mars·Created 12 months ago·Updated about 10 hours ago· 725
Zhenzhen_Z_Image_Turbo
    • image
    • image_url
    • task_id
    • response
    prompt
    modelh-image-turbo
    size1024x1024
    output_formatjpeg
    custom_size1024x1024
    apikey
    guidance_scale0.00
    num_inference_steps8
    output_quality80
    seed0
    skip_errorfalse

    Alibaba's Z-Image is the less-famous sibling in the same Tongyi family as Qwen-Image, and the turbo variant is exactly what it sounds like: a fast, cheap image model tuned to generate in a handful of steps. Comfly_Z_image_turbo is the ComfyUI relay for it - prompt in, image out, default 8 inference steps, and the README's framing is basically "fast and cheap, added 20251205." It's the node you reach for when you want to iterate quickly and don't need the heavier Qwen generation model's polish.

    Like everything in Comfyui_Comfly it's a paid call to ai.comfly.chat: POST to the relay's /v1/images/generations endpoint with the z-image-turbo model, decode the returned image, hand you a tensor. No local weights, no GPU, API key from the same site.

    Inputs

    • prompt - the only thing that really matters.
    • size - seven presets from square 512 to cinematic 1536x1024, plus Custom, in which case custom_size takes a literal 1024x1024 string.
    • output_format - jpeg (default), png, or webp.
    • num_inference_steps - default 8, the turbo signature. You can raise it toward the max of 50, but at that point you're fighting the model's whole reason for existing.
    • guidance_scale - default 0.0 here, which is a real Z-Image quirk: this model family is happy with no guidance, and cranking it isn't the win it is in SD. Tweak only if you have a specific problem.
    • output_quality - 0–100, default 80; matters for jpeg/webp.
    • seed - reproducibility.
    • apikey - optional, as always.

    Outputs

    image - a real IMAGE tensor, wire it to a Save Image node. image_url - the hosted file link. response - the formatted generation log, and the place errors appear (a bad custom_size format, for instance, returns a white image plus the message here).

    Install

    cd ComfyUI/custom_nodes
    git clone https://github.com/ainewsto/Comfyui_Comfly
    

    or ComfyUI Manager → search "Comfyui_Comfly" → install → restart. API key from ai.comfly.chat into the apikey field, saved to the pack's Comflyapi.json for the rest of the pack.

    The honest take

    This is the pack's "draft" node. When you're exploring a concept and want ten variations without watching a progress bar or a meter climb, 8-step turbo is the right tool, and at the pack's pricing the per-image cost is close to negligible. Where it's not the right tool: anything where text rendering or fine detail matters - that's Comfly_qwen_image's lane. One note if you've used other Z-Image tooling: the KB's Qwen-Image coverage doesn't extend to a dedicated Z-Image panel yet, so treat the turbo model as "familiar family, lighter weight, lower expectations" and judge it on its own terms. For roughs, mockups, and seed-of-an-idea hunting, it's hard to beat on price.

    Categoryzhenzhen/Qwen

    Inputs (11)

    NameTypeDefaultDescription
    promptSTRING
    modelCOMBOh-image-turbo1 options: h-image-turbo
    sizeCOMBO1024x10248 options: 512x512, 768x768, 1024x1024, 1280x720, 720x1280, 1536x1024, +2
    output_formatCOMBOjpeg3 options: jpeg, png, webp
    custom_sizeoptSTRING1024x1024
    apikeyoptSTRING
    guidance_scaleoptFLOAT0.000–20
    num_inference_stepsoptINT81–50
    output_qualityoptINT800–100
    seedoptINT00–2147483647
    skip_erroroptBOOLEANfalse开启后,节点失败时不报错、按旧行为返回默认空结果;关闭时(默认)失败直接抛出错误。

    Outputs (4)

    NameTypeDescription
    imageIMAGE
    image_urlSTRING
    task_idSTRING
    responseSTRING