From fe5569b12b0cded21fa0745489b4d80096373959 Mon Sep 17 00:00:00 2001 From: jstzwj <1103870790@qq.com> Date: Thu, 17 Nov 2022 14:06:55 +0800 Subject: [PATCH] v0.1.1 --- hifigan/hub/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hifigan/hub/__init__.py b/hifigan/hub/__init__.py index bf07b60..2ad6af6 100644 --- a/hifigan/hub/__init__.py +++ b/hifigan/hub/__init__.py @@ -1,5 +1,5 @@ CKPT_URLS = { - "hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.1.0/hifigan_48k.pt", + "hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.1.1/hifigan_48k.pt", } import torch from ..model.generators.generator import Generator