From 730930d337d171479eadf305f96cbed4bb393e77 Mon Sep 17 00:00:00 2001 From: ylzz1997 Date: Tue, 3 Oct 2023 23:54:19 +0800 Subject: [PATCH] updata readme --- README.md | 7 +++++-- README_zh_CN.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d9e2f79..33ed688 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_zh_CN.md b/README_zh_CN.md index 71c3a60..10e3005 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -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(预览版)