jianchang512 / ChatTTS-ui

一个简单的本地网页界面,使用ChatTTS将文字合成为语音,同时支持对外提供API接口。A simple native web interface that uses ChatTTS to synthesize text into speech, along with support for external API interfaces.
https://pyvideotrans.com
Other
6.13k stars 710 forks source link

1.0版本源码部署还是出现0.99版问题,asset文件下有模型文件 #223

Open kidcrazequ opened 2 months ago

kidcrazequ commented 2 months ago

1.0源码部署还是有问题,麻烦看下,咋解决,比较急 微信图片_20240811132958 微信图片_20240811132947

jianchang512 commented 2 months ago

模型不全

默认将在第一次运行时自动下载模型,如果网络问题下载失败,请手动下载

下载地址: https://github.com/jianchang512/ChatTTS-ui/releases/download/v1.0/all-models.7z

下载后解压后,会看到asset文件夹,该文件夹内有多个pt文件,将所有pt文件复制到本目录下,然后重启软件

kidcrazequ commented 2 months ago

好,我在试试

kidcrazequ commented 2 months ago

OK了,谢谢