Add low-vram workflow batch for Z-Image, LTX, and MiniMax

This commit is contained in:
Morpheus
2026-08-08 21:54:27 +00:00
parent d87cc7843e
commit 1a42e3579f
15 changed files with 22179 additions and 0 deletions
@@ -0,0 +1,51 @@
# Z-Image Turbo Official Example
## Summary
Official `Z-Image Turbo` example workflow distributed as a PNG with embedded Comfy metadata. Good starting point for fast local image generation, especially when you want a simpler image stack than heavier FLUX setups.
## Model Family
- `zimage`
## Status
- `imported-only`
## Source
- Example page: <https://comfyanonymous.github.io/ComfyUI_examples/z_image/>
- Workflow asset: <https://raw.githubusercontent.com/comfyanonymous/ComfyUI_examples/master/z_image/z_image_turbo_example.png>
- Model card pointing to the example: <https://huggingface.co/Comfy-Org/z_image_turbo>
- Original publisher: `ComfyUI_examples` / `Comfy-Org`
- Date imported: `2026-08-08`
## Developer notes
- The example page describes `Z-Image Turbo` as a fast distilled diffusion model.
- The workflow is distributed as an image with embedded Comfy metadata, so you load it by dragging the PNG into ComfyUI.
- The example page points to:
- `qwen_3_4b.safetensors`
- `z_image_turbo_bf16.safetensors`
- `ae.safetensors`
## Our notes
- This is the cleanest official `Z-Image Turbo` starting point we have right now.
- On a `3070`, this looks more plausible as a practical fast image-generation workflow than many heavier FLUX variants.
- If `Z-Image` turns into a real favorite, this workflow will likely become one of the main inputs for a future `optimized/text-to-image/` master.
## Required custom nodes
- none beyond current official Comfy support for the embedded example workflow
## Required model files
- `models/text_encoders/qwen_3_4b.safetensors`
- `models/diffusion_models/z_image_turbo_bf16.safetensors`
- `models/vae/ae.safetensors`
## Notes
- Load by dragging `workflow.png` into ComfyUI.
- Best current `Z-Image Turbo` baseline in the repo.