Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
TARS Voice Model
|
| 5 |
+
This repository contains a Text-to-Speech (TTS) model trained to emulate the voice of TARS from the movie Interstellar. The model was developed using XTTSv2.
|
| 6 |
+
|
| 7 |
+
License
|
| 8 |
+
This project is licensed under the MIT License.
|
| 9 |
+
|
| 10 |
+
Model Details
|
| 11 |
+
Architecture: XTTSv2
|
| 12 |
+
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 diresctory.
|
| 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
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
Use the provided scripts or interface to input text and receive audio output in TARS's voice.
|