v0.1.2
aigc3d/LAMv0.1.2Feb 20, 2026by ChuxiJ
AI Summary
ACE-Step 1.5 training and compatibility release adding LoKr adapter support and fixing various training and file permission issues. This version improves training flexibility and system compatibility.
Key Highlights
- LoKr adapter support
- Training optimizations for LoRA adapters
- File permission fixes for shell scripts
- Improved symlink handling
New Features
- LoKr adapter support
- Optimized training with LoRA adapters
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