Instructions to use MBZUAI/speecht5_tts_clartts_ar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MBZUAI/speecht5_tts_clartts_ar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="MBZUAI/speecht5_tts_clartts_ar")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("MBZUAI/speecht5_tts_clartts_ar") model = AutoModelForTextToSpectrogram.from_pretrained("MBZUAI/speecht5_tts_clartts_ar", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#4 opened 11 months ago
by
SFconvertbot
license is correct? because of mgb2 data license does not allow non commercial by default.
#3 opened almost 2 years ago
by
radenmuazhuda
Adding `safetensors` variant of this model
#2 opened over 2 years ago
by
SFconvertbot