From 5d5aacc38c26b70bf294d4e023e2029845408cc6 Mon Sep 17 00:00:00 2001 From: James Betker Date: Tue, 17 May 2022 12:15:13 -0600 Subject: [PATCH] v2.4 --- README.md | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2d345c..1cdae3d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ Tortoise is a text-to-speech program built with the following priorities: This repo contains all the code needed to run Tortoise TTS in inference mode. -### New features +### Version history + +#### v2.4; 2022/5/117 +- 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 - New CLVP-large model for further improved decoding guidance. diff --git a/setup.py b/setup.py index fce0bd9..11127fd 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="TorToiSe", packages=setuptools.find_packages(), - version="2.3.0", + version="2.4.0", author="James Betker", author_email="james@adamant.ai", description="A high quality multi-voice text-to-speech library",