-
Notifications
You must be signed in to change notification settings - Fork 5.1k
请问,目前的api.py文件已经兼容v4版本了吗? #2354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
不知为何,v4模型识别成v2的 .\runtime\python.exe -I api.py -d cuda -s "SoVITS_weights_v4/xxxx_e5_s745_l32.pth" -g "GPT_weights_v4/xxxx-e15.ckpt" -dr "G:\AI\GPT-SoVITS-v4-20250422fix\output\1.wav" -dt "xxxx请输入文字xxxxxx" -dl zh INFO: 默认参考音频路径: G:\AI\GPT-SoVITS-v4-20250422fix\output\1.wav |
遇到了同样的问题,跟 @xiaohuoxing 的报错一样 |
看起来api.py和api_v2.py都没集成好v4模型,调用有问题,等一波作者大佬出手 |
尝试修改
|
@"G:\AI\GPT-SoVITS-v4-20250422fix\api.py", line 730, in get_tts_wav infer_sovits = speaker_list[spk].sovits KeyError: 'default'
好像不行哦大佬 |
还是会识别错吗?请贴出报错或者相关信息。 |
好消息,已经测试通过。请查看 #2352 最新的提交。 |
The text was updated successfully, but these errors were encountered: