mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2025-12-06 07:12:00 +01:00
Merge pull request #657 from fakerybakery/main
Minor documentation improvements
This commit is contained in:
commit
80f89987a5
|
|
@ -1,6 +1,6 @@
|
||||||
## Version history
|
## Changelog
|
||||||
#### v3.0.0; 2023/10/18
|
#### v3.0.0; 2023/10/18
|
||||||
- Added fast inference for tortoise with hifidecoder(inspired by xtts by [coquiTTS](https://github.com/coqui-ai/TTS) 🐸, check their multi-lingual model)
|
- Added fast inference for tortoise with HiFi Decoder (inspired by xtts by [coquiTTS](https://github.com/coqui-ai/TTS) 🐸, check out their multilingual model for noncommercial uses)
|
||||||
#### v2.8.0; 2023/9/13
|
#### v2.8.0; 2023/9/13
|
||||||
- Added custom tokenizer for non-english models
|
- Added custom tokenizer for non-english models
|
||||||
#### v2.7.0; 2023/7/26
|
#### v2.7.0; 2023/7/26
|
||||||
|
|
@ -218,7 +218,7 @@ credit a few of the amazing folks in the community that have helped make this ha
|
||||||
|
|
||||||
## Notice
|
## Notice
|
||||||
|
|
||||||
Tortoise was built entirely by me using my own hardware. My employer was not involved in any facet of Tortoise's development.
|
Tortoise was built entirely by the author (James Betker) using their own hardware. Their employer was not involved in any facet of Tortoise's development.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## Voice customization guide
|
## Voice Customization Guide
|
||||||
|
|
||||||
Tortoise was specifically trained to be a multi-speaker model. It accomplishes this by consulting reference clips.
|
Tortoise was specifically trained to be a multi-speaker model. It accomplishes this by consulting reference clips.
|
||||||
|
|
||||||
Loading…
Reference in a new issue