Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (2.849 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (18.427 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador