Skip to content

Commit ea8d826

Browse files
author
Neo
authored
Update README.md
1 parent 9924854 commit ea8d826

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ python -m pip install -r requirements.txt
3333
```
3434
2. Install [ffmpeg](https://ffmpeg.org/)
3535

36-
3. Download [Hubert Model](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/hubert_base.pt)
36+
3. Download models use:
3737

38-
4. [OPTIONAL] To use rmvpe pitch extraction, download this [rvmpe.pt](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt)
38+
```bash
39+
python models.py
40+
```
3941

4042
### Run WebUI <br />
4143

0 commit comments

Comments
 (0)