From def42110c089cb739be7a27334c39c7011085a8e Mon Sep 17 00:00:00 2001 From: Rice Cake Date: Mon, 10 Apr 2023 16:45:47 +0800 Subject: [PATCH 1/3] Update README_en.md --- README_en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_en.md b/README_en.md index 6fe55e8..2bc15c1 100644 --- a/README_en.md +++ b/README_en.md @@ -22,6 +22,7 @@ This repository has the following features: + Supporting model fusion to change timbres; + Easy-to-use Webui interface; + Use the UVR5 model to quickly separate vocals and instruments. ++ The dataset for the pre-training model uses nearly 50 hours of high quality VCTK open source, and high quality licensed song datasets will be added one after another for your use, without worrying about copyright infringement. ## Preparing the environment We recommend you install the dependencies through poetry. From d7c0cda07ef8d80b29e1159fa40e37e95256cbc4 Mon Sep 17 00:00:00 2001 From: Rice Cake Date: Mon, 10 Apr 2023 16:48:10 +0800 Subject: [PATCH 2/3] Update README_en.md --- README_en.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README_en.md b/README_en.md index 2bc15c1..aec06ac 100644 --- a/README_en.md +++ b/README_en.md @@ -32,6 +32,10 @@ The following commands need to be executed in the environment of Python version # Reference: https://pytorch.org/get-started/locally/ pip install torch torchvision torchaudio +#For Win + 30-series Nvidia cards, you need to specify the cuda version corresponding to pytorch according to the experience of https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/issues/21 + +pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 + # Install the Poetry dependency management tool, skip if installed # Reference: https://python-poetry.org/docs/#installation curl -sSL https://install.python-poetry.org | python3 - From 3ccae97cc7a3b142af5c74f25e9b029201068294 Mon Sep 17 00:00:00 2001 From: Rice Cake Date: Mon, 10 Apr 2023 16:48:49 +0800 Subject: [PATCH 3/3] Update README_en.md --- README_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_en.md b/README_en.md index aec06ac..bb7c4ec 100644 --- a/README_en.md +++ b/README_en.md @@ -32,7 +32,7 @@ The following commands need to be executed in the environment of Python version # Reference: https://pytorch.org/get-started/locally/ pip install torch torchvision torchaudio -#For Win + 30-series Nvidia cards, you need to specify the cuda version corresponding to pytorch according to the experience of https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/issues/21 +#For Windows + 30-series Nvidia cards, you need to specify the cuda version corresponding to pytorch according to the experience of https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/issues/21 pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117