
https://github.com/2noise/ChatTTS/blob/main/README_CN.md
1、下载:
git clone https://github.com/2noise/ChatTTS
相当快倒是
2、然后安装依赖
cd .\ChatTTS\
python -m venv venv
.\venv\Scripts\Activate.ps1windows下好像有点不太一样:我用的这次是python -m venv venv,另外win不支持.venv这类的隐藏目录树语法

pip install torch ChatTTS又要装了,呵呵呵

有预感,这是一个漫长的过程,慢慢来吧