Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 357 Bytes

File metadata and controls

27 lines (15 loc) · 357 Bytes

Zero-Shot VC

环境安装

pip install -r requirments.txt

模型下载

modelscope download --model 'ACoderPassBy/UnetVC' --local_dir './files'

快速使用

python converter.py --source_wav /path/source.wav --target_wav /path/target.wav --save_path /path/converted.wav --model_path ./files

感谢

FunASR