2noise / ChatTTS

A generative speech model for daily dialogue.
https://2noise.com
GNU Affero General Public License v3.0
32.1k stars 3.49k forks source link

缺少ChatTTS/asset/spk_stat.pt #6

Closed Prunoideae closed 5 months ago

Prunoideae commented 5 months ago

在Notebook里有:

spk_stat = torch.load('ChatTTS/asset/spk_stat.pt')
rand_spk = torch.randn(768) * spk_stat.chunk(2)[0] + spk_stat.chunk(2)[1]

但是,HF上却并没有发布asset/spk_stat.pt,所以没办法运行这一段。

stevezhang88 commented 5 months ago

耐心等着,作者开心,就会上传的。

zhangmx commented 5 months ago

在这下载 https://huggingface.co/2Noise/ChatTTS/tree/main/asset

zhangshuyx commented 5 months ago

国内可以从这个镜像站上下载 https://hf-mirror.com/2Noise/ChatTTS/tree/main/asset