GPT-SoVITS配置
作者链接
Python下载以及安装
版本这里根据教程的版本走即可,这里不会安装python或者不会配置环境的参考我之前的文章
- Python 3.9, PyTorch 2.0.1, CUDA 11
- Python 3.10.13, PyTorch 2.1.2, CUDA 12.3
- Python 3.9, PyTorch 2.3.0.dev20240122, macOS 14.3 (Apple silicon, GPU)
源文件
prezip
安装依赖
win + r打开cmd命令行找到对应的源文件地址输入pip install -r requirements.txt安装依赖文件
pip install -r requirements.txt
等待安装结束
运行
直接运行webui.py
这里我用的vsc运行的,也可以直接cmd命令行运行 python xxx.py去运行
整理在安装配置环境时遇到的报错
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory:
torch.manual_seed(233333)
Resource cmudict not found. Please use the NLTK Downloader to obtain the resource:
httpx.InvalidURL: Invalid port文章来源:https://www.toymoban.com/news/detail-831842.html
总结
以上是我安装GPT-SoVITS中遇到的一些问题希望能帮助到大家,感谢大家的支持文章来源地址https://www.toymoban.com/news/detail-831842.html
到了这里,关于Window系统GPT-SoVITS配置安装的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!