You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO: This is will be to serve the TTS extension in [SillyTavern](https://github.com/Cohee1207/SillyTavern) soon. The TTS module or server can be used any way you wish.
7
-
UPD: There's already a result
6
+
Created a PR for SillyTavern: [here](https://github.com/SillyTavern/SillyTavern/pull/1383)
7
+
8
+
The TTS module or server can be used any way you wish.
8
9
9
10
## Installation
11
+
10
12
`pip install xtts-api-server`
11
13
12
-
I strongly recommend installing pytorch with CUDA so that the entire process is on the video card
14
+
I strongly recommend installing pytorch with CUDA so that the entire process is on the video card
@@ -33,13 +36,17 @@ The first time you run or generate, you may need to confirm that you agree to us
33
36
The model will be loaded into memory after the first generation.
34
37
35
38
# API Docs
39
+
36
40
API Docs can be accessed from [http://localhost:8020/docs](http://localhost:8020/docs)
37
41
38
42
# Voice Samples
43
+
39
44
You can find the sample in this repository, also by default samples will be saved to `/output/output.wav` or you can change this, more details in the API documentation
40
45
41
46
# Selecting Folder
47
+
42
48
You can change the folders for speakers and the folder for output via the API.
43
49
44
50
# Get Speakers
51
+
45
52
Once you have at least one file in your speakers folder, you can get its name via API and then you only need to specify the file name.
0 commit comments