Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

updata readme #374

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
7 changes: 5 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(预览版)

Expand Down
Loading