(相关资料图)
sovits一款开源免费AI语音转换软件,但是对windows支持度较低(其实不低
在windows环境中so-vits-svc的requirements文件中提供的python包名并不能很好的安装,网上解决方案大多过时,让我们在克隆声音时难以使用自己的电脑,本文提供我的解决方案。
1.faiss的安装
faiss版本很老,不支持新版python,会弹出
ERROR: Could not find a version that satisfies the requirement faiss (from versions: none)ERROR: No matching distribution found for faiss
解决方法是在requirements文件中删除它,并手动安装faiss-cpu,输入"pip install faiss-cpu"。经测试 ,faiss-cpu可正常用于sovits中。
2.torch的安装
默认安装的torch是cpu版本,需要卸载后安装gpu版本。在"http://download.pytorch.org/whl/torch/"中搜索cu11(实际上是你的cuda版本号),选择cp后面是你的python版本的下载后本地安装。
3.pyworld的安装
如果你直接安装requirements中的包,就可以直接使用,但requirements_win和requirements_onnx_encoder中的pyworld已不再支持新版python,在这两个文件中删除pyworld的版本号后安装即可。
X 关闭
Copyright © 2015-2022 亚洲商报网版权所有 备案号:京ICP备2021034106号-51 联系邮箱:5 516 538 @qq.com