lmxue commited on
Commit
ecc7b2c
1 Parent(s): 66e8aa9

rename to vits_ljspeech

Browse files

change name from vits-ljspeech to vits_ljspeech

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -17,7 +17,7 @@ To utilize the pretrained models, just run the following commands:
17
  ### Step1: Download the checkpoint
18
  ```bash
19
  git lfs install
20
- git clone https://huggingface.co/amphion/vits-ljspeech
21
  ```
22
 
23
  ### Step2: Clone the Amphion's Source Code of GitHub
@@ -31,7 +31,7 @@ Use the soft link to specify the downloaded checkpoint in the first step:
31
  ```bash
32
  cd Amphion
33
  mkdir -p ckpts/tts
34
- ln -s ../../../vits-ljspeech ckpts/tts/
35
  ```
36
 
37
  ### Step4: Inference
@@ -40,9 +40,9 @@ You can follow the inference part of [this recipe](https://github.com/open-mmlab
40
 
41
  ```bash
42
  sh egs/tts/VITS/run.sh --stage 3 --gpu "0" \
43
- --config ckpts/tts/vits-ljspeech/args.json \
44
- --infer_expt_dir ckpts/tts/vits-ljspeech/ \
45
- --infer_output_dir ckpts/tts/vits-ljspeech/result \
46
  --infer_mode "single" \
47
  --infer_text "This is a clip of generated speech with the given text from a TTS model."
48
  ```
 
17
  ### Step1: Download the checkpoint
18
  ```bash
19
  git lfs install
20
+ git clone https://huggingface.co/amphion/vits_ljspeech
21
  ```
22
 
23
  ### Step2: Clone the Amphion's Source Code of GitHub
 
31
  ```bash
32
  cd Amphion
33
  mkdir -p ckpts/tts
34
+ ln -s ../../../vits_ljspeech ckpts/tts/
35
  ```
36
 
37
  ### Step4: Inference
 
40
 
41
  ```bash
42
  sh egs/tts/VITS/run.sh --stage 3 --gpu "0" \
43
+ --config ckpts/tts/vits_ljspeech/args.json \
44
+ --infer_expt_dir ckpts/tts/vits_ljspeech/ \
45
+ --infer_output_dir ckpts/tts/vits_ljspeech/result \
46
  --infer_mode "single" \
47
  --infer_text "This is a clip of generated speech with the given text from a TTS model."
48
  ```