TTS
TTS copied to clipboard
[Bug] multilingual/multi-dataset/xtts_v2 not available in model list
Describe the bug
I installed TTS using pip. However, when I follow the instructions and use tts --list_models
, I do not get the tts_models/multilingual/multi-dataset/xtts_v2
model in the list. Is this a bug or has the model been removed? How can I download the model and use it with TTS?
To Reproduce
pip install TTS
tts --list_models
Expected behavior
tts_models/multilingual/multi-dataset/xtts_v2
should be listed
Logs
No response
Environment
{
"CUDA": {
"GPU": [
"Quadro RTX 6000"
],
"available": true,
"version": "12.1"
},
"Packages": {
"PyTorch_debug": false,
"PyTorch_version": "2.2.0+cu121",
"TTS": "0.14.3",
"numpy": "1.21.6"
},
"System": {
"OS": "Linux",
"architecture": [
"64bit",
"ELF"
],
"processor": "x86_64",
"python": "3.8.10",
"version": "#63-Ubuntu SMP Fri Dec 16 14:32:59 UTC 2022"
}
}
Additional context
No response
+1
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.