mirror of https://github.com/coqui-ai/TTS.git
Update xtts trainer recipe
This commit is contained in:
parent
e8a1a50273
commit
653f2e75ef
|
@ -42,7 +42,7 @@ os.makedirs(CHECKPOINTS_OUT_PATH, exist_ok=True)
|
|||
|
||||
|
||||
# DVAE files
|
||||
DVAE_CHECKPOINT_LINK = "https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/v1.1.1/denoising_dvae_v3_small.pth"
|
||||
DVAE_CHECKPOINT_LINK = "https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/v1.1.1/dvae.pth"
|
||||
MEL_NORM_LINK = "https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/v1.1.1/mel_stats.pth"
|
||||
# download DVAE files
|
||||
print(" > Downloading DVAE files!")
|
||||
|
|
Loading…
Reference in New Issue