Views
No views yet
model_1200000.pt: official WavTTS checkpoint.vocab.txt: matching vocabulary file for the released checkpoint.1git clone https://github.com/cwx-worst-one/WavTTS
2cd WavTTS
3pip install -e .1wavtts_infer-cli \
2 --model WavTTS \
3 --ref_audio "path/to/reference.wav" \
4 --ref_text "The transcription of the reference audio." \
5 --gen_text "The text you want to synthesize."model_1200000.pt from this repository automatically. To use the files explicitly, set:1ckpt_file = "hf://worstchan/WavTTS/model_1200000.pt"
2vocab_file = "infer/examples/vocab.txt"1@article{chen2026wavtts,
2 title={WavTTS: Towards High-Quality Zero-Shot TTS via Direct Raw Waveform Modeling},
3 author={Chen, Wenxi and Jia, Dongya and Chen, Yushen and Niu, Zhikang and Liang, Yuzhe and Li, Xiquan and Yan, Ruiqi and Ma, Ziyang and Yang, Guanrou and Chen, Sanyuan and others},
4 journal={arXiv preprint arXiv:2606.03455},
5 year={2026}
6}