CivArchive
    CyberRealistic Z-Image Turbo - ComfyUI Workflow - v5.0
    NSFW
    Preview 132017809
    Preview 131277743
    Preview 131275693
    Preview 131134788
    Preview 132002149
    Preview 131139854
    Preview 131275796
    Preview 131276473
    Preview 131134770
    Preview 131134774
    Preview 131134781
    Preview 131134786
    Preview 131134799
    Preview 131275913
    Preview 131276031

    Join The Tinkerer on Whop. Membership gets you early releases, private tools and a bunch of extra stuff.

    👉 Join on Whop
    💬 Join the community for support, free tools and early news on Discord


    A clean and practical CyberRealistic Z-Image Turbo workflow for ComfyUI, built for strong results without making things unnecessarily complicated. The workflow is designed to stay user-friendly while still offering useful extras such as upscale options, cleaner organization, and improved saved-image metadata.

    CyberRealistic Z-Image Turbo - ComfyUI Workflow V7

    This workflow is designed for power users who want faster access to the parts of the workflow they use most: prompt editing, prompt engineering, previewing, comparing, and saving results.

    The Prompt and Save Image sections are placed close together on purpose. This makes it easier to quickly add or adjust prompts, generate images, check the result, and save the final output without constantly scrolling through the entire workflow.

    The rest of the workflow is still fully accessible, including FaceDetailer, tiled upscaling, SeedVR2 upscaling, compare previews, LoRA loading, and advanced settings. But the main creative loop stays compact and easy to reach.

    In short: this version keeps the full workflow power, while making day-to-day prompt testing and image saving much faster for experienced ComfyUI users.

    Nodes / Custom Nodes Used

    CyberRealistic Z-Image Turbo - ComfyUI Workflow V5


    What's new in v5
    Cyberdelia Z-Engineer node — built-in LLM prompt engineering. Type your concept in plain language and a local LLM (LM Studio, Ollama, etc.) expands it into a definitive 200-250 word Z-Image-tuned prompt before it hits the sampler. CLIP encoding is built into the node, so no separate text-encode step is needed.

    Toggle the node between engineered (LLM) and passthrough (raw) on the fly. If you don't have an LLM endpoint running, set it to passthrough and the workflow runs as a normal text-to-image flow.

    Setup:
    1. Install [LM Studio](https://lmstudio.ai/) (or any OpenAI-compatible server)
    2. Load any 4B+ instruction-following model — Qwen3-4B is the recommended baseline
    3. Start the local server, defaults to http://localhost:1234/v1
    4. Adjust the node's api_url and model fields if your setup differs

    Get the node via ComfyUI-Manager (search Cyberdelia) or from https://github.com/cyberdeliaAI/comfyui-cyberdelia-z-engineer.

    Also: the metadata save node has been rebranded — the workflow now uses https://github.com/cyberdeliaAI/comfyui-cyberdelia-metadata (renamed from revived_comfyui_image_metadata_extension).
    Functionally the same, just under the Cyberdelia AI Lab brand.


    Future updates and beta versions are available via the public Whop page:
    https://whop.com/cyberdelia-ai-lab/comfy-ui-workflows-zit-C80otuTsikeE8d/app/

    Description

    Future updates and beta versions are available via the public Whop page:
    https://whop.com/cyberdelia-ai-lab/comfy-ui-workflows-zit-C80otuTsikeE8d/app/

    FAQ

    Comments (18)

    LerestesunirIAMay 20, 2026· 1 reaction
    CivitAI

    This is great! I'd like one with random image resolution! Do you have something equivalent for all pony, sdxl, illustrious models?

    LerestesunirIAMay 20, 2026· 1 reaction

    i was looking at this right now, i mean with the llm..

    Cyberdelia
    Author
    May 20, 2026· 1 reaction

    @LerestesunirIA Ah got it. Yeah maybe in the future. I use LLM for prompting with Pony/Illustrious.

    ModelAgnosticMay 23, 2026· 1 reaction
    CivitAI

    Great workflow and model. Thanks for providing these! I'm having an issue, though.

    If I enable the Skin Enhancer node, I get a PyTorch error:

    pickle.UnpicklingError: Weights only load failed. In PyTorch 2.6, we changed the default value of the weightsonly argument in torch.load from False to True. Re-running torch.load with weights_only set to False will likely succeed, but it can result in arbitrary code execution. Do it only if you got the file from a trusted source. Please file an issue with the following so that we can make weights_only=True compatible with your use case: WeightsUnpickler error: Unsupported operand 60 Check the documentation of torch.load to learn more about types accepted by default with weights_only https://pytorch.org/docs/stable/generated/torch.load.html.

    Looking at the traceback, it seems to be coming from ComfyUI/comfy/utils.py. I tried changing weights_only=True to False, but then I get a different PyTorch error.

    I've pulled the latest ComfyUI repo and used pip to rebuild all the dependencies. No change in behavior. Any suggestions other than just leaving Skin Enhancer off?

    Cyberdelia
    Author
    May 23, 2026· 2 reactions

    This error ("Unsupported operand 60") almost always points to a corrupted or incomplete download rather than a real PyTorch/ComfyUI bug especially since the model loads fine for others and you're already on latest ComfyUI. The fact that flipping weights_only=False produces a different error supports that: once the safe-load check is bypassed, the unpickler trips on the actual damage in the file.
    Try this:
    Delete 1xSkinContrast-SuperUltraCompact.pth and re-download it fresh from OpenModelDB. The file is small, so a partial download isn't obvious from the size alone.

    Cyberdelia
    Author
    May 23, 2026· 1 reaction

    Just to confirm on my end the workflow runs fine here with the Skin Enhancer enabled, so the issue looks specific to your setup (most likely a corrupted download of the upscale model, see my other reply).

    That said, I rarely use the Skin Enhancer myself, so if the fix turns out to be a hassle, leaving it off isn't a real loss.

    ModelAgnosticMay 23, 2026· 1 reaction

    @Cyberdelia Thanks so much for the quick replies! I replaced the 1xSkinContrast...pth file and it works now. First impression is it doesn't seem to do much for the prompt/output. But, it's nice to know the error is gone if I do want to use it.

    Again, greatly appreciate your workflow and model...and now customer support. ;)

    PMAX365May 25, 2026· 2 reactions
    CivitAI

    Hello, awesome workflow! 🤌 Any idea how to resolve the "AttributeError: 'coroutine' object has no attribute 'outputs'" on the SaveImageWithMetaData node?

    Cyberdelia
    Author
    May 26, 2026· 1 reaction

    I think this is a small bug in some situations. I will push a fix.

    Cyberdelia
    Author
    May 26, 2026· 1 reaction

    It's updated now. So it will not give this error on your ComfyUI version.
    You can update via ComfyUI-Manager or 'git pull'
    https://github.com/cyberdeliaAI/comfyui-cyberdelia-metadata

    PMAX365May 26, 2026· 1 reaction

    Thanks for the reply! I've updated ComfyUI, and there are no updates for the custom nodes. Still getting the error, but I think I've isolated the error to the SaveImageWithMetaData node itself. I tried running a workflow I got many months ago, and it is failing for the same error.

    PMAX365May 26, 2026· 1 reaction

    UPDATE: I've figured out what happened - I still had the SaveImageWithMetaData node from edelvarden, who is no longer updating the node, apparently. I also found out that I did not have your version of this node (ID 3440 in the ComfyUI Manager) completely by accident while looking for the edelvarden version to disable it after getting some help in the Civitai Discord server. I installed your version, and once I disabled the edelvarden version, your version became the default and I am no longer getting that error.

    kod33oJun 7, 2026· 2 reactions
    CivitAI

    It's very awesome, but how do you guys keep LM studio from complaining about NSFW stuff? I am using Gwen3.5 9B and it is like talking to a nun or something

    Cyberdelia
    Author
    Jun 8, 2026· 1 reaction

    Use a unrestricted model (Heretic version).

    jbear2447Jun 10, 2026· 2 reactions

    UGI leaderboard, sort by willingness. I was never here.

    tedbivJun 18, 2026· 1 reaction

    you could also 2 stage it, use cyberrealistic to generate base image, re-encode it for z-image, then z-image text encoder only see's 'enhance image, repair image... etc'. it's used as a refiner.

    jbear2447Jun 10, 2026· 2 reactions
    CivitAI

    This is too fun, ty buddy. <3

    Workflows
    ZImageTurbo

    Details

    Downloads
    2,295
    Platform
    CivitAI
    Platform Status
    Available
    Created
    5/18/2026
    Updated
    8/30/2026
    Deleted
    -

    Files

    cyberrealisticZImage_v50.zip

    Mirrors

    HuggingFace (1 mirrors)
    CivitAI (1 mirrors)