GPT-SoVITS icon indicating copy to clipboard operation
GPT-SoVITS copied to clipboard

写了个colab请各位过目debug

Open D3lik opened this issue 1 year ago • 8 comments

https://colab.research.google.com/drive/1_RSwX_fdiw_lst_FntfJ--vD6IrusQaH?usp=sharing 没什么问题的话我就开pr了

D3lik avatar Jan 18 '24 02:01 D3lik

你可以直接pr没关系,因为不影响现在的项目结构, 我也会去colab上点开体验下看看debug

RVC-Boss avatar Jan 18 '24 03:01 RVC-Boss

需要改的有点多,最后运行成功后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

love060701 avatar Jan 18 '24 03:01 love060701

ngrok环节有问题

GH3a avatar Jan 18 '24 06:01 GH3a

@GH3a @love060701 我刚醒,现在起来改

D3lik avatar Jan 18 '24 10:01 D3lik

好像运行完安装的步骤之后再运行webui.py的时候还是会确一些package. 还有两个small fix需要改一下两个文件才可以用,我修改了,没找到可以存的地方,存我自己repo这了: https://github.com/hehuan2363/VoiceCloneTutorials/blob/main/GPT_SoVITS_test.ipynb

hehuan2363 avatar Jan 19 '24 23:01 hehuan2363

好像运行完安装的步骤之后再运行webui.py的时候还是会确一些package. 还有两个small fix需要改一下两个文件才可以用,我修改了,没找到可以存的地方,存我自己repo这了: https://github.com/hehuan2363/VoiceCloneTutorials/blob/main/GPT_SoVITS_test.ipynb

感谢大佬编写,我测试一下,如果没问题的话可以pr了

D3lik avatar Jan 19 '24 23:01 D3lik

在colab中,一键3连过程中出现这个情况!Screenshot_2024-02-07-21-53-27-863_mark.via.png 不知道什么原因,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'

qimlisky avatar Feb 07 '24 14:02 qimlisky

rror: [Errno 2] No such fi

在colab中,一键3连过程中出现这个情况!Screenshot_2024-02-07-21-53-27-863_mark.via.png 不知道什么原因,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' 我也是这里报错,你解决了吗

buyeach avatar Mar 22 '24 13:03 buyeach