v0.7.0
Comfy-Org/ComfyUIv0.7.0Dec 31, 2025by github-actions[bot]
AI Summary
Updates the frontend package and introduces new nodes for manual sigma control and motion, alongside improvements for AMD hardware.
Key Highlights
- ManualSigmas node added
- Kling Motion Control node
- Jina CLIP v2 and NewBie dual CLIP support
- AMD async offload enabled by default
New Features
- ManualSigmas node
- Kling Motion Control node
- Jina CLIP v2 support
- NewBie dual CLIP support
Full Release Notes
## What's Changed * Bump comfyui-frontend-package to 1.35.9 by @comfy-pr-bot in https://github.com/comfyanonymous/ComfyUI/pull/11470 * Update workflow templates to v0.7.64 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/11496 * Add a ManualSigmas node. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11499 * Specify in readme that we only support pytorch 2.4 and up. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11512 * bump comfyui_manager version to the 4.0.4 by @ltdrdata in https://github.com/comfyanonymous/ComfyUI/pull/11521 * Fix noise with ancestral samplers when inferencing on cpu. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11528 * feat(api-nodes): add Kling Motion Control node by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11493 * [V3] converted nodes_images.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11206 * fix(api-nodes-gemini): always force enhance_prompt to be True by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11503 * chore(api-nodes): move to credits from $ by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11489 * Enable async offload by default for AMD. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11534 * Comment out unused norm_final in lumina/z image model. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11545 * mm: discard async errors from pinning failures by @rattus128 in https://github.com/comfyanonymous/ComfyUI/pull/10738 * Add some warnings for pin and unpin errors. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/11561 * ResizeByLongerSide: support video by @tavihalperin in https://github.com/comfyanonymous/ComfyUI/pull/11555 * Mark "seededit" as deprecated, adjust display name of Seedream node by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/11490 * Add handling for vace_context in context windows by @drozbay in https://github.com/comfyanonymous/ComfyUI/pull/11386 ## New Contributors * @tavihalperin made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/11555 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.6.0...v0.7.0