v0.3.52
Comfy-Org/ComfyUIv0.3.52Aug 23, 2025by github-actions[bot]
AI Summary
This release focuses on V3 schema migration for String nodes and implements EasyCache and LazyCache for improved performance. It also adds support for Qwen Diffsynth controlnets.
Key Highlights
- V3 schema conversion for String nodes
- Implementation of EasyCache and LazyCache
- Support for Qwen Diffsynth Controlnets (canny and depth)
- Support for InstantX Qwen controlnet
New Features
- V3 schema for String nodes
- EasyCache and LazyCache
- Qwen Diffsynth controlnets
- Elementwise fusions
Full Release Notes
## What's Changed * LTXV: fix key frame noise mask dimensions for when real noise mask exists by @harelc in https://github.com/comfyanonymous/ComfyUI/pull/9425 * Add that qwen edit model is supported to readme. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9463 * Support for Qwen Diffsynth Controlnets canny and depth. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9465 * Fix: Handle invalid filenames during workflow save (#9434) by @saurabh-pingale in https://github.com/comfyanonymous/ComfyUI/pull/9445 * Forgot this. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9470 * Support diffsynth inpaint controlnet/model patch. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9471 * convert String nodes to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9370 * v3 nodes (part a) by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9149 * [V3] convert Google Veo API node to the V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9272 * [V3] convert Ideogram API nodes to the V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9278 * Make it easier to implement future qwen controlnets. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9485 * Support InstantX Qwen controlnet. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9488 * feat(api-nodes): change "OpenAI Chat" display name to "OpenAI ChatGPT" by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9443 * feat(api-nodes): add copy button to Gemini Chat node by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9440 * Update template to 0.1.65 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/9501 * Add elementwise fusions by @contentis in https://github.com/comfyanonymous/ComfyUI/pull/9495 * Implement EasyCache and Invent LazyCache by @Kosinkadink in https://github.com/comfyanonymous/ComfyUI/pull/9496 * Fix Conditioning masks on 3d latents. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9506 * Python 3.13 is well supported. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9511 * Don't use the annoying new navigation mode by default. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9518 * Update frontend to v1.25.10 and revert navigation mode override by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/9522 ## New Contributors * @saurabh-pingale made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/9445 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.51...v0.3.52