Update README.md

This commit is contained in:
manmay nakhashi 2023-10-18 21:32:53 +05:30 committed by GitHub
parent 9997002bdd
commit e5ea98e1f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,36 +14,36 @@ Please duplicate space if you don't want to wait in a queue.
https://huggingface.co/spaces/Manmay/tortoise-tts
## Version history
#### v3.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)
#### v2.8; 2023/9/13
#### v2.8.0; 2023/9/13
- Added custom tokenizer for non-english models
#### v2.7; 2023/7/26
#### v2.7.0; 2023/7/26
- Bug fixes
- Added Apple Silicon Support
- Updated Transformer version
#### v2.6; 2023/7/26
#### v2.6.0; 2023/7/26
- Bug fixes
#### v2.5; 2023/7/09
#### v2.5.0; 2023/7/09
- Added kv_cache support 5x faster
- Added deepspeed support 10x faster
- Added half precision support
#### v2.4; 2022/5/17
#### v2.4.0; 2022/5/17
- Removed CVVP model. Found that it does not, in fact, make an appreciable difference in the output.
- Add better debugging support; existing tools now spit out debug files which can be used to reproduce bad runs.
#### v2.3; 2022/5/12
#### v2.3.0; 2022/5/12
- New CLVP-large model for further improved decoding guidance.
- Improvements to read.py and do_tts.py (new options)
#### v2.2; 2022/5/5
#### v2.2.0; 2022/5/5
- Added several new voices from the training set.
- Automated redaction. Wrap the text you want to use to prompt the model but not be spoken in brackets.
- Bug fixes
#### v2.1; 2022/5/2
#### v2.1.0; 2022/5/2
- Added ability to produce totally random voices.
- Added ability to download voice conditioning latent via a script, and then use a user-provided conditioning latent.
- Added ability to use your own pretrained models.