1
Q
[2noise/ChatTTS]UnboundLocalError: local variable 'Normalizer' referenced before assignment
A
回答
8
查看 #164 或 #168
9
More light about this post please!
7
fixed in https://github.com/2noise/ChatTTS/pull/153 (tested locally and Google Colab)
9
Normalizer 有些问题,可以在调用 infer 的时候把 do_text_normalization=False 加进去,跳过 normalizer 这一步,等后续修复吧
3
我现在可以跑了(系统是win10)
9
我报错的原因是库没有装全,之后下载了pynini、WeTextProcessing等库就可以运行了。