TTS
TTS copied to clipboard
Model is downloading to wrong location (on Windows 11) [Bug]
Describe the bug
When I run the tts code to download a model from the CLI (tts --text "some text" --model_name <model_name> --out_path <path>
)
Then the CLI outputs a message that model has been downloaded to "users/
When I navigate to the directory (via cmd or explorer) the path to tts does not exist.
running dir /s /b <model_nam>
in cmd shows that the model downloaded to
To Reproduce
`run `` tts --text "some text" --model_name <model_name> --out_path
Navigate to the appdata/local-- tts does not exist.
running dir /s /b <model_nam>
in cmd shows that the model downloaded to
Expected behavior
Model should download to the location stated in the CLI
Logs
No response
Environment
{
"CUDA": {
"GPU": [
"NVIDIA GeForce RTX 3090"
],
"available": true,
"version": "11.8"
},
"Packages": {
"PyTorch_debug": false,
"PyTorch_version": "2.1.1+cu118",
"TTS": "0.21.1",
"numpy": "1.22.0"
},
"System": {
"OS": "Windows",
"architecture": [
"64bit",
"WindowsPE"
],
"processor": "Intel64 Family 6 Model 85 Stepping 7, GenuineIntel",
"python": "3.10.11",
"version": "10.0.22621"
}
}
Additional context
No response
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.