Add second workflow batch for Z-Image, LTX, and MiniMax

This commit is contained in:
Morpheus
2026-08-08 21:59:05 +00:00
parent 1a42e3579f
commit d1c7a41bb4
10 changed files with 20165 additions and 0 deletions
@@ -0,0 +1,39 @@
# Z-Image Turbo ControlNet Union Community
## Summary
Community `Z-Image Turbo` workflow focused on ControlNet / union-style structural guidance.
## Model Family
- `zimage`
## Status
- `imported-only`
## Source
- Workflow repo: <https://huggingface.co/axiomgraph/mycomfyuiworkflows>
- Workflow file: <https://huggingface.co/axiomgraph/mycomfyuiworkflows/resolve/main/Z%20Image%20Turbo/Z%20Image%20Turbo%20Fun%20controlnet%20union%202.1.json?download=true>
- Original publisher: `axiomgraph`
- Date imported: `2026-08-08`
## Developer notes
- Same community workflow collection as the inpainting variant.
- Uses `ZImageFunControlnet` and a patched model path, so this is clearly aimed at guided generation rather than plain prompting.
## Our notes
- Worth keeping because structure-guided workflows often matter more in practice than plain T2I.
- Good second-step `Z-Image` test after the official example, especially if you care about controlled composition.
## Required custom nodes
- `rgthree-comfy`
- whatever custom package provides `ZImageFunControlnet`
## Notes
- Good candidate for future `optimized/text-to-image/` or `optimized/image-edit/` comparison if it behaves well.
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,40 @@
# Z-Image Turbo Inpainting Community
## Summary
Community `Z-Image Turbo` inpainting workflow from a Hugging Face workflow repository. Good for testing whether `Z-Image Turbo` can pull useful edit work on lighter local hardware.
## Model Family
- `zimage`
## Status
- `imported-only`
## Source
- Workflow repo: <https://huggingface.co/axiomgraph/mycomfyuiworkflows>
- Workflow file: <https://huggingface.co/axiomgraph/mycomfyuiworkflows/resolve/main/Z%20Image%20Turbo/Z%20Image%20Turbo%20Fun%202_1%20InPainting%204.0.json?download=true>
- Original publisher: `axiomgraph`
- Date imported: `2026-08-08`
## Developer notes
- The workflow repo is a personal collection rather than an official package.
- This workflow uses `LanPaint_KSampler` and a `ZImageFunControlnet` node, so it is not a bare-minimum stock graph.
## Our notes
- Interesting because it gives us an actual `Z-Image Turbo` edit path, not just text-to-image.
- On a `3070`, this feels like one of the most plausible community `Z-Image` workflows to test soon because editing often matters more than raw generation novelty.
## Required custom nodes
- `rgthree-comfy`
- whatever custom package provides `LanPaint_KSampler`
- whatever custom package provides `ZImageFunControlnet`
## Notes
- Strong candidate for the next `Z-Image` testing round.
File diff suppressed because it is too large Load Diff