Reuploads of model from https://github.com/wonjune-kang/lvc-vc
Use my (unofficial) pip package for LVC (I'm not affiliated with the authors) (currently only works on short clips).
pip install lvc
from lvc import LVC, LVCAudio
l = LVC()
l.infer_file(
'orig.wav',
'sample.wav',
'target.wav',
)
License
MIT