Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Nov 17, 2022
1 parent fe5569b commit b6ad005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hifigan/hub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CKPT_URLS = {
"hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.1.1/hifigan_48k.pt",
"hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.1.2/hifigan-48k-20DAC6A62B1508F62BA33A66CC125BBB.pt",
}
import torch
from ..model.generators.generator import Generator
Expand Down
4 changes: 2 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ def load_remote():
device = "cpu"

# Load Remote checkpoint
# hifigan = load_remote().to(device)
hifigan = load_remote().to(device)

# Load Local checkpoint
hifigan = load_local().to(device)
# hifigan = load_local().to(device)

# Load audio
wav, sr = torchaudio.load("zszy_48k.wav")
Expand Down

0 comments on commit b6ad005

Please sign in to comment.