MLX conversion of
stabilityai/stable-audio-open-small
(Stable Audio Open
small) for inference on Apple silicon via
mlx-audiogen.
These weights are governed by the
Stability AI Community License, not by
mlx-audiogen's Apache-2.0 licence — that covers the conversion code only. The full
agreement is in
LICENSE.md; attribution and the statement of
modifications are in
NOTICE.
The upstream repository is gated. If you have not already accepted the licence
there, please do so — this mirror exists for MLX convenience, not to route around
Stability AI's terms.
These weights are a Derivative Work: the upstream checkpoint converted to the MLX
array format for inference on Apple silicon. Specifically, convolution weights are
transposed where MLX's layout differs from PyTorch's, tensors are re-serialised as
safetensors, and the model is re-implemented against MLX rather than PyTorch.
No weights are retrained, fine-tuned, or otherwise altered in value.
1pip install "mlx-audiogen[server]"
2mlx-audiogen --model stable_audio --prompt "ambient pad" --seconds 10
The weights download automatically on first use.