Comfy-agent workflow_z_image_turbo_txt2img_aio_fp8_or_bf16_cn_pose

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/workflows/txt2img/workflow_z_image_turbo_txt2img_aio_fp8_or_bf16_cn_pose" ~/.claude/skills/steliosot-comfy-agent-workflow-z-image-turbo-txt2img-aio-fp8-or-bf16-cn-pose && rm -rf "$T"
manifest: skills/workflows/txt2img/workflow_z_image_turbo_txt2img_aio_fp8_or_bf16_cn_pose/SKILL.md
source content

workflow_z_image_turbo_txt2img_aio_fp8_or_bf16_cn_pose

Imported workflow skill generated from

Z Image Turbo txt2img AIO FP8 or BF16 CN Pose.json
.

Family

  • txt2img

Inputs

  • Optional runtime overrides supported by
    run(...)
    :
    • prompt
    • negative_prompt
    • width
      ,
      height
    • seed
      ,
      steps
      ,
      cfg
    • sampler_name
      ,
      scheduler
      ,
      denoise
    • server
      ,
      headers
      ,
      api_prefix

Outputs

  • Returns JSON with:
    • status
    • prompt_id
    • output_images

Model Requirements

  • checkpoint
    :
    z-image-turbo-fp8-aio.safetensors
    ->
    models/checkpoints

Custom Node Requirements

  • comfyui_controlnet_aux
  • rgthree-comfy

Links

<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    txt2img
  • Input modalities:
    image, text_prompt
  • Output modalities:
    image/png
  • Model families:
    qwen, sd3
  • Node count:
    15
  • Complexity score:
    3
  • Resource profile:
    medium
  • Estimated runtime:
    moderate (about 30-120s depending on server)
  • Max latent resolution hint:
    1024
    x
    1024
  • Max sampler steps hint:
    5

Detected Models

  • checkpoint
    :
    z-image-turbo-fp8-aio.safetensors
    ->
    models/checkpoints

Detected Custom Nodes

  • comfyui_controlnet_aux
  • rgthree-comfy

Runtime Warnings

  • Medium-high resolution detected; expect moderate extra runtime.
  • Uses custom nodes; missing nodes can cause validation/runtime failures.
<!-- AUTO-METADATA-END -->