babysor / MockingBird

🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
34.57k stars 5.15k forks source link

输入python demo_toolbox.py后无法跳出应用界面? #909

Open shihwally opened 1 year ago

shihwally commented 1 year ago

Summary[问题简述(一句话)] 输入python demo_toolbox.py后无法跳出应用界面 Env & To Reproduce[复现与环境] 描述你用的环境、代码版本、模型

Screenshots[截图(如有)] If applicable, add screenshots to help image

XiaoshengSu commented 1 year ago

MockingBird\control\toolbox\ui.py if len(synthesizer_fpaths) == 0: print("No synthesizer models found in %s" % synthesizer_models_dir) raise Exception("No synthesizer models found in %s" % synthesizer_models_dir) self.repopulate_box(self.synthesizer_box, [(f.stem, f) for f in synthesizer_fpaths])

这里闪退的,缺少模型,要手动下载 另外,这个比官方英文的效果还要差