You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ Reduce tone leakage by replacing source feature to training-set feature using top1 retrieval;
38
+
+ Reduce tone leakage by replacing the source feature to training-set feature using top1 retrieval;
39
39
+ Easy and fast training, even on relatively poor graphics cards;
40
40
+ Training with a small amount of data also obtains relatively good results (>=10min low noise speech recommended);
41
41
+ Supporting model fusion to change timbres (using ckpt processing tab->ckpt merge);
42
42
+ Easy-to-use Webui interface;
43
43
+ Use the UVR5 model to quickly separate vocals and instruments.
44
+
+ Use the most powerful High-pitch Voice Extraction Algorithm [InterSpeech2023-RMVPE](#Credits) to prevent the muted sound problem. Provides the best results (significantly) and is faster, with even lower resource consumption than Crepe_full.
45
+
44
46
## Preparing the environment
45
-
We recommend you install the dependencies through poetry.
47
+
The following commands need to be executed in the environment of Python version 3.8 or higher.
46
48
47
-
The following commands need to be executed in the environment of Python version 3.8 or higher:
49
+
(Windows/Linux)
50
+
First install the main dependencies through pip:
48
51
```bash
49
52
# Install PyTorch-related core dependencies, skip if installed
#For Windows + Nvidia Ampere Architecture(RTX30xx), you need to specify the cuda version corresponding to pytorch according to the experience of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/issues/21
@@ -90,7 +102,7 @@ Then use this command to start Webui:
90
102
```bash
91
103
python infer-web.py
92
104
```
93
-
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.
105
+
If you are using Windows or macOS, you can download and extract `RVC-beta.7z` to use RVC directly by using`go-web.bat` on windows or `sh ./run.sh` on macOS to start Webui.
94
106
95
107
There's also a tutorial on RVC in Chinese and you can check it out if needed.
96
108
@@ -102,8 +114,10 @@ There's also a tutorial on RVC in Chinese and you can check it out if needed.
0 commit comments