Migrating to ComfyUI v0.3.63
Version v0.3.63 introduces 1 breaking change. This guide details how to update your code.
Released: 10/6/2025
1
Breaking Changes
2
Migration Steps
19
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
nodes_audio_encoder.pynodes_gits.pynodes_differential_diffusion.pynodes_optimalsteps.pynodes_pag.pynodes_lt.pynodes_ip2p.ptnodes_morphology.pycomfy_api_nodesGemini nodeRecraft API nodenodes_torch_compile.pynodes_eps.pynodes_pixverse.pynodes_tomesd.pynodes_edit_model.pyMotionEncoder_tcnodes_rodin.pynodes_stable3d.pyBreaking Changes
●Issue #1
The dependency on the 'soundfile' package has been removed, as torchaudio load or save operations are no longer used for audio handling. If your workflow relied on 'soundfile' directly, you may need to adjust your setup.
Migration Steps
- 1If you were using 'soundfile' directly for audio operations, you must now use alternative methods as it has been removed as a dependency.
- 2Users on AMD systems should review the updated instructions in the readme for installing nightly PyTorch builds and using the new .bat file to disable smart memory if necessary.
Release Summary
This release focuses heavily on migrating existing nodes to the V3 schema, introduces support for the hunyuan vae, and includes several bug fixes related to VRAM leaks and API nodes. The 'soundfile' dependency has also been removed.
Need More Details?
View the full release notes and all changes for ComfyUI v0.3.63.
View Full Changelog