From bbe1a1ccb1596d2bf6436ac67cc809332b6b475b Mon Sep 17 00:00:00 2001 From: Daniel Chin Date: Wed, 18 Oct 2023 11:26:07 +0400 Subject: [PATCH] inference also requires unzipping hifigan checkpoints --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```