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