Plachtaa / VITS-fast-fine-tuning

This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Apache License 2.0
4.69k stars 705 forks source link

【本地运行错误】Failed to execute script 'inference' due to unhandled exception! #470

Open xiaomi0530 opened 11 months ago

xiaomi0530 commented 11 months ago

在本地运行inference.exe,文件配置都没有问题,但是报错(如下),也没有网页打开。望帮助,谢谢。

Traceback (most recent call last): File "inference.py", line 97, in File "utils.py", line 19, in load_checkpoint AssertionError [14352] Failed to execute script 'inference' due to unhandled exception!

anfogy commented 10 months ago

py版本不对吧

zzapbj commented 7 months ago

用自己训练后的模型的config.json和G_latest.pth可以正常使用, config.json要改名为./finetune_speaker.json ,然后就能解决正常启动了