Add voice conversion functionality to _t1.py
The error in your code is due to the TTS model not being explicitly moved to a specific GPU (cuda:2).
The to() method does not apply directly to the TTS instance like that.
Instead, ensure that the tensors are placed correctly in your code.
Thank you for your contribution. Please note that the original Coqui TTS project has been shut down. However, there is an actively maintained fork available at https://github.com/idiap/coqui-ai-TTS (PyPI package: coqui-tts). You may want to consider redirecting your efforts there for ongoing development and support. For more context on the shutdown and community discussions, please see issue #3488
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.