Text-to-Speech
Transformers
tts
voice-cloning
yoruba
hausa
igbo
pidgin
nigerian-english
african-languages
Instructions to use Axiveri/WazobiaVoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Axiveri/WazobiaVoice with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Axiveri/WazobiaVoice")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Axiveri/WazobiaVoice", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "wura": { | |
| "language_id": "yo", | |
| "gender": "female", | |
| "region": "Lagos", | |
| "exaggeration": 0.55, | |
| "cfg_weight": 0.55, | |
| "audio_prompt_path": "inbuilt_voices/wura.wav", | |
| "traits": "social, expressive", | |
| "best_use_case": "social media content, conversational/casual content, entertainment" | |
| }, | |
| "bolaji": { | |
| "language_id": "yo", | |
| "gender": "male", | |
| "region": "Ibadan", | |
| "exaggeration": 0.42, | |
| "cfg_weight": 0.62, | |
| "audio_prompt_path": "inbuilt_voices/bolaji.wav", | |
| "traits": "neutral, basic", | |
| "best_use_case": "general narration, everyday announcements, straightforward informational content" | |
| }, | |
| "musa": { | |
| "language_id": "ha", | |
| "gender": "male", | |
| "region": "Kano", | |
| "exaggeration": 0.4, | |
| "cfg_weight": 0.65, | |
| "audio_prompt_path": "inbuilt_voices/musa.wav", | |
| "traits": "expressive, confident", | |
| "best_use_case": "sports commentary, ads/promos, energetic announcements" | |
| }, | |
| "hauwa": { | |
| "language_id": "ha", | |
| "gender": "female", | |
| "region": "Kaduna", | |
| "exaggeration": 0.55, | |
| "cfg_weight": 0.55, | |
| "audio_prompt_path": "inbuilt_voices/hauwa.wav", | |
| "traits": "calm, a bit professionally expressive", | |
| "best_use_case": "customer service / IVR, professional narration" | |
| }, | |
| "emeka": { | |
| "language_id": "ig", | |
| "gender": "male", | |
| "region": "Enugu", | |
| "exaggeration": 0.44, | |
| "cfg_weight": 0.58, | |
| "audio_prompt_path": "inbuilt_voices/emeka.wav", | |
| "traits": "bold, neutrally expressive", | |
| "best_use_case": "general narration, e-learning, corporate voice" | |
| }, | |
| "adaeze": { | |
| "language_id": "ig", | |
| "gender": "female", | |
| "region": "Imo", | |
| "exaggeration": 0.55, | |
| "cfg_weight": 0.55, | |
| "audio_prompt_path": "inbuilt_voices/adaeze.wav", | |
| "traits": "neutrally expressive", | |
| "best_use_case": "general narration, audiobooks, virtual assistant" | |
| }, | |
| "tunde": { | |
| "language_id": "pcm", | |
| "gender": "male", | |
| "region": "Lagos", | |
| "exaggeration": 0.55, | |
| "cfg_weight": 0.5, | |
| "audio_prompt_path": "inbuilt_voices/tunde.wav", | |
| "traits": "calm", | |
| "best_use_case": "calm narration, wellness/meditation content" | |
| }, | |
| "ngozi": { | |
| "language_id": "pcm", | |
| "gender": "female", | |
| "region": "Port Harcourt", | |
| "exaggeration": 0.55, | |
| "cfg_weight": 0.55, | |
| "audio_prompt_path": "inbuilt_voices/ngozi.wav", | |
| "traits": "competent, professional", | |
| "best_use_case": "customer service, business communications" | |
| }, | |
| "james": { | |
| "language_id": "en", | |
| "gender": "male", | |
| "region": "Lagos Island", | |
| "exaggeration": 0.48, | |
| "cfg_weight": 0.57, | |
| "audio_prompt_path": "inbuilt_voices/james.wav", | |
| "traits": "professional", | |
| "best_use_case": "corporate narration, business communications" | |
| }, | |
| "elder_deji": { | |
| "language_id": "yo", | |
| "gender": "male", | |
| "region": null, | |
| "exaggeration": 0.4, | |
| "cfg_weight": 0.62, | |
| "audio_prompt_path": "inbuilt_voices/elder_deji.wav", | |
| "traits": "elderly, native Yoruba speaker", | |
| "best_use_case": "storytelling, folklore/proverbs, cultural/heritage content, audiobooks" | |
| }, | |
| "ife": { | |
| "language_id": "yo", | |
| "gender": "female", | |
| "region": null, | |
| "exaggeration": 0.5, | |
| "cfg_weight": 0.58, | |
| "audio_prompt_path": "inbuilt_voices/ife.wav", | |
| "traits": "teenage girl, news-style delivery", | |
| "best_use_case": "youth-oriented news reading, educational content for younger audiences" | |
| }, | |
| "john": { | |
| "language_id": "pcm", | |
| "gender": "male", | |
| "region": null, | |
| "exaggeration": 0.65, | |
| "cfg_weight": 0.45, | |
| "audio_prompt_path": "inbuilt_voices/john.wav", | |
| "traits": "teenage boy, expressive, confident, loud", | |
| "best_use_case": "ads/promos, youth entertainment, games, energetic social content" | |
| }, | |
| "amara": { | |
| "language_id": "en", | |
| "gender": "female", | |
| "region": "Lagos Island", | |
| "exaggeration": 0.55, | |
| "cfg_weight": 0.55, | |
| "audio_prompt_path": "inbuilt_voices/amara.wav", | |
| "traits": "calm, friendly tone, expressive", | |
| "best_use_case": "friendly customer service, conversational assistant, welcoming/onboarding content" | |
| } | |
| } |