v0.1.2
ace-step/ACE-Step-1.5v0.1.2Feb 20, 2026by ChuxiJ
AI Summary
Small release focused on training improvements with LoKr adapter support and various bug fixes for training and file handling.
Key Highlights
- LoKr adapter support added
- LoRA training status fixes
- Fixed symlinks in safe_path
- torch.compile skip for PEFT LoRA adapters
- File permissions fixed on start scripts
New Features
- LoKr adapter support
- Training documentation updates
Full Release Notes
## What's Changed * fix(training): skip torch.compile when PEFT LoRA adapters are active by @FeelTheFonk in https://github.com/ace-step/ACE-Step-1.5/pull/640 * (File permisions) Set executable permissions `755` on `start_*.sh` scripts for consistency. by @Red007Master in https://github.com/ace-step/ACE-Step-1.5/pull/641 * fix: resolve symlinks in safe_path to prevent false rejections by @ChuxiJ in https://github.com/ace-step/ACE-Step-1.5/pull/648 * feat: LoKr adapter support, LoRA status fix, and training docs update by @ChuxiJ in https://github.com/ace-step/ACE-Step-1.5/pull/649 ## New Contributors * @FeelTheFonk made their first contribution in https://github.com/ace-step/ACE-Step-1.5/pull/640 * @Red007Master made their first contribution in https://github.com/ace-step/ACE-Step-1.5/pull/641 **Full Changelog**: https://github.com/ace-step/ACE-Step-1.5/compare/v0.1.1...v0.1.2