diff --git a/tortoise/api.py b/tortoise/api.py index df75a80..56bdc04 100755 --- a/tortoise/api.py +++ b/tortoise/api.py @@ -43,7 +43,7 @@ MODELS = { 'vocoder.pth': 'https://huggingface.co/jbetker/tortoise-tts-v2/resolve/main/.models/vocoder.pth', 'rlg_auto.pth': 'https://huggingface.co/jbetker/tortoise-tts-v2/resolve/main/.models/rlg_auto.pth', 'rlg_diffuser.pth': 'https://huggingface.co/jbetker/tortoise-tts-v2/resolve/main/.models/rlg_diffuser.pth', - 'bigvgan_base_24khz_100band.pth': 'https://cdn.ecker.tech/models/bigvgan_base_24khz_100band.pth', + 'bigvgan_base_24khz_100band.pth': 'https://huggingface.co/ecker/tortoise-tts-models/resolve/main/models/bigvgan_base_24khz_100band.pth', } def hash_file(path, algo="md5", buffer_size=0):