Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training my own Model #1

Open
rx-fly opened this issue Nov 9, 2022 · 1 comment
Open

Training my own Model #1

rx-fly opened this issue Nov 9, 2022 · 1 comment

Comments

@rx-fly
Copy link

rx-fly commented Nov 9, 2022

What steps would I need to take to train my own voice model? I have audio files/clips I can use, but I am unfamiliar with the process of training an AI Voice model.
I've trained a stable diffusion textual inversion model on the webui, but am unsure how different this process would be.

@sophiefy
Copy link
Owner

sophiefy commented Nov 9, 2022

What steps would I need to take to train my own voice model? I have audio files/clips I can use, but I am unfamiliar with the process of training an AI Voice model. I've trained a stable diffusion textual inversion model on the webui, but am unsure how different this process would be.

Hi~ Training a voice conversion model is almost the same with the process you train a stable diffusion model. But there are, of course, some tiny differences. I think a good starting point could be StarGANv2-VC, which is totlally self-supervised and you only need to feed it with audio data. The author has also provided detailed training and inference procedure so it won't be difficult to get started:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants