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
5.99k stars 688 forks source link

No module named 'nemo_text_processing' #222

Open rob188 opened 1 month ago

rob188 commented 1 month ago

voice='2222' 当前使用音色:根据seed=2222获取随机音色 nemo处理英文失败,改用自定义预处理 No module named 'nemo_text_processing' prompt='' te=["Netherlands' Hetty van de Wouw overtakes Great Britain's Emma Finucane on the final straight sprint to the line to take silver."] WARNING:ChatTTS.core:found invalid characters: {"'"} text: 12%|████████▉ | 45/384(max) [00:10, 4.34it/s] code: 16%|████████████ | 334/2048(max) [01:13, 4.55it/s] 推理时长: 84.79 秒

jianchang512 commented 1 month ago

不影响使用,出错后会自动使用另外方式

这个nemo_text_processing只能linux上或者conda按照环境才可使用