This is the
BF16 version of
ACE-Step/acestep-v15-xl-base — the
XL (4B) Base variant of ACE-Step 1.5. This BF16 conversion reduces memory usage while maintaining near-identical quality to the original model. It is a full-quality base model that generates high-quality audio in 50 steps with CFG, offering high diversity and support for all tasks (extract, lego, complete).
All LM models (0.6B / 1.7B / 4B) are fully compatible with XL.
1# Install ACE-Step
2git clone https://github.com/ace-step/ACE-Step-1.5.git
3cd ACE-Step-1.5
4pip install -e .
5
6# Download this model
7huggingface-cli download marcorez8/acestep-v15-xl-base-bf16 --local-dir ./checkpoints/acestep-v15-xl-base-bf16
8
9# Run with Gradio UI
10python acestep --config-path acestep-v15-xl-base-bf16
This project is co-led by ACE Studio and StepFun. The BF16 conversion was done by
marcorez8 to make the model more accessible to the community.
1@misc{gong2026acestep,
2 title={ACE-Step 1.5: Pushing the Boundaries of Open-Source Music Generation},
3 author={Junmin Gong, Yulin Song, Wenxiao Zhao, Sen Wang, Shengyuan Xu, Jing Guo},
4 howpublished={\url{https://github.com/ace-step/ACE-Step-1.5}},
5 year={2026},
6 note={GitHub repository}
7}