Skip to content

Commit d1bb6aa

Browse files
Labmem-ZhouyxVoxInstruct
authored andcommitted
update technical report
1 parent 2eb4d39 commit d1bb6aa

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

README.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 🎙️ VoxCPM: Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning
22

33

4-
[![Project Page](https://img.shields.io/badge/Project%20Page-GitHub-blue)](https://github.com/OpenBMB/VoxCPM/) [![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-OpenBMB-yellow)](https://huggingface.co/openbmb/VoxCPM-0.5B) [![ModelScope](https://img.shields.io/badge/ModelScope-OpenBMB-purple)](https://modelscope.cn/models/OpenBMB/VoxCPM-0.5B) [![Live Playground](https://img.shields.io/badge/Live%20PlayGround-Demo-orange)](https://huggingface.co/spaces/OpenBMB/VoxCPM-Demo) [![Samples](https://img.shields.io/badge/Page-Samples-red)](https://openbmb.github.io/VoxCPM-demopage)
4+
[![Project Page](https://img.shields.io/badge/Project%20Page-GitHub-blue)](https://github.com/OpenBMB/VoxCPM/) [![Technical Report](https://img.shields.io/badge/Technical%20Report-Arxiv-red)](https://arxiv.org/abs/2509.24650) [![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-OpenBMB-yellow)](https://huggingface.co/openbmb/VoxCPM-0.5B) [![ModelScope](https://img.shields.io/badge/ModelScope-OpenBMB-purple)](https://modelscope.cn/models/OpenBMB/VoxCPM-0.5B) [![Live Playground](https://img.shields.io/badge/Live%20PlayGround-Demo-orange)](https://huggingface.co/spaces/OpenBMB/VoxCPM-Demo) [![Samples](https://img.shields.io/badge/Audio%20Samples-Page-green)](https://openbmb.github.io/VoxCPM-demopage)
55

66

77

@@ -16,6 +16,7 @@
1616
</div>
1717

1818
## News
19+
* [2025.09.30] 🔥 🔥 🔥 We Release VoxCPM [Technical Report](https://arxiv.org/abs/2509.24650)!
1920
* [2025.09.16] 🔥 🔥 🔥 We Open Source the VoxCPM-0.5B [weights](https://huggingface.co/openbmb/VoxCPM-0.5B)!
2021
* [2025.09.16] 🎉 🎉 🎉 We Provide the [Gradio PlayGround](https://huggingface.co/spaces/OpenBMB/VoxCPM-Demo) for VoxCPM-0.5B, try it now!
2122

@@ -195,6 +196,19 @@ Happy creating! 🎉 Start with the default settings and tweak from there to sui
195196
---
196197

197198

199+
## 🌟 Community Projects
200+
201+
We're excited to see the VoxCPM community growing! Here are some amazing projects and features built by our community:
202+
203+
- **[ComfyUI-VoxCPM](https://github.com/wildminder/ComfyUI-VoxCPM)**
204+
- **[ComfyUI-VoxCPMTTS](https://github.com/1038lab/ComfyUI-VoxCPMTTS)**
205+
- **[WebUI-VoxCPM](https://github.com/rsxdalv/tts_webui_extension.vox_cpm)**
206+
- **[PR: Streaming API Support (by AbrahamSanders)](https://github.com/OpenBMB/VoxCPM/pull/26)**
207+
208+
209+
210+
*Have you built something cool with VoxCPM? We'd love to feature it here! Please open an issue or pull request to add your project.*
211+
198212

199213
## 📊 Performance Highlights
200214

@@ -263,7 +277,7 @@ VoxCPM achieves competitive results on public zero-shot TTS benchmarks:
263277

264278
## 📝TO-DO List
265279
Please stay tuned for updates!
266-
- [ ] Release the VoxCPM technical report.
280+
- [x] Release the VoxCPM technical report.
267281
- [ ] Support higher sampling rate (next version).
268282

269283

@@ -294,16 +308,13 @@ This project is developed by the following institutions:
294308

295309
## 📚 Citation
296310

297-
The techical report is coming soon, please wait for the release 😊
298-
299311
If you find our model helpful, please consider citing our projects 📝 and staring us ⭐️!
300312

301313
```bib
302-
@misc{voxcpm2025,
303-
author = {{Yixuan Zhou, Guoyang Zeng, Xin Liu, Xiang Li, Renjie Yu, Ziyang Wang, Runchuan Ye, Weiyue Sun, Jiancheng Gui, Kehan Li, Zhiyong Wu, Zhiyuan Liu}},
304-
title = {{VoxCPM}},
314+
@article{voxcpm2025,
315+
title = {VoxCPM: Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning},
316+
author = {Zhou, Yixuan and Zeng, Guoyang and Liu, Xin and Li, Xiang and Yu, Renjie and Wang, Ziyang and Ye, Runchuan and Sun, Weiyue and Gui, Jiancheng and Li, Kehan and Wu, Zhiyong and Liu, Zhiyuan},
317+
journal = {arXiv preprint arXiv:2509.24650},
305318
year = {2025},
306-
publish = {\url{https://github.com/OpenBMB/VoxCPM}},
307-
note = {GitHub repository}
308319
}
309320
```

0 commit comments

Comments
 (0)