Instructions to use Audio8/Audio8-TTS-Preview-0.6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Audio8/Audio8-TTS-Preview-0.6b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Audio8/Audio8-TTS-Preview-0.6b", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Audio8/Audio8-TTS-Preview-0.6b", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
We use Fishaudio already and are curious about this
We make 3d games and use fish for our voiceovers by using voice cloning. what does this directly improve atop the existing fishaudio workflow?
happy to try this on some higher end GPUs if i can understand what i'm comparing against
Thanks for the question! We are actually building on top of Fish’s DualAR architecture, which we think is a very strong design for voice cloning.
The main improvement is not a completely different workflow, but rather scaling efficiency: we focus on achieving comparable voice quality and cloning capability with a much smaller 0.6B model, while preserving the advantages of the DualAR architecture.
Compared with the existing FishAudio workflow using the 4.5B model, our goal is to provide a much lighter alternative with significantly lower memory usage, easier deployment, and faster inference, while keeping similar voice cloning quality.