Text-to-Speech
Transformers
Safetensors
arktts
feature-extraction
audio
tts
voice-cloning
zero-shot
multilingual
custom_code
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") - Inference
- Notebooks
- Google Colab
- Kaggle
Suggested: Arabic support
#8
by ast980 - opened
Hello, thank you for releasing this model. I would like to suggest adding Arabic support to the final release. As it's one of the most widely spoken languages globally, including Arabic could significantly expand the model's accessibility to new demographics and regions.
Thank you for your suggestion!
As many other languages suggested by the community, Arabic domain is on the list of our developing data collection. Though to be sincere, our current working task is majorly enhancing the current model(it's still "preview" now), hence the additional languages should be brought up at the next phase. Stay tuned!