Text-to-Speech
GLM-TTS
Safetensors
Chinese
English
llm
tts
zero-shot
voice-cloning
reinforcement-learning
flow-matching
Instructions to use zai-org/GLM-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLM-TTS
How to use zai-org/GLM-TTS with GLM-TTS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,8 @@ pipeline_tag: text-to-speech
|
|
| 20 |
</div>
|
| 21 |
|
| 22 |
<p align="center">
|
|
|
|
|
|
|
| 23 |
<a href="https://github.com/zai-org/GLM-TTS" target="_blank">💻 GitHub Repository</a>
|
| 24 |
|
|
| 25 |
<a href="https://audio.z.ai/" target="_blank">🛠️ Audio.Z.AI</a>
|
|
@@ -101,12 +103,16 @@ We thank the following open-source projects for their support:
|
|
| 101 |
- [Vocos](https://github.com/charactr-platform/vocos) - Providing high-quality vocoder
|
| 102 |
- [GRPO-Zero](https://github.com/policy-gradient/GRPO-Zero) - Reinforcement learning algorithm implementation inspiration
|
| 103 |
|
| 104 |
-
If you
|
| 105 |
|
| 106 |
```bibtex
|
| 107 |
-
@misc{
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
}
|
|
|
|
| 20 |
</div>
|
| 21 |
|
| 22 |
<p align="center">
|
| 23 |
+
<a href="https://arxiv.org/abs/2512.14291" target="_blank">📜 Paper</a>
|
| 24 |
+
|
|
| 25 |
<a href="https://github.com/zai-org/GLM-TTS" target="_blank">💻 GitHub Repository</a>
|
| 26 |
|
|
| 27 |
<a href="https://audio.z.ai/" target="_blank">🛠️ Audio.Z.AI</a>
|
|
|
|
| 103 |
- [Vocos](https://github.com/charactr-platform/vocos) - Providing high-quality vocoder
|
| 104 |
- [GRPO-Zero](https://github.com/policy-gradient/GRPO-Zero) - Reinforcement learning algorithm implementation inspiration
|
| 105 |
|
| 106 |
+
If you find GLM-TTS useful for your research, please cite our technical report:
|
| 107 |
|
| 108 |
```bibtex
|
| 109 |
+
@misc{cui2025glmttstechnicalreport,
|
| 110 |
+
title={GLM-TTS Technical Report},
|
| 111 |
+
author={Jiayan Cui and Zhihan Yang and Naihan Li and Jiankun Tian and Xingyu Ma and Yi Zhang and Guangyu Chen and Runxuan Yang and Yuqing Cheng and Yizhi Zhou and Guochen Yu and Xiaotao Gu and Jie Tang},
|
| 112 |
+
year={2025},
|
| 113 |
+
eprint={2512.14291},
|
| 114 |
+
archivePrefix={arXiv},
|
| 115 |
+
primaryClass={cs.SD},
|
| 116 |
+
url={https://arxiv.org/abs/2512.14291},
|
| 117 |
+
}
|
| 118 |
}
|