v0.3.35
Comfy-Org/ComfyUIv0.3.35May 21, 2025by github-actions[bot]
AI Summary
This update expands functionality with new audio/video nodes, string operations, and introduces advanced control features like APG guidance and Wan Camera Control.
Key Highlights
- Add opus and mp3 to audio output node
- Add nodes for basic string operations
- Implement APG guidance
- Add Wan-FUN Camera Control models
New Features
- Audio output support (opus and mp3)
- Basic string operations nodes
- APG guidance implementation
- Wan-FUN Camera Control models and node
- ACE Step LoRA support
- Video recording support for 3D node
Full Release Notes
## What's Changed * add opus and mp3 to audio output node by @thot-experiment in https://github.com/comfyanonymous/ComfyUI/pull/8019 * Add nodes for basic string operations by @jtydhr88 in https://github.com/comfyanonymous/ComfyUI/pull/7952 * Update frontend to v1.19 by @huchenlei in https://github.com/comfyanonymous/ComfyUI/pull/8076 * add support to record video as output for 3d node by @jtydhr88 in https://github.com/comfyanonymous/ComfyUI/pull/7927 * implement APG guidance by @thot-experiment in https://github.com/comfyanonymous/ComfyUI/pull/8081 * Add comment in example script denoting how to use api keys without needing frontend by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/8082 * Support official ACE Step loras. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8094 * Fix issue with old pytorch RMSNorm. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8095 * fix negative momentum in APG node by @thot-experiment in https://github.com/comfyanonymous/ComfyUI/pull/8100 * Hunyuan Custom initial untested implementation. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8101 * rework client.py to be more robust, add logging of api requests by @thot-experiment in https://github.com/comfyanonymous/ComfyUI/pull/7988 * Display progress and result URL directly on API nodes by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/8102 * Fix bug: don't retry request if API reports task failure by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/8111 * Update comment on ROCm pytorch attention in README. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8123 * Add `get_duration` method to Comfy VIDEO type by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/8122 * Remove old hack used to fix windows pytorch 2.4 on the portable. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8139 * Add Wan-FUN Camera Control models and Add WanCameraImageToVideo node by @George0726 in https://github.com/comfyanonymous/ComfyUI/pull/8013 * Fix typo in last PR. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8144 * Remove Desktop versioning claim from README by @webfiltered in https://github.com/comfyanonymous/ComfyUI/pull/8155 * Make ImagePadForOutpaint return a 3 channel mask. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8157 * Remove useless log. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8166 * Add missing category for T5TokenizerOption by @silveroxides in https://github.com/comfyanonymous/ComfyUI/pull/8177 * Validate video inputs by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/8133 * Node to add pixel space noise to an image. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8182 * Add delimiter to concatenate node by @LaVie024 in https://github.com/comfyanonymous/ComfyUI/pull/8173 * Remove default delimiter. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8183 * Update AMD instructions in README. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8198 * Update README ROCm text to match link by @webfiltered in https://github.com/comfyanonymous/ComfyUI/pull/8199 * This doesn't seem to be needed on chroma. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8209 * Revert "This doesn't seem to be needed on chroma." by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8210 ## New Contributors * @George0726 made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8013 * @LaVie024 made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8173 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.34...v0.3.35