jaywalnut310 / vits

VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech
https://jaywalnut310.github.io/vits-demo/index.html
MIT License
6.53k stars 1.22k forks source link

Can I use it without GPU? #84

Open itsdapi opened 1 year ago

itsdapi commented 1 year ago

My server haven't install a GPU yet. And all I got is just a GT710. I don't know how bad it will do.

itsdapi commented 1 year ago

Oh I have a pre-train model ready to use

nikich340 commented 1 year ago

Yes, you can use it on CPU (RAM), just add .cpu() command to some lines in script (which will give your error).

itsdapi commented 1 year ago

Yes, you can use it on CPU (RAM), just add .cpu() command to some lines in script (which will give your error).

Yes and it is pretty damn fast xD