RVC-Project/Retrieval-based-Voice-Conversion-WebUI
在 GitHub 查看Inference fails loading model
Open
#336 创建于 2023年5月22日
enhancementhelp wanted
仓库指标
- Star
- (18,427 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
When loading in the .pth file to Inferencing timbre, it throws the following error:
TypeError: SynthesizerTrnMs256NSFsid.__init__() takes 19 positional arguments but 20 were given
It appears to be happening on line 392 of infer-web.py:
net_g = SynthesizerTrnMs256NSFsid(*cpt["config"], is_half=config.is_half)
I'm running MacOS Ventura on an M2 Pro.