GPT-SoVITS
GPT-SoVITS copied to clipboard
where is users.pth?
trafficstars
colab run webui.py
/content/GPT-SoVITS
Traceback (most recent call last):
File "/content/GPT-SoVITS/webui.py", line 17, in <module>
with open("%s/users.pth"%(site_packages_root),"w")as f:
FileNotFoundError: [Errno 2] No such file or directory: '/content/GPT-SoVITS/runtime/Lib/site-packages/users.pth'
能给个colab notebook吗?
这个文件需要找到放到使用的python对应的site-packages目录下,相当于调包的时候自动能找到gpt_sovits和几个tools的根目录
所以文件在哪里呢?是需要命令行先训练才能用webui吗?
@ywaby 我更新了代码,应该已经修复了,你再试试?
Still not working with similar error