VoxCPM:
Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning,you can use this node,easy infer and easy train
git clone https://github.com/smthemex/ComfyUI_VoxCPM_SM
pip install -r requirements.txt
├── ComfyUI/models/diffusion_models
| ├── VoxCPM.safetensors # rename from model.safetensors 换个名字
| ├── VoxCPM2.safetensors # rename from model.safetensors 换个名字 # 可选gguf
| ├── VoxCPM2_int8_convrot.safetensors # 可选int8_convrot 2.4G or int4_convrot 1.3G
├── ComfyUI/models/gguf
| ├── VoxCPM2-merger-llm-Q6_K-token16.gguf # optional 可选safetensors
├── ComfyUI/models/vae
| ├──audiovae.pth
| ├──VoxCPM2_audiovae.pth # rename 换个名字


@article{voxcpm2025,
title = {VoxCPM: Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning},
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},
journal = {arXiv preprint arXiv:2509.24650},
year = {2025},
}
24 commits
Python
100.0%
VoxCPM:
Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning,you can use this node,easy infer and easy train
git clone https://github.com/smthemex/ComfyUI_VoxCPM_SM
pip install -r requirements.txt
├── ComfyUI/models/diffusion_models
| ├── VoxCPM.safetensors # rename from model.safetensors 换个名字
| ├── VoxCPM2.safetensors # rename from model.safetensors 换个名字 # 可选gguf
| ├── VoxCPM2_int8_convrot.safetensors # 可选int8_convrot 2.4G or int4_convrot 1.3G
├── ComfyUI/models/gguf
| ├── VoxCPM2-merger-llm-Q6_K-token16.gguf # optional 可选safetensors
├── ComfyUI/models/vae
| ├──audiovae.pth
| ├──VoxCPM2_audiovae.pth # rename 换个名字


@article{voxcpm2025,
title = {VoxCPM: Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning},
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},
journal = {arXiv preprint arXiv:2509.24650},
year = {2025},
}
24 commits
Python
100.0%