CjangCjengh / MoeGoe

Executable file for VITS inference
MIT License
2.32k stars 251 forks source link

TypeError: models.SynthesizerTrn() got multiple values for keyword argument 'n_speakers' #46

Open kotoriiiii opened 1 year ago

kotoriiiii commented 1 year ago

python MoeGoe.py

Path of a VITS model: /so-vits-svc/mod/whd/G_92000.pth Path of a config file: /so-vits-svc/mod/whd/config.json Traceback (most recent call last): File "/MoeGoe/MoeGoe.py", line 97, in net_g_ms = SynthesizerTrn( TypeError: models.SynthesizerTrn() got multiple values for keyword argument 'n_speakers' 第一行是我的输入 加载完之后传参好像有问题

acergelff commented 1 year ago

遇到了同样的错误, git clone 之后执行moegoe.py也是报同样的错误。

Remote-yet-Candid commented 1 year ago

一样,求大佬指点