Views
No views yet
| Format | JSON graph topology + NPZ initializers |
| Runtime | ailuntx/supertonic-mlx |
| Official code | supertone-inc/supertonic |
| Sample rate | 44.1 kHz |
| HF Space | mlx-community/supertonic-3 |
| Hardware | Runs on HF Linux CPU fallback; Apple Silicon recommended locally |
1hf download mlx-community/supertonic-3 --local-dir ./models/supertonic-3
2
3git clone https://github.com/ailuntx/supertonic-mlx.git
4cd supertonic-mlx
5python -m venv .venv
6.venv/bin/pip install mlx soundfile numpy
7
8.venv/bin/python scripts/infer_mlx.py \
9 --model ./models/supertonic-3 \
10 --text "Supertonic 3 is running with MLX." \
11 --lang en \
12 --voice M1 \
13 --total-step 8 \
14 --output output.wav1supertonic-3/
2├── README.md
3├── mlx_manifest.json
4├── graphs/
5├── weights/
6└── voice_styles/| Component | Source | MLX handling |
|---|---|---|
| ONNX graphs | Supertone/supertonic-3 | graph topology exported to JSON |
| initializers | official ONNX assets | saved as NPZ arrays |
| runtime ops | Supertonic ONNX subset | implemented in ailuntx/supertonic-mlx with MLX arrays |
1e-5. The HF Space API has returned audio successfully with real wall-time status reporting.openrail).1@misc{supertonic-mlx,
2 title = {supertonic-mlx: Apple MLX port of Supertonic 3},
3 author = {ailuntx},
4 year = {2026},
5 url = {https://github.com/ailuntx/supertonic-mlx},
6}
7
8@article{kim2025supertonic,
9 title = {SupertonicTTS: Towards Highly Efficient and Streamlined Text-to-Speech System},
10 author = {Kim, Hyeongju and Yang, Jinhyeok and Yu, Yechan and Ji, Seunghun and Morton, Jacob and Bous, Frederik and Byun, Joon and Lee, Juheon},
11 journal = {arXiv preprint arXiv:2503.23108},
12 year = {2025},
13 url = {https://arxiv.org/abs/2503.23108},
14}