Commit
·
108cc9f
1
Parent(s):
7a4e294
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ To utilize these pretrained vocoders, just run the following commands:
|
|
13 |
### Step1: Download the checkpoint
|
14 |
```bash
|
15 |
git lfs install
|
16 |
-
git clone https://huggingface.co/amphion/
|
17 |
```
|
18 |
|
19 |
### Step2: Clone the Amphion's Source Code of GitHub
|
@@ -26,9 +26,8 @@ Use the soft link to specify the downloaded checkpoint in the first step:
|
|
26 |
|
27 |
```bash
|
28 |
cd Amphion
|
29 |
-
mkdir ckpts/vocoder
|
30 |
-
|
31 |
-
ln -s ../vocoder/bigvgan_singing ckpts/vocoder/bigvgan_singing
|
32 |
```
|
33 |
|
34 |
### Step4: Inference
|
|
|
13 |
### Step1: Download the checkpoint
|
14 |
```bash
|
15 |
git lfs install
|
16 |
+
git clone https://huggingface.co/amphion/BigVGAN_singing_bigdata
|
17 |
```
|
18 |
|
19 |
### Step2: Clone the Amphion's Source Code of GitHub
|
|
|
26 |
|
27 |
```bash
|
28 |
cd Amphion
|
29 |
+
mkdir -p ckpts/vocoder
|
30 |
+
ln -s "$(realpath ../BigVGAN_singing_bigdata/bigvgan_singing)" pretrained/bigvgan_singing
|
|
|
31 |
```
|
32 |
|
33 |
### Step4: Inference
|