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
|
@@ -16,7 +16,7 @@ pipeline_tag: text-to-speech
|
|
| 16 |
# GLM-TTS: Controllable & Emotion-Expressive Zero-shot TTS
|
| 17 |
|
| 18 |
<div align="center">
|
| 19 |
-
<img src=https://raw.githubusercontent.com/zai-org/GLM-
|
| 20 |
</div>
|
| 21 |
|
| 22 |
<p align="center">
|
|
@@ -50,7 +50,7 @@ GLM-TTS follows a two-stage design:
|
|
| 50 |
2. **Stage 2 (Flow Matching):** A Flow model converts token sequences into high-quality mel-spectrograms, which are then turned into waveforms by a vocoder.
|
| 51 |
|
| 52 |
<div align="center">
|
| 53 |
-
<img src="https://raw.githubusercontent.com/zai-org/GLM-
|
| 54 |
</div>
|
| 55 |
|
| 56 |
### Reinforcement Learning Alignment
|
|
|
|
| 16 |
# GLM-TTS: Controllable & Emotion-Expressive Zero-shot TTS
|
| 17 |
|
| 18 |
<div align="center">
|
| 19 |
+
<img src=https://raw.githubusercontent.com/zai-org/GLM-TTS/refs/heads/main/assets/images/logo.svg width="50%"/>
|
| 20 |
</div>
|
| 21 |
|
| 22 |
<p align="center">
|
|
|
|
| 50 |
2. **Stage 2 (Flow Matching):** A Flow model converts token sequences into high-quality mel-spectrograms, which are then turned into waveforms by a vocoder.
|
| 51 |
|
| 52 |
<div align="center">
|
| 53 |
+
<img src="https://raw.githubusercontent.com/zai-org/GLM-TTS/refs/heads/main/assets/images/architecture.png" width="60%" alt="GLM-TTS Architecture">
|
| 54 |
</div>
|
| 55 |
|
| 56 |
### Reinforcement Learning Alignment
|