Environment setup: updated requirements.txt with additional packages, and add an optional conda environment file (conda-nix-vc-py310.yaml).
Configuration updates: all models now reside in the checkpoints/ directory, and paths in config_dit_mel_seed.yml, hifigan.yml and seed_vc_test.py are updated accordingly.
A script download_models.py is added to automate the download of required models from Hugging Face Hub.
Added model download script and related updates:
.gitignore
filerequirements.txt
with additional packages, and add an optional conda environment file (conda-nix-vc-py310.yaml
).checkpoints/
directory, and paths inconfig_dit_mel_seed.yml
,hifigan.yml
andseed_vc_test.py
are updated accordingly.download_models.py
is added to automate the download of required models from Hugging Face Hub.