v0.33.1
Comfy-Org/ComfyUIv0.33.1Aug 13, 2026by github-actions[bot]
AI Summary
This release focuses on fixing stability issues with nested latents and KSamplerAdvanced, alongside updates to workflow templates and partner nodes for MiniMax and Bria.
Key Highlights
- Fix KSamplerAdvanced with noise disabled on nested latents
- Update workflow templates to v0.11.41
- Fix PreviewAny escaping non-ASCII text in previews
- Support anima tunes with extra blocks
- Fix float64 device in LTX diffusion decoder
New Features
- Partner nodes for MiniMax (ContextIR, Regenerate To 2K)
- Partner nodes for Bria (GenFill, Eraser, Expand, Increase Resolution)
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