Text-to-Speech
Transformers
Safetensors
PyTorch
English
Chinese
breeze
text-generation
speech-generation
voice-clone
voice-design
voice-direction
cuda
Instructions to use BreezeBlue/Breeze-TTS-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BreezeBlue/Breeze-TTS-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="BreezeBlue/Breeze-TTS-2")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("BreezeBlue/Breeze-TTS-2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Multi-language support
#6 opened about 15 hours ago
by
Exo87
Breeze TTS 2 is available in audio.cpp’s dev branch for testing. 6GB VRAM 4x faster than realtime. No Python. Demo included
#5 opened 1 day ago
by
audio-cpp
Fintune for other languages?
👍 5
#4 opened 2 days ago
by
krigeta
ComfyUI Ready 🎉
❤️👍 3
#2 opened 3 days ago
by
drbaph
Demo for this model on Spaces
❤️ 2
2
#1 opened 3 days ago
by
multimodalart