v0.3.46
Comfy-Org/ComfyUIv0.3.46Jul 28, 2025by github-actions[bot]
AI Summary
Adds support for Wan2.2, XPU, and replaces torchaudio with pyav for audio handling.
Key Highlights
- Wan2.2 support
- XPU support for async offload
- PyAV audio loading
- Iluvatar CoreX support
New Features
- Wan2.2 support
- XPU support
- PyAV audio loading
- Iluvatar CoreX support
- Moonvalley Marey V2V node
Full Release Notes
## What's Changed * Replace torchaudio.load with pyav. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8989 * Add hidream e1.1 example to readme. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8990 * This is not needed. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8991 * Try to fix line endings workflow. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9001 * Add xpu version for async offload and some other things. by @simonlui in https://github.com/comfyanonymous/ComfyUI/pull/9004 * Add default device argument. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9023 * Fix xpu function not implemented. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9026 * Fix xpu function not implemented p2. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9027 * Enable pytorch attention by default for gfx1201 on torch 2.8 by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9029 * Only enable cuda malloc on cuda torch. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9031 * Separate denoised and noise estimation in Euler CFG++ by @chaObserv in https://github.com/comfyanonymous/ComfyUI/pull/9008 * [Training Node] algo support, grad acc, optional grad ckpt by @KohakuBlueleaf in https://github.com/comfyanonymous/ComfyUI/pull/9015 * Support Iluvatar CoreX by @honglyua-il in https://github.com/comfyanonymous/ComfyUI/pull/8585 * Added parameter required_frontend_version in the /system_stats API response by @shivansh-gupta4 in https://github.com/comfyanonymous/ComfyUI/pull/8875 * Print xpu device name. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9035 * Add WAN ATI support by @ecfairle in https://github.com/comfyanonymous/ComfyUI/pull/8874 * Remove useless code. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9041 * Update template to 0.1.40 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/9048 * Fix issue with line endings github workflow. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9053 * Update negative prompt for Moonvalley nodes by @Thor-ATX in https://github.com/comfyanonymous/ComfyUI/pull/9038 * Add map_function to get_history. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9056 * Remove useless code. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9059 * Fix link from docs (due to document updates) by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/9060 * Small readme update. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9071 * Add Moonvalley Marey V2V node with updated input validation by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/9069 * Update template to 0.1.41 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/9079 * Wan 2.2 support. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9080 * Add wan2.2 to readme. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/9081 ## New Contributors * @honglyua-il made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8585 * @shivansh-gupta4 made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8875 * @ecfairle made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8874 * @Thor-ATX made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/9038 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.45...v0.3.46