Download Latest Version 0.4.2 source code.zip (738.3 kB)
Email in envelope

Get an email when there's a new version of OuteTTS

Home / 0.2.1
Name Modified Size InfoDownloads / Week
Parent folder
OuteTTS v0.2.1 source code.tar.gz 2024-11-30 8.5 MB
OuteTTS v0.2.1 source code.zip 2024-11-30 8.5 MB
README.md 2024-11-30 643 Bytes
Totals: 3 Items   16.9 MB 0

Release Notes v0.2.1

New Features and Improvements:

  1. Support for ExLlamaV2
  2. Integrated support for ExLlamaV2
  3. Pull request: [#37]

  4. Whisper Integration for Speaker Generation

  5. Added Whisper-based transcription for generating speakers when no transcript is provided.
  6. Suggested in: [#28]
  7. Now, if transcript is set to None, the text will be automatically transcribed using Whisper.

python def create_speaker( self, audio_path: str, transcript: str = None, whisper_model: str = "turbo", whisper_device = None )

Source: README.md, updated 2024-11-30