v0.3.61
Comfy-Org/ComfyUIv0.3.61Sep 30, 2025by github-actions[bot]
AI Summary
This release introduces the Rodin3D Gen-2 API node, adds new audio nodes, and extends V3 schema support to many other nodes. It also adds support for Ascend NPU.
Key Highlights
- Rodin3D Gen-2 generate API node.
- New audio nodes added.
- Ascend NPU support added.
- V3 schema conversions for Mochi, Lumina2, Hypertile, and other nodes.
New Features
- Rodin3D Gen-2 API node.
- New audio nodes.
- Ascend NPU support.
Full Release Notes
## What's Changed * Rodin3D - add [Rodin3D Gen-2 generate] api-node by @WhiteGiven in https://github.com/comfyanonymous/ComfyUI/pull/9994 * Add new audio nodes by @kijai in https://github.com/comfyanonymous/ComfyUI/pull/9908 * Fix issue with .view() in HuMo. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10014 * Fix memory leak by explicitly detaching model finalizer. by @guyniv in https://github.com/comfyanonymous/ComfyUI/pull/9979 * Make LatentCompositeMasked work with basic video latents. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10023 * Try to fix the failing unit test. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10037 * Add @kosinkadink as code owner by @yoland68 in https://github.com/comfyanonymous/ComfyUI/pull/10041 * [V3] convert nodes_rebatch.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9945 * [V3] convert nodes_fresca.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9951 * [V3] convert nodes_sdupscale.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9943 * [V3] convert nodes_tcfg.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9942 * [V3] convert nodes_sag.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9940 * [V3] convert nodes_post_processing to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9491 * [V3] convert CLIPTextEncodeSDXL nodes to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9716 * Don't add template to qwen2.5vl when template is in prompt. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10043 * Add 'input_cond' and 'input_uncond' to sampler_cfg_function args dictionary by @Kosinkadink in https://github.com/comfyanonymous/ComfyUI/pull/10044 * Update template to 0.1.88 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/10046 * Add workflow templates version tracking to system_stats response by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/9089 * [V3] convert nodes_hidream.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/9946 * [V3] convert nodes_bfl.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10033 * [V3] convert nodes_luma.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10030 * [V3] convert nodes_pixart.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10019 * [V3] convert nodes_photomaker.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10017 * [V3] convert nodes_qwen.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10049 * Reduce Peak WAN inference VRAM usage - part II by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/10062 * Improvements to the stable release workflow. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10065 * Fix typo in release workflow. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10066 * [V3] convert nodes_lotus.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10057 * [V3] convert nodes_lumina2.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10058 * [V3] convert nodes_hypertile.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10061 * feat: ComfyUI can be run on the specified Ascend NPU by @muxuezzz in https://github.com/comfyanonymous/ComfyUI/pull/9663 * Fix stable workflow creating multiple draft releases. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10067 * Update command to install latest nighly pytorch. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10085 * [Rodin3d api nodes] Updated the name of the save file path (changed from timestamp to UUID). by @WhiteGiven in https://github.com/comfyanonymous/ComfyUI/pull/10011 * Update template to 0.1.91 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/10096 * feat(api-nodes): add WanImageToImageApi node by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10094 * [V3] convert nodes_mochi.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10069 * [V3] convert nodes_perpneg.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10081 * Don't cache new locale-based templates entry point files by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/10101 * [V3] convert nodes_mahiro.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10070 * Add action to create cached deps with manually specified torch. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10102 * Make the final release test optional in the stable release action. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10103 * Different base files for different release. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10104 * Different base files for nvidia and amd portables. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10105 * Add a way to have different names for stable nvidia portables. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10106 * Add action to do the full stable release. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10107 * Make stable release workflow callable. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10108 * Add basic readme for AMD portable. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10109 ## New Contributors * @WhiteGiven made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/9994 * @guyniv made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/9979 * @muxuezzz made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/9663 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.60...v0.3.61