CCmahua / ChatTTS-Enhanced

Other
210 stars 25 forks source link

ChatTTS-Enhanced

项目预览

image

介绍

离线一键整合包

支持WIN、MAC

百度网盘

链接: https://pan.baidu.com/s/1DqvN2hHZ2uAmdjKCwKNmCQ?pwd=f5d4 提取码: f5d4

夸克网盘

链接:https://pan.quark.cn/s/4ee64af2aedb

部署

Windows

conda create -n Dlab python=3.10
conda activate Dlab
conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install resemble-enhance --no-deps

https://github.com/erew123/alltalk_tts/releases/tag/deepspeed

pip install deepspeed-0.11.2+cuda118-cp310-cp310-win_amd64.whl
pip install -r requirements.txt
conda install -c conda-forge pynini==2.1.5
pip install WeTextProcessing
python webui/webui.py

Mac&Linux部署

conda create -n Dlab python=3.10
conda activate Dlab

Linux

conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia

Mac

conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 cpuonly -c pytorch
pip install resemble-enhance
pip install -r requirements.txt
pip install WeTextProcessing
python webui/webui.py

感谢