Views
No views yet
maolan-generate and the Maolan DAW..bpk layout expected by Maolan's Rust/Burn
runtime.qwen3-encoder.bpk - Qwen3 embedding text encoderacestep-dit.bpk - ACE-Step 1.5 turbo DiTacestep-condition.bpk - condition stack and audio-code detokenizeracestep-vae.bpk - Oobleck VAE decodersilence_latent.bpk - silence timbre reference latent| Planner | Weights | Config | Tokenizer |
|---|---|---|---|
| 0.6B | acestep-lm.bpk | lm_config.json | lm_tokenizer.json |
| 1.7B | acestep-lm-1.7b.bpk | lm_config-1.7b.json | lm_tokenizer-1.7b.json |
| 4B | acestep-lm-4b.bpk | lm_config-4b.json | lm_tokenizer-4b.json |
1maolan-generate \
2 --inspect \
3 --model acestep-turbo \
4 --acestep-lm 0.6B \
5 "dark rolling techno groove"1maolan-generate \
2 --model acestep-turbo \
3 --backend vulkan \
4 --acestep-lm 1.7B \
5 --bpm 128 \
6 --key-scale "A minor" \
7 --time-signature "4/4" \
8 --length 10000 \
9 --output loop.wav \
10 "dark rolling techno groove"1maolan-generate \
2 --model acestep-turbo \
3 --model-dir /path/to/ACE-Step-1.5-burn \
4 --acestep-lm 4B \
5 --output loop.wav \
6 "cinematic synthwave instrumental"maolan-generate --model acestep-turbo runs the turbo DiT schedule with 8
Euler steps. The generation pipeline is:1qwen3-encoder.bpk
2qwen3_config.json
3tokenizer.json
4acestep-lm.bpk
5lm_config.json
6lm_tokenizer.json
7acestep-lm-1.7b.bpk
8lm_config-1.7b.json
9lm_tokenizer-1.7b.json
10acestep-lm-4b.bpk
11lm_config-4b.json
12lm_tokenizer-4b.json
13acestep-dit.bpk
14dit_config.json
15acestep-condition.bpk
16acestep-vae.bpk
17vae_config.json
18silence_latent.bpk1cd generate
2bin/convert_acestep.sh /path/to/outsrc/bin/acestep_convert.rs in Maolan Generatebin/convert_acestep.sh in Maolan GenerateACE-Step/Ace-Step1.5ACE-Step/acestep-5Hz-lm-0.6BACE-Step/acestep-5Hz-lm-4Bacestep-5Hz-lm-1.7B planner is distributed inside the
ACE-Step/Ace-Step1.5 checkpoint tree.1@misc{gong2026acestep,
2 title={ACE-Step 1.5: Pushing the Boundaries of Open-Source Music Generation},
3 author={Junmin Gong and Yulin Song and Wenxiao Zhao and Sen Wang and Shengyuan Xu and Jing Guo},
4 howpublished={\url{https://github.com/ace-step/ACE-Step-1.5}},
5 year={2026},
6 note={GitHub repository}
7}