pull/3889/head
enkilee 10 months ago
parent 4bba47401d
commit d8338dd83a

@ -7,11 +7,14 @@ This example contains code used to train a [DiffSinger](https://arxiv.org/abs/21
Download Opencpop from it's [Official Website](https://wenet.org.cn/opencpop/download/) and extract it to `~/datasets`. Then the dataset is in the directory `~/datasets/Opencpop`. Download Opencpop from it's [Official Website](https://wenet.org.cn/opencpop/download/) and extract it to `~/datasets`. Then the dataset is in the directory `~/datasets/Opencpop`.
### pip install ### pip install
<!-- Comment: Cause ppdiffusers will install newest huggingface_hub, but cached_download function has been removed, So need to install the specified version.>
<!-- TODO: If the corresponding dependency library is OK, it needs to be deleted.-->
```shell ```shell
pip install huggingface_hub==0.25.2 pip install huggingface_hub==0.25.2
``` ```
## Get Started ## Get Started
Assume the path to the dataset is `~/datasets/Opencpop`. Assume the path to the dataset is `~/datasets/Opencpop`.
Run the command below to Run the command below to

@ -8,6 +8,8 @@
从 [官方网站](https://wenet.org.cn/opencpop/download/) 下载数据集 从 [官方网站](https://wenet.org.cn/opencpop/download/) 下载数据集
### pip 安装 ### pip 安装
<!-- 注释: 因为ppdiffusion会安装最新的huggingface_hub但cached_download功能已被删除所以需要安装指定的版本。>
<!-- 待完成: 如果相应的依赖库正常,则将其删除。-->
```shell ```shell
pip install huggingface_hub==0.25.2 pip install huggingface_hub==0.25.2
``` ```

Loading…
Cancel
Save