lenML / Speech-AI-Forge

🍦 Speech-AI-Forge is a project developed around TTS generation model, implementing an API Server and a Gradio-based WebUI.
https://huggingface.co/spaces/lenML/ChatTTS-Forge
GNU Affero General Public License v3.0
711 stars 87 forks source link

[ISSUE] ChatTTS_Speaker 中下载的音色pt文件 怎么使用呢 #76

Closed LiSongRan closed 3 months ago

LiSongRan commented 3 months ago

阅读 README.md 和 dependencies.md

检索 issue 和 discussion

检查 Forge 版本

你的issues

使用 ChatTTS_Speaker 中下载的音色pt文件 时遇到了报错

/ChatTTS-Forge/modules/api/impl/handler/TTSHandler.py", line 31, in init assert isinstance(spk, Speaker), "spk should be Speaker" AssertionError: spk should be Speaker

zhzLuke96 commented 3 months ago

暂不兼容

如果有 种子 值的话,可以尝试自行创建(webui 和 api均可使用seed重建speaker emb)