Files
comfyui-workflows/optimized/text-to-image/zimage-turbo-3070-fast-start/README.md
T

70 lines
2.0 KiB
Markdown

# Z-Image Turbo 3070 Fast Start
## Summary
Best current `text-to-image` starter for a lighter local box.
This master stays close to the official `Z-Image Turbo` example because that is still the cleanest and most portable `Z-Image` graph in the repo.
## Status
- `best-current`
- `not-yet-tested-on-chris-box`
## Workflow asset
- `workflow.png`
- Load it by dragging the PNG into ComfyUI.
## Direct test command
You can also submit it straight to the live ComfyUI server with:
`node scripts/submit-workflow-test.mjs --workflow optimized/text-to-image/zimage-turbo-3070-fast-start/workflow.png --prompt "<your prompt>"`
That path reads the embedded PNG `prompt` chunk, applies text-to-image overrides, submits the job, polls history, and downloads the outputs locally.
## Built from
- `models/zimage/z-image-turbo-official-example/`
## Why this is the current master
- Official source beats community guesswork for a first baseline.
- `Z-Image Turbo` looks like one of the strongest fast-image candidates for a `3070`.
- The graph is simple enough to troubleshoot without drowning in custom-node noise.
## What I intentionally kept
- Official model wiring
- Official `qwen_3_4b` text encoder path
- Embedded PNG workflow format for easy import
## What I intentionally did not add yet
- community patch nodes
- extra control branches
- reference-image complexity
- "magic" speed hacks without proof
## Required models
- `models/text_encoders/Qwen/qwen_3_4b.safetensors`
- `models/diffusion_models/zImageTurbo_turbo.safetensors`
- `models/vae/ae.safetensors`
## Required custom nodes
- none beyond current official Comfy support
## Monday test checklist
- Confirm it imports cleanly from PNG on your current Comfy build.
- Check whether it really feels lighter than your usual FLUX path.
- Check whether prompt adherence is good enough to justify keeping it as the `fast-start` master.
## Next optimization candidates
- merge in useful edit/reference ideas from the community `Z-Image` graphs
- build a stronger prompt preset if the base graph is good but inconsistent