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])
1条答案
按热度按时间zzwlnbp81#
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])
这里闪退的,缺少模型,要手动下载
另外,这个比官方英文的效果还要差