-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3395519
commit ca5778f
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -243,7 +243,21 @@ Vision capabilities can also be run locally via koboldcpp. To get started, downl | |
____________________________________ | ||
|
||
### Text-to-Speech | ||
By default, Mantella comes packaged with a fast and local TTS service called Piper (note: Piper only supports English). Mantella can also be run with xVASynth (local) or XTTS (local / online) to generate NPC voicelines: | ||
By default, Mantella comes packaged with a fast and local TTS service called Piper (note: Piper only supports English). Mantella can also be run with xVASynth (local) or XTTS (local / online) to generate NPC voicelines. See the comparison below for more details: | ||
|
||
| Feature | Piper | xVASynth | XTTS | | ||
|:----------|:----------:|:----------:|:----------:| | ||
| Fastest | ✔* | | | | ||
This comment has been minimized.
Sorry, something went wrong. |
||
| Easiest setup | ✔ | | | | ||
| Highest quality | | | ✔ | | ||
| Greatest emotional range | | ✔ | | | ||
This comment has been minimized.
Sorry, something went wrong.
Pendrokar
Contributor
|
||
| Support for modded NPCs | | ✔ | ✔ | | ||
| Easy to create custom voice models | | | ✔ | | ||
| Local support | ✔ | ✔ | ✔ | | ||
| API support | | | ✔ | | ||
| Can run on a second PC | | | ✔ | | ||
This comment has been minimized.
Sorry, something went wrong.
Pendrokar
Contributor
|
||
|
||
*XTTS may generate faster responses when running externally. | ||
|
||
<details> | ||
<summary><b>xVASynth</b></summary> | ||
|
Unclear if meant with CPU or GPU