diff --git a/README.md b/README.md index 90811f18c9..a3621cb8d0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ pip3 install -r requirements.txt ## Inference -You have to download the [pretrained models](https://drive.google.com/drive/folders/1DOhZGlTLMbbAAFZmZGDdc77kz1PloS7F?usp=sharing) and put them in ``output/ckpt/LJSpeech/``, ``output/ckpt/AISHELL3``, or ``output/ckpt/LibriTTS/``. +You have to download the [pretrained models](https://drive.google.com/drive/folders/1DOhZGlTLMbbAAFZmZGDdc77kz1PloS7F?usp=sharing) and put them in ``output/ckpt/LJSpeech/``, ``output/ckpt/AISHELL3``, or ``output/ckpt/LibriTTS/``. +Also, unzip hifigan/generator_LJSpeech.pth.tar.zip and generator_universal.pth.tar.zip For English single-speaker TTS, run ```