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
1. Install `pytorch` and its core dependencies, skip if already installed. Refer to: https://pytorch.org/get-started/locally/
69
+
- General
69
70
```bash
70
71
pip install torch torchvision torchaudio
71
72
```
72
-
2. If you are using Nvidia Ampere architecture (RTX30xx) in Windows, according to the experience of #21, you need to specify the cuda version corresponding to pytorch.
73
+
- Nvidia GPU
74
+
Remember to specify the CUDA version that is the same as your platform, like
If you are using Nvidia Ampere architecture (RTX30xx) in Windows, according to the experience of #21, you need to specify the cuda version corresponding to pytorch.
> RVC requires some models located in the `assets` folder for inference and training.
@@ -109,7 +119,7 @@ sh ./run.sh
109
119
- If you want to skip the resource integrity check at startup, please add the `--nocheck` parameter.
110
120
111
121
#### Download Manually
112
-
> All resource files are located in [Hugging Face space](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
122
+
> All resource files are located in [Hugging Face space](https://huggingface.co/fumiama/RVC-Pretrained-Models/tree/main/)
113
123
114
124
> You can find some scripts to download them in the `tools` folder
115
125
@@ -140,14 +150,14 @@ If you want to use the v2 version of the model, you need to download additional
140
150
141
151
If you want to use the latest RMVPE vocal pitch extraction algorithm, you need to download the pitch extraction model parameters and place them in `assets/rmvpe`.
0 commit comments