unilight / s3prl-vc

S3PRL-VC: A Voice Conversion Toolkit based on S3PRL
https://unilight.github.io/Publication-Demos/publications/s3prl-vc/index.html
MIT License
93 stars 12 forks source link

Add diffusion model implementation #2

Closed lesterphillip closed 1 year ago

lesterphillip commented 1 year ago

Hi, I'm adding a PR for a basic diffusion model implementation.

To test it, you can simply replace the configuration file in run.sh using the one in conf/diffusion.yaml

Let me know if you encounter any bugs or have any suggestions for revision.

unilight commented 1 year ago

Thanks Lester, really nice work! For now, I think we just need to unify some code structure and style. I'll try to test this model on other datasets (VCC2020 for instance) later.

lesterphillip commented 1 year ago

Thanks for checking the code! I've made some changes but here's a summary:

Let me know if there are other changes needed!