Comfy-agent workflow_03_z_image_turbo_txt2img_bf16_2560x1440px_2k
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_03_z_image_turbo_txt2img_bf16_2560x1440px_2k" ~/.claude/skills/steliosot-comfy-agent-workflow-03-z-image-turbo-txt2img-bf16-2560x1440px-2k && rm -rf "$T"
manifest:
skills/workflows/txt2img/workflow_03_z_image_turbo_txt2img_bf16_2560x1440px_2k/SKILL.mdsource content
workflow_03_z_image_turbo_txt2img_bf16_2560x1440px_2k
Imported workflow skill generated from
03-Z Image Turbo txt2img bf16 2560x1440px 2K.json.
Family
txt2img
Inputs
- Optional runtime overrides supported by
:run(...)promptnegative_prompt
,widthheight
,seed
,stepscfg
,sampler_name
,schedulerdenoise
,server
,headersapi_prefix
Outputs
- Returns JSON with:
statusprompt_idoutput_images
Model Requirements
:clip
->qwen_3_4b.safetensorsmodels/clip
:vae
->ae.safetensorsmodels/vae
:diffusion_model
->z_image_turbo_bf16.safetensorsmodels/diffusion_models
Custom Node Requirements
rgthree-comfy
Links
- https://discord.com/invite/gggpkVgBf3
- https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/diffusion_models/z_image_turbo_bf16.safetensors
- https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/text_encoders/qwen_3_4b.safetensors
- https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/vae/ae.safetensors
- https://www.youtube.com/@pixaroma
Routing Metadata
- Family:
txt2img - Input modalities:
text_prompt - Output modalities:
image/png - Model families:
qwen, sd3, z_image_turbo - Node count:
18 - Complexity score:
3 - Resource profile:
medium - Estimated runtime:
moderate (about 30-120s depending on server) - Max latent resolution hint:
x1280720 - Max sampler steps hint:
5
Detected Models
:clip
->qwen_3_4b.safetensorsmodels/clip
:vae
->ae.safetensorsmodels/vae
:diffusion_model
->z_image_turbo_bf16.safetensorsmodels/diffusion_models
Detected Custom Nodes
rgthree-comfy
Runtime Warnings
- Medium-high resolution detected; expect moderate extra runtime.
- Uses custom nodes; missing nodes can cause validation/runtime failures.