Huanshere / VideoLingo

Netflix-level subtitle cutting, translation, alignment, and even dubbing - one-click fully automated AI video subtitle team | Netflix级字幕切割、翻译、对齐、甚至加上配音,一键全自动视频搬运AI字幕组
https://docs.videolingo.io
Apache License 2.0
6.62k stars 656 forks source link

语音生成失败,控制台提示400的一种问题处理 #190

Closed lonrencn closed 2 weeks ago

lonrencn commented 3 weeks ago

有可能是ntlk分词词库没装 ···python import nltk nltk.download('averaged_perceptron_tagger_eng')


这样安装后,就正常了。
Huanshere commented 3 weeks ago

什么tts方法?

lonrencn commented 3 weeks ago

什么tts方法?

GPT-sovite

Huanshere commented 3 weeks ago

这个400错误是出现在vl的命令行中还是弹出的gptsovits的api命令行中?

lonrencn commented 3 weeks ago

出现在vl里,因为400出现就不往下进行了,弄好了以后,我发现生成不出来,再研究的GPT-sovite,最后把API设置好了。