NewAI Enhanced
v0.12.3
Fixes
- Fix crash on safetensors load for third-party models
- Fix checkpoint saving in multiprocessing mode
- Fix ACE step NaN issue on some hardware/PyTorch configs
- Fix ACE text encoder slowness on certain configs
Features
- Add
File3DAnyoutput type to Load3D node; SaveGLB now acceptsFile3DAnyinput - Add LLM sampling options to ACE step 1.5
- Enable reference audio support on ACE step 1.5
- Add VAE tiled decode node for audio
Improvements
- ACE step 1.5 text encoding improvements
- Disable sage attention on ACE step 1.5
What's Changed
- Fix crash on safetensors load for some 3rd party Models by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/12266
- mp: Fix checkpoint saving by @rattus128 in https://github.com/Comfy-Org/ComfyUI/pull/12268
- add File3DAny output to Load3D node; extend SaveGLB to accept File3DAny as input by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/12276
- Fix ace step nan issue on some hardware/pytorch configs. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/12289
- Try to fix ace text encoder slowness on some configs. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/12290
- Add llm sampling options and make reference audio work on ace step 1.5 by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/12295
- Disable sage attention on ace step 1.5 by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/12297
- Improvements to ACE-Steps 1.5 text encoding by @blepping in https://github.com/Comfy-Org/ComfyUI/pull/12283
- Add VAE tiled decode node for audio. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/12299
Full Changelog: https://github.com/Comfy-Org/ComfyUI/compare/v0.12.2...v0.12.3