RVC-Boss / GPT-SoVITS

1 min voice data can also be used to train a good TTS model! (few shot voice cloning)
MIT License
35.61k stars 4.06k forks source link

是否可以简单写一个ubuntu环境下能够正确跑的教程呢?感谢 #133

Open softbeast opened 9 months ago

softbeast commented 9 months ago

是否可以简单写一个ubuntu环境下能够正确跑的教程呢?感谢

Liu-yixi commented 9 months ago

ubuntu配好环境,下载好pretained_models,直接在webui.python文件的同级目录调用就可以了。如果是云服务器使用vscode ssh 连接并启动会自动跳转到浏览器。

Arcmoon-Hu commented 9 months ago

@Liu-yixi 你好,WSL的Unbutu下有运行成功吗

Liu-yixi commented 9 months ago

@Liu-yixi 你好,WSL的Unbutu下有运行成功吗

我用的AWS云服务器,step2的微调都失败了。但底模直接推理没有什么问题。

ChrisGitHubIcon commented 9 months ago

Ubuntu就按着作者的guide,bash install.sh然后就有错排错,因为每台机器的环境都不一样。建议用conda构建一个Python3.9的环境,相应能少点报错

LeoHsu0802 commented 9 months ago

請問 @Liu-yixi 有運行成功嗎? 我也是用AWS EC2運行跑bash install.sh不行,手動安裝的話在step2微調報錯 "RuntimeError: GET was unable to find an engine to execute this computation",不過第三步底模推理也沒問題

Liu-yixi commented 9 months ago

@LeoHsu0802 国内服务器 T4显卡 目前都可以了。RuntimeError这个报错我没遇到过,之前都是Zerodivision。

LeoHsu0802 commented 9 months ago

@Liu-yixi 我也是用T4顯卡運行,但是無法fine tune,請問你是 create conda 然後運行 bash install.sh安裝的嗎? 另外想請問您EC2是用的AMI是哪一個呢?

Liu-yixi commented 9 months ago

应该是Deep learning ubuntu 22的,我是直接bash install.sh 不过要注意下版本, funasr与modelscope, requirement.txt没有注明,版本高了会出错。可以看下https://github.com/RVC-Boss/GPT-SoVITS/issues/162#issuecomment-1905673220。再看下23456文件是否有空的。

Liu-yixi commented 9 months ago

162 这个

LeoHsu0802 commented 9 months ago

@Liu-yixi , 我是用Deep learning ubuntu 20.04, 用bash install.sh安裝後可以做第二步驟的fine tune,但在第三步驟推理就會報錯,RuntimeError: Failed to load audio: ffmpeg error,funasr与modelscope版本沒問題23456文件也有了

Liu-yixi commented 9 months ago

@LeoHsu0802 会不会是ffmpeg的问题,换个版本试试,要小于7

LeoHsu0802 commented 9 months ago

請問您是裝哪個版本呢? 我是 ffmpeg 4.3
ffmpeg-python 0.2.0

LeoHsu0802 commented 9 months ago

@Liu-yixi 請問您是執行以下安裝才跑bash install.sh嗎? sudo apt install ffmpeg sudo apt install libsox-dev conda install -c conda-forge 'ffmpeg<7'

Liu-yixi commented 9 months ago

@LeoHsu0802 我是的,23456文件夹有了,还得看看里面内容是不是空的,这个我之前一直有问题,最近修复了。

Liu-yixi commented 9 months ago

@LeoHsu0802 你是国内服务器还是国外服务器?国外的网络可能造成一些问题,我后面换成国内的才成功。

LeoHsu0802 commented 9 months ago

我用國外服務器,稍後換國內試試,非常感謝

一兮 @.***> 於 2024年1月30日 週二 上午10:59寫道:

@LeoHsu0802 https://github.com/LeoHsu0802 你是国内服务器还是国外服务器?国外的网络可能造成一些问题,我后面换成国内的才成功。

— Reply to this email directly, view it on GitHub https://github.com/RVC-Boss/GPT-SoVITS/issues/133#issuecomment-1915986573, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJB6633IR7I2XKI3MAKLGGLYRBOZXAVCNFSM6AAAAABCEQPUZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJVHE4DMNJXGM . You are receiving this because you were mentioned.Message ID: @.***>

lalala-233 commented 9 months ago

ArchLinux 可以,但我用的是纯 CPU……

JavaAndPython55 commented 8 months ago

我只用的api,我用conda就成功了,下个conda,然后把requestments安装一遍就行,用的是清华的镜像源。我版本是3.9.13,modelscope和whister我没装 没装的原因:我没用上,因为我看他包里有阿里的funasr语音识别了,应该不会在用openai的whister了,modelscope也是阿里的包,但是我感觉很大就没有安装,以前用过sambert装起来很大。 就是启动后他会下载

image

requestments里少一个,einops。把这个安装一下,在把ffmpeg装一下,就ok了。

JavaAndPython55 commented 8 months ago

我专门给你写了一个文档,https://blog.csdn.net/qq_38403590/article/details/136237911