Skip to content

Releases: FontaineRiant/wrAIter

v2.0.1

12 Jan 09:31
Compare
Choose a tag to compare

Introduced the --silent argument to mute all voices.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Jan 09:18
Compare
Choose a tag to compare
  • Switched from GPT-NEO to the transformers library, making switching models much easier
  • Reduced VRAM usage
  • Introduced float precision argument to further reduce VRAM usage
  • Switched from YourTTS to xTTS v2, improving voice quality
  • Support for multiple alternating speakers for narration and dialogues

Full Changelog: v1.1.0...v2.0.0

v1.1.0

12 Feb 11:49
Compare
Choose a tag to compare

Switched TTS model to YourTTS, allowing for customization using short WAV files as voice samples. Included two samples from librispeech. See FAQ in README.md for instructions on how change voices.

Full Changelog: v1.0.2...v1.1.0

v1.0.2

17 Dec 08:06
Compare
Choose a tag to compare

Fixed text generation on CPU. You'll need at least 25 GB of RAM and add the --cpugpt flag to play.sh or play.ps1 (whichever you use). The time it takes to generate text on CPU is in minutes instead of seconds, so be patient.

v1.0.1

01 Dec 16:13
Compare
Choose a tag to compare

Fixed minor issues with linux compatibility.

v1.0.0

09 Nov 13:59
848b2bc
Compare
Choose a tag to compare

First stable release