Experimental browser conversion of the official
ACE-Step/acestep-5Hz-lm-4B
music planner for Transformers.js and ONNX Runtime Web.
This is the ACE-Step planner, not the audio generator. It produces metadata and
5 Hz semantic audio-code IDs which must be decoded by the ACE-Step semantic
detokenizer and supplied to a compatible ACE-Step DiT.
A direct FP16 conversion overflows in the residual stream on the tested
runtime. This graph applies a residual scale of 1/256 to the embedding and
attention/MLP output projections, and scales residual RMSNorm epsilon by the
square of that factor. See conversion-metadata.json.
This is an experimental numerical workaround, not an exact conversion.
End-to-end browser audio quality must not be inferred from successful model
loading or the finite-logit smoke test.
The source ACE-Step checkpoint is MIT licensed. The repository LICENSE
applies to this derivative conversion and ACE-Step attribution is preserved.
ONNX Runtime and Transformers.js retain their respective licenses.