Instructions to use mlx-community/supertonic-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/supertonic-3 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir supertonic-3 mlx-community/supertonic-3
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Add BibTeX citations
Browse files
README.md
CHANGED
|
@@ -79,4 +79,19 @@ Model license follows the upstream Supertonic 3 model card (`openrail`).
|
|
| 79 |
|
| 80 |
## Citation
|
| 81 |
|
| 82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
## Citation
|
| 81 |
|
| 82 |
+
```bibtex
|
| 83 |
+
@misc{supertonic-mlx,
|
| 84 |
+
title = {supertonic-mlx: Apple MLX port of Supertonic 3},
|
| 85 |
+
author = {ailuntx},
|
| 86 |
+
year = {2026},
|
| 87 |
+
url = {https://github.com/ailuntx/supertonic-mlx},
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
+
@article{kim2025supertonic,
|
| 91 |
+
title = {SupertonicTTS: Towards Highly Efficient and Streamlined Text-to-Speech System},
|
| 92 |
+
author = {Kim, Hyeongju and Yang, Jinhyeok and Yu, Yechan and Ji, Seunghun and Morton, Jacob and Bous, Frederik and Byun, Joon and Lee, Juheon},
|
| 93 |
+
journal = {arXiv preprint arXiv:2503.23108},
|
| 94 |
+
year = {2025},
|
| 95 |
+
url = {https://arxiv.org/abs/2503.23108},
|
| 96 |
+
}
|
| 97 |
+
```
|