Skip to content

Commit

Permalink
Updated fine-tuned 44k singing voice conversion model with better aud…
Browse files Browse the repository at this point in the history
…io quality
  • Loading branch information
Plachtaa committed Oct 28, 2024
1 parent 47cb703 commit f40c8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def load_models(args):
"config_dit_mel_seed_uvit_whisper_small_wavenet.yml")
else:
dit_checkpoint_path, dit_config_path = load_custom_model_from_hf("Plachta/Seed-VC",
"DiT_seed_v2_uvit_whisper_base_f0_44k_bigvgan_pruned_ema_ft.pth",
"DiT_seed_v2_uvit_whisper_base_f0_44k_bigvgan_pruned_ft_ema.pth",
"config_dit_mel_seed_uvit_whisper_base_f0_44k.yml")
# f0 extractor
from modules.rmvpe import RMVPE
Expand Down

0 comments on commit f40c8d8

Please sign in to comment.