updata readme

This commit is contained in:
ylzz1997 2023-10-03 23:54:19 +08:00
parent 347f88e220
commit 730930d337
2 changed files with 10 additions and 4 deletions

View File

@ -174,8 +174,11 @@ unzip -od pretrain/nsf_hifigan pretrain/nsf_hifigan_20221211.zip
If you are using the `rmvpe` F0 Predictor, you will need to download the pre-trained RMVPE model.
- download model at [rmvpe.pt](https://huggingface.co/datasets/ylzz1997/rmvpe_pretrain_model/resolve/main/rmvpe.pt)
- Place it under the `pretrain` directory
+ download model at [rmvpe.zip](https://github.com/yxlllc/RMVPE/releases/download/230917/rmvpe.zip), this weight is recommended.
+ unzip `rmvpe.zip`and rename the `model.pt` file to `rmvpe.pt` and place it under the `pretrain` directory.
- ~~download model at [rmvpe.pt](https://huggingface.co/datasets/ylzz1997/rmvpe_pretrain_model/resolve/main/rmvpe.pt)~~
- ~~Place it under the `pretrain` directory~~
##### FCPE(Preview version)

View File

@ -175,8 +175,11 @@ unzip -od pretrain/nsf_hifigan pretrain/nsf_hifigan_20221211.zip
如果使用`rmvpe`F0预测器的话需要下载预训练的 RMVPE 模型
+ 下载模型 [rmvpe.pt](https://huggingface.co/datasets/ylzz1997/rmvpe_pretrain_model/resolve/main/rmvpe.pt)
+ 放在`pretrain`目录下
+ 下载模型[rmvpe.zip](https://github.com/yxlllc/RMVPE/releases/download/230917/rmvpe.zip),目前首推该权重。
+ 解压缩`rmvpe.zip`,并将其中的`model.pt`文件改名为`rmvpe.pt`并放在`pretrain`目录下
+ ~~下载模型 [rmvpe.pt](https://huggingface.co/datasets/ylzz1997/rmvpe_pretrain_model/resolve/main/rmvpe.pt)~~
+ ~~放在`pretrain`目录下~~
##### FCPE(预览版)