From 556172281d8a7e15787c819525c4eecf96a2783d Mon Sep 17 00:00:00 2001 From: James Betker Date: Thu, 12 May 2022 20:26:24 -0600 Subject: [PATCH] Release notes for 2.3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0955f67..b2d345c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ This repo contains all the code needed to run Tortoise TTS in inference mode. ### 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 - 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.