Open isatyamks opened 2 months ago
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
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.