forked from mrq/tortoise-tts
Release notes for 2.3
This commit is contained in:
parent
1a4f0fa350
commit
8c0b3855bf
|
@ -9,6 +9,10 @@ This repo contains all the code needed to run Tortoise TTS in inference mode.
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
|
#### v2.3; 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; 2022/5/5
|
||||||
- Added several new voices from the training set.
|
- 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.
|
- Automated redaction. Wrap the text you want to use to prompt the model but not be spoken in brackets.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="TorToiSe",
|
name="TorToiSe",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
version="2.2.0",
|
version="2.3.0",
|
||||||
author="James Betker",
|
author="James Betker",
|
||||||
author_email="james@adamant.ai",
|
author_email="james@adamant.ai",
|
||||||
description="A high quality multi-voice text-to-speech library",
|
description="A high quality multi-voice text-to-speech library",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user