diff --git a/hifigan/hub/__init__.py b/hifigan/hub/__init__.py index 7c9ccf7..bf07b60 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.0.2/hifigan_48k.pt", + "hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.1.0/hifigan_48k.pt", } import torch from ..model.generators.generator import Generator