TTS icon indicating copy to clipboard operation
TTS copied to clipboard

Model is downloading to wrong location (on Windows 11) [Bug]

Open codepharmer opened this issue 1 year ago β€’ 1 comments

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//AppData/Local/tts /<model_name>"

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 /AppData/Locallocal/packages/pythonsoftwarefoundation.python.2.10...

To Reproduce

`run `` tts --text "some text" --model_name <model_name> --out_path ``` Then the CLI outputs a message that model has been downloaded to "users//AppData/Local/tts /<model_name>"

Navigate to the appdata/local-- tts does not exist.

running dir /s /b <model_nam> in cmd shows that the model downloaded to /AppData/Locallocal/packages/pythonsoftwarefoundation.python.2.10...

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

codepharmer avatar Nov 30 '23 15:11 codepharmer

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.

stale[bot] avatar Jan 02 '24 09:01 stale[bot]