GPT-SoVITS
GPT-SoVITS copied to clipboard
写了个colab请各位过目debug
https://colab.research.google.com/drive/1_RSwX_fdiw_lst_FntfJ--vD6IrusQaH?usp=sharing 没什么问题的话我就开pr了
你可以直接pr没关系,因为不影响现在的项目结构, 我也会去colab上点开体验下看看debug
需要改的有点多,最后运行成功后ngrok的连接打不开,这个不知道咋解决。
ERR_NGROK_8012 Traffic was successfully tunneled to the ngrok agent, but the agent failed to establish a connection to the upstream web service at localhost:9874. The error encountered was:
dial tcp 127.0.0.1:9874: connect: connection refused
ngrok环节有问题
@GH3a @love060701 我刚醒,现在起来改
好像运行完安装的步骤之后再运行webui.py的时候还是会确一些package. 还有两个small fix需要改一下两个文件才可以用,我修改了,没找到可以存的地方,存我自己repo这了: https://github.com/hehuan2363/VoiceCloneTutorials/blob/main/GPT_SoVITS_test.ipynb
好像运行完安装的步骤之后再运行webui.py的时候还是会确一些package. 还有两个small fix需要改一下两个文件才可以用,我修改了,没找到可以存的地方,存我自己repo这了: https://github.com/hehuan2363/VoiceCloneTutorials/blob/main/GPT_SoVITS_test.ipynb
感谢大佬编写,我测试一下,如果没问题的话可以pr了
在colab中,一键3连过程中出现这个情况!
不知道什么原因,logs/名字/2-xxx,5还是6-xxx 都没有生成, semantics token extraction,speech-to-text执行失败,
我前面的步骤应该是正确的
colab中
File "/usr/local/lib/python3.9/site-packages/gradio/utils.py", line 322, in run_sync_iterator_async
return next(iterator)
File "/usr/local/lib/python3.9/site-packages/gradio/utils.py", line 691, in gen_wrapper
yield from f(*args, **kwargs)
File "/content/GPT-SoVITS/webui.py", line 381, in open1a
with open(txt_path, "r", encoding="utf8") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'logs/demo/2-name2text-0.txt'
rror: [Errno 2] No such fi
在colab中,一键3连过程中出现这个情况!
不知道什么原因,logs/名字/2-xxx,5还是6-xxx 都没有生成, semantics token extraction,speech-to-text执行失败, 我前面的步骤应该是正确的 colab中 File "/usr/local/lib/python3.9/site-packages/gradio/utils.py", line 322, in run_sync_iterator_async return next(iterator) File "/usr/local/lib/python3.9/site-packages/gradio/utils.py", line 691, in gen_wrapper yield from f(*args, **kwargs) File "/content/GPT-SoVITS/webui.py", line 381, in open1a with open(txt_path, "r", encoding="utf8") as f: FileNotFoundError: [Errno 2] No such file or directory: 'logs/demo/2-name2text-0.txt'
FileNotFoundError: [Errno 2] No such file or directory: 'logs/demo/2-name2text-0.txt' 我也是这里报错,你解决了吗