Text-to-Speech
Transformers
English
Māori
abteex-ai-labs
aotearoa
audio
kokoro
local-first
lumynax
new-zealand
sovereign-ai
speech
tts
legacy
outdated
Instructions to use AbteeXAILab/lumynax-speech-kokoro-82m-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AbteeXAILab/lumynax-speech-kokoro-82m-tts with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="AbteeXAILab/lumynax-speech-kokoro-82m-tts")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AbteeXAILab/lumynax-speech-kokoro-82m-tts", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
feat: initial LumynaX scaffold (card v6 + quickstart + manifest + Modelfile + Space scaffold)
99b4d17 verified