Instructions to use mlx-community/OmniVoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/OmniVoice with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir OmniVoice mlx-community/OmniVoice
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Add BibTeX citations
Browse files
README.md
CHANGED
|
@@ -91,4 +91,18 @@ License follows the upstream OmniVoice release.
|
|
| 91 |
|
| 92 |
## Citation
|
| 93 |
|
| 94 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
|
| 92 |
## Citation
|
| 93 |
|
| 94 |
+
```bibtex
|
| 95 |
+
@misc{omnivoice-mlx,
|
| 96 |
+
title = {OmniVoice-MLX: Apple MLX port of OmniVoice},
|
| 97 |
+
author = {ailuntx},
|
| 98 |
+
year = {2026},
|
| 99 |
+
url = {https://github.com/ailuntx/OmniVoice-MLX},
|
| 100 |
+
}
|
| 101 |
+
|
| 102 |
+
@article{zhu2026omnivoice,
|
| 103 |
+
title = {OmniVoice: Towards Omnilingual Zero-Shot Text-to-Speech with Diffusion Language Models},
|
| 104 |
+
author = {Zhu, Han and Ye, Lingxuan and Kang, Wei and Yao, Zengwei and Guo, Liyong and Kuang, Fangjun and Han, Zhifeng and Zhuang, Weiji and Lin, Long and Povey, Daniel},
|
| 105 |
+
journal = {arXiv preprint arXiv:2604.00688},
|
| 106 |
+
year = {2026},
|
| 107 |
+
}
|
| 108 |
+
```
|