Skip to content

Commit a2dadfc

Browse files
authored
Update README.en.md (#113)
1 parent 8bf1e0e commit a2dadfc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/README.en.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ An easy-to-use SVC framework based on VITS.<br><br>
2424
2525
> Realtime Voice Conversion Software using RVC : [w-okada/voice-changer](https://github.com/w-okada/voice-changer)
2626
27+
> The dataset for the pre-training model uses nearly 50 hours of high quality VCTK open source dataset.
28+
29+
> High quality licensed song datasets will be added to training-set one after another for your use, without worrying about copyright infringement.
2730
## Summary
2831
This repository has the following features:
2932
+ Reduce tone leakage by replacing source feature to training-set feature using top1 retrieval;
@@ -32,7 +35,6 @@ This repository has the following features:
3235
+ Supporting model fusion to change timbres (using ckpt processing tab->ckpt merge);
3336
+ Easy-to-use Webui interface;
3437
+ Use the UVR5 model to quickly separate vocals and instruments.
35-
+ The dataset for the pre-training model uses nearly 50 hours of high quality VCTK open source dataset, and high quality licensed song datasets will be added to training-set one after another for your use, without worrying about copyright infringement.
3638
## Preparing the environment
3739
We recommend you install the dependencies through poetry.
3840

@@ -43,8 +45,7 @@ The following commands need to be executed in the environment of Python version
4345
pip install torch torchvision torchaudio
4446

4547
#For Windows + Nvidia Ampere Architecture(RTX30xx), 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
46-
47-
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
48+
#pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
4849

4950
# Install the Poetry dependency management tool, skip if installed
5051
# Reference: https://python-poetry.org/docs/#installation
@@ -83,8 +84,6 @@ python infer-web.py
8384
```
8485
If you are using Windows, you can download and extract `RVC-beta.7z` to use RVC directly and use `go-web.bat` to start Webui.
8586

86-
We will develop an English version of the WebUI in 2 weeks.
87-
8887
There's also a tutorial on RVC in Chinese and you can check it out if needed.
8988

9089
## Credits

0 commit comments

Comments
 (0)