Skip to content

Commit

Permalink
features:add English
Browse files Browse the repository at this point in the history
  • Loading branch information
jianchang512 committed Jun 9, 2024
2 parents abd5859 + 30ec6f9 commit 910ce54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

[English README](README_EN.md) | [Discord交流群](https://discord.gg/5FEFEu8qgn) | [打赏项目](https://github.com/jianchang512/ChatTTS-ui/issues/122)


# ChatTTS webUI & API

一个简单的本地网页界面,在网页使用 ChatTTS 将文字合成为语音,支持中英文、数字混杂,并提供API接口。
Expand All @@ -8,9 +10,9 @@



**界面预览**


![image](https://github.com/jianchang512/ChatTTS-ui/assets/3378335/669876cf-5061-4d7d-86c5-3333d0882ee8)


Expand Down
8 changes: 7 additions & 1 deletion faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 常见问题与报错


**注意:不同机器使用相同种子生成的音频音色可能不同,同一机器使用相同种子多次生成的音频音色也可能变化。**




**0.** 执行app.py报错 FileNotFoundError: [Errno 2] No such file or directory: '../ChatTTS-ui/models/pzc163/chatTTS/config/path.yaml

答:模型不完整,重新下载模型或者 打开 https://www.modelscope.cn/models/pzc163/chatTTS/files 下载 path.yaml 、复制到报错里显示的文件夹内 ChatTTS-ui/models/pzc163/chatTTS/config/
Expand Down Expand Up @@ -120,4 +126,4 @@ pip install pynini==2.1.5 Cython WeTextProcessing

问题解决

或者 chat.infer() 添加参数 do_text_normalization=False, chat.infer(do_text_normalization=False)
或者 chat.infer() 添加参数 do_text_normalization=False, chat.infer(do_text_normalization=False)

0 comments on commit 910ce54

Please sign in to comment.