v0.33.1
parruda/swarmv0.33.1Aug 13, 2026by github-actions[bot]
AI Summary
A patch release focusing on bug fixes for diffusion decoding, KSampler stability, and PreviewAny text escaping, alongside new features for Minimax Music 3 and Bria image processing nodes.
Key Highlights
- Fixed KSamplerAdvanced with noise on nested latents
- Added Minimax Music 3 and Core Support for CUDA Graphs
- Added Bria GenFill, Eraser, Expand, and Increase Resolution nodes
- Fixed float64 device in LTX diffusion decoder
- Fixed Generate Text ignoring thinking=false on Gemma4
New Features
- Support anima tunes with extra blocks
- Don't disable dynamic vram on WSL
- Query pytorch for aotriton support instead of listing its lib directory
- Implement Minimax Music 3 + Core Support for Cuda Graphs
- [Partner Nodes] feat(MiniMax): add ContextIR and Regenerate To 2K nodes
- [Partner Nodes] feat(Bria): add GenFill, Eraser, Expand and Increase Resolution nodes
- llama: fix non-local x path
- minimax: early detect qkv vs q,k,v
Full Release Notes
## What's Changed * Fix KSamplerAdvanced with add_noise disabled on nested latents by @kijai in https://github.com/Comfy-Org/ComfyUI/pull/15447 * Update workflow templates to v0.11.40 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/15522 * chore: replace api nodes -> partner nodes in README by @robinjhuang in https://github.com/Comfy-Org/ComfyUI/pull/15519 * Fix PreviewAny escaping non-ASCII text in dict and list previews by @christian-byrne in https://github.com/Comfy-Org/ComfyUI/pull/15513 * Fix float64 device in ltx diffusion decoder. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15516 * Support anima tunes with extra blocks. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15555 * Don't disable dynamic vram on WSL. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15562 * Query pytorch for aotriton support instead of listing its lib directory by @glop102 in https://github.com/Comfy-Org/ComfyUI/pull/15412 * Fix Generate Text ignoring thinking=false on Gemma4 E2B/E4B by @DrJKL in https://github.com/Comfy-Org/ComfyUI/pull/15278 * Update comfy-kitchen package version to 0.2.31 by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/15564 * [Partner Nodes] feat(MiniMax): add ContextIR and Regenerate To 2K nodes by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15471 * Implement Minimax Music 3 + Core Support for Cuda Graphs by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/15570 * [Partner Nodes] feat(Bria): add GenFill, Eraser, Expand and Increase Resolution nodes by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/15572 * llama: fix non-local x path by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/15580 * Update workflow templates to v0.11.41 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/15578 * minimax: early detect qkv vs q,k,v by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/15581 * Fix minimax music not working on non dynamic vram. https://github.com/Comfy-Org/ComfyUI/pull/15588 ## New Contributors * @glop102 made their first contribution in https://github.com/Comfy-Org/ComfyUI/pull/15412 **Full Changelog**: https://github.com/Comfy-Org/ComfyUI/compare/v0.32.0...v0.33.1