v0.3.36
Comfy-Org/ComfyUIv0.3.36May 24, 2025by github-actions[bot]
AI Summary
A performance and stability focused release optimizing torch.compile compatibility, improving queue handling, and adding various utility nodes.
Key Highlights
- Make torch.compile LoRA/key-compatible
- Improve performance with large number of queued prompts
- Add append feature to conditioning_set_values
New Features
- torch.compile LoRA and key compatibility
- Queue performance improvements
- VACE conditionings stackable
- FP8 compute support argument
- ImagePadForOutpaint returns 3 channel mask
Full Release Notes
## What's Changed * Make torch.compile LoRA/key-compatible by @Kosinkadink in https://github.com/comfyanonymous/ComfyUI/pull/8213 * Code Optimization and Issues Fixes in ComfyUI server by @programming-pupil in https://github.com/comfyanonymous/ComfyUI/pull/8196 * Improve performance with large number of queued prompts by @miabrahams in https://github.com/comfyanonymous/ComfyUI/pull/8176 * Update templates to 0.1.18 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/8224 * Update frontend to 1.20 by @huchenlei in https://github.com/comfyanonymous/ComfyUI/pull/8232 * remove mtl from 3d model file list by @jtydhr88 in https://github.com/comfyanonymous/ComfyUI/pull/8192 * Add append feature to conditioning_set_values by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8239 * Make VACE conditionings stackable. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8240 * Remove blocking call from timestep embedding of Chroma by @drhead in https://github.com/comfyanonymous/ComfyUI/pull/8255 * Add argument to explicitly enable fp8 compute support. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8257 * Update frontend to v1.20.5 (patch) by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/8260 * Better error if sageattention is installed but a dependency is missing. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8264 ## New Contributors * @programming-pupil made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8196 * @comfyui-wiki made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8224 * @drhead made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8255 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.35...v0.3.36