We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9924854 commit ea8d826Copy full SHA for ea8d826
README.md
@@ -33,9 +33,11 @@ python -m pip install -r requirements.txt
33
```
34
2. Install [ffmpeg](https://ffmpeg.org/)
35
36
-3. Download [Hubert Model](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/hubert_base.pt)
+3. Download models use:
37
38
-4. [OPTIONAL] To use rmvpe pitch extraction, download this [rvmpe.pt](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt)
+```bash
39
+python models.py
40
+```
41
42
### Run WebUI <br />
43
0 commit comments