Docker镜像构建脚本对于镜像的Tag增加Git Commit的Hash值,便于知道镜像中应用版本 1年前 .gitignore Fix dependency-related issues via requirements update (#2236) 11天前 Dockerfile 删除重复的 COPY 指令 (#1073) 11个月前 GPT_SoVITS_Inference.ipynb Fix dependency-related issues via requiremen...
git clone https://www.modelscope.cn/iic/punc_ct-transformer_zh-cn-common-vocab272727-pytorch.git 将以上模型文件放到tools/damo_asr/models目录下 如果训练的音频数据有杂音的话,还需要下载UVR5模型对音频先进行去噪处理,放到tools/uvr5/uvr5_weights目录下 git clone https://huggingface.co/lj1995/VoiceCo...
从GPT-SoVITS Models下载预训练模型 ⚠️确保自己有安装git lfs大文件下载,输入下载 brew install git-lfs 打开终端cd到「GPT_SoVITS\pretrained_models」,复制下载指令运行 例:cd /Users/用户名/xxxx/GPT-SoVITS/GPT_SoVITS/pretrained_models 对于中文自动语音识别(另外),从Damo ASR Model,Damo VAD Model和...
git clone https://www.modelscope.cn/iic/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch.git !git clone https://www.modelscope.cn/iic/speech_fsmn_vad_zh-cn-16k-common-pytorch.git !git clone https://www.modelscope.cn/iic/punc_ct-transformer_zh-cn-common-vocab272727-...
1.下载源码到本地磁盘 git clone https://github.com/RVC-Boss/GPT-SoVITS.git 2.启动双击go-webui.bat 3.访问地址:http://localhost:9874 3.页签【0-前置数据获取工具】中【0a-UVR5人声伴奏分离&去混响去延迟工具】是如果需要分离人声的音频,作者提供了一个工具可以勾选使用,不需要可以跳过 ...
git clone https://github.com/SillyTavern/SillyTavern.git 直接运行启动脚本即可: shell start.sh 如果是windows平台,运行bat: start.bat 由于SillyTavern没有预留GPT-SoVITS的位置,所有将原本的XTTS改为GPT-SoVITS: async fetchTtsGeneration(inputText, voiceId) { ...
git clone https://github.com/RVC-Boss/GPT-SoVITS 然后进入项目,执行: conda create -n GPTSoVits python=3.9 conda activate GPTSoVits bash install.sh 执行前,先看了一下install.sh 为了加快速度,修改为: 能快一些。 2,预训练模型下载 从GPT-SoVITS Models下载预训练模型,并将它们放置在GPT_SoVITS\pr...
克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支1 标签0 Kevin WangUpdate inference_webui.py356de1111个月前 70 次提交 提交 GPT-SoVITS@6ccfd36 initial commit 1年前 Docker initial commit
#示例cd ~/desktop#~代表当前用户git clone --depth=1 https://github.com/RVC-Boss/GPT-SoVITS 2.下载预训练模型(直接参考项目README.md就好) 从GPT-SoVITS Models 下载预训练模型,并将它们解压替换 ~/desktop/GPT-SoVITS/GPT_SoVITS/pretrained_models 。对于 UVR5(人声/伴奏分离和混响移除)(推荐使用UV...
.dockerignore .gitignore Dockerfile GPT_SoVITS_Inference.ipynb LICENSE README.md api.py colab_webui.ipynb config.py docker-compose.yaml dockerbuild.sh go-webui.bat go-webui.ps1 gpt-sovits_kaggle.ipynb install.sh requirements.txt webui.pyBreadcrumbs GPT-SoVITS / .gitignore Latest...