Kasen
Kasen
Hi, I've had this problem before and mentioned it in https://github.com/coqui-ai/TTS/issues/3434#issuecomment-1871181181. You can temporarily get the return value with the following code `list(tts.synthesizer.tts_model.speaker_manager.name_to_id)`. And I've submitted a merge request #3487,...
I have a similar problem. My code is as follows: ``` Python import torch from TTS.api import TTS # Get device DEVICE: str = "cuda" if torch.cuda.is_available() else "cpu" #...
I have also encountered a similar situation. I am using an Intel NUC with an RTX 2060(win10, onnxruntime-gpu: 1.16.0, CUDA: 11.8, cuDNN: 8.5.0.96). The code to init dependencies is as...