v0.33.1
Added 4
- Support anima tunes with extra blocks
- Add ContextIR and Regenerate To 2K nodes for MiniMax
- Implement Minimax Music 3 with core support for Cuda Graphs
- Add GenFill, Eraser, Expand and Increase Resolution nodes for Bria
Changed 5
- Don't disable dynamic vram on WSL
- Query pytorch for aotriton support instead of listing its lib directory
- Update comfy-kitchen package version to 0.2.31
- Update workflow templates to v0.11.41
- Minimax early detect qkv vs q,k,v
Fixed 6
- Fix KSamplerAdvanced with add_noise disabled on nested latents
- Fix PreviewAny escaping non-ASCII text in dict and list previews
- Fix float64 device in ltx diffusion decoder
- Fix Generate Text ignoring thinking=false on Gemma4 E2B/E4B
- Fix llama non-local x path
- Fix minimax music not working on non dynamic vram
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