Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ Training Data: Audio samples extracted from Interstellar featuring TARS's voice.
|
|
| 13 |
Purpose: To generate speech that closely resembles TARS's distinctive voice.
|
| 14 |
|
| 15 |
Installation
|
| 16 |
-
Download the files to a folder and put the folder in your models
|
| 17 |
|
| 18 |
Then launch tts with:
|
| 19 |
python xtts_api_server --listen --deepspeed --lowvram --model-folder "D:\AI_Tools\xtts-api-server\xtts_models" --model-source local --version tars
|
|
|
|
| 13 |
Purpose: To generate speech that closely resembles TARS's distinctive voice.
|
| 14 |
|
| 15 |
Installation
|
| 16 |
+
Download the files to a folder and put the folder named tars in your tts models dir.
|
| 17 |
|
| 18 |
Then launch tts with:
|
| 19 |
python xtts_api_server --listen --deepspeed --lowvram --model-folder "D:\AI_Tools\xtts-api-server\xtts_models" --model-source local --version tars
|