RVC-Project/Retrieval-based-Voice-Conversion-WebUI

Inference fails loading model

開放

#336 建立於 2023年5月22日

 (1 則留言) (0 個反應) (0 位負責人)Python (2,849 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (18,427 顆星)
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.

貢獻者指南