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
chore: standardise legacy release metadata
Browse filesAdd canonical lifecycle and infusion metadata, correct Hugging Face base-model and pipeline metadata, and refresh integrity records.
- README.md +2 -1
- checksums.sha256 +2 -2
- release_export_manifest.json +57 -38
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: transformers
|
| 4 |
-
pipeline_tag: text-
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
- mi
|
|
@@ -18,6 +18,7 @@ tags:
|
|
| 18 |
- tts
|
| 19 |
- legacy
|
| 20 |
- outdated
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# LumynaX Speech Kokoro 82M TTS
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: transformers
|
| 4 |
+
pipeline_tag: text-to-speech
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
- mi
|
|
|
|
| 18 |
- tts
|
| 19 |
- legacy
|
| 20 |
- outdated
|
| 21 |
+
base_model: hexgrad/Kokoro-82M
|
| 22 |
---
|
| 23 |
|
| 24 |
# LumynaX Speech Kokoro 82M TTS
|
checksums.sha256
CHANGED
|
@@ -2,6 +2,6 @@
|
|
| 2 |
d0b4f9120ba026c00fa23cb84b4e1620a2e6436592e58155a5151653179572c0 VERSION.txt
|
| 3 |
391942577c1f9541506af349794513e68be85a8715e8dc3b1dd5457559d4eea4 ollama/Modelfile
|
| 4 |
ba748ab0a2c014b2feac90f249001b28b2b3810f335ed3ae0960570f0e1feeeb quickstart.py
|
| 5 |
-
|
| 6 |
dd873da1e34bee536b535b05ffe41bbeeacaa9d106db9463ae0f4abe2f07dff8 requirements.txt
|
| 7 |
-
|
|
|
|
| 2 |
d0b4f9120ba026c00fa23cb84b4e1620a2e6436592e58155a5151653179572c0 VERSION.txt
|
| 3 |
391942577c1f9541506af349794513e68be85a8715e8dc3b1dd5457559d4eea4 ollama/Modelfile
|
| 4 |
ba748ab0a2c014b2feac90f249001b28b2b3810f335ed3ae0960570f0e1feeeb quickstart.py
|
| 5 |
+
2fea846c1cbb481ce3cf120222c7201e7576ed2cfc143e727b0e46c52214499c release_export_manifest.json
|
| 6 |
dd873da1e34bee536b535b05ffe41bbeeacaa9d106db9463ae0f4abe2f07dff8 requirements.txt
|
| 7 |
+
847bc6e5ed0054b7f7e8e083e45379c7a8d1ca8e00899ce8605549fe5ababa70 README.md
|
release_export_manifest.json
CHANGED
|
@@ -1,38 +1,57 @@
|
|
| 1 |
-
{
|
| 2 |
-
"release_id": "lumynax-speech-kokoro-82m-tts",
|
| 3 |
-
"title": "LumynaX Speech Kokoro 82M TTS",
|
| 4 |
-
"repo_id": "AbteeXAILab/lumynax-speech-kokoro-82m-tts",
|
| 5 |
-
"version": "v0.1.0",
|
| 6 |
-
"publisher": "AbteeX AI Labs",
|
| 7 |
-
"publisher_org": "AbteeXAILab",
|
| 8 |
-
"jurisdiction": "NZ",
|
| 9 |
-
"residency": [
|
| 10 |
-
"NZ",
|
| 11 |
-
"AU",
|
| 12 |
-
"global"
|
| 13 |
-
],
|
| 14 |
-
"upstream": {
|
| 15 |
-
"repo_id": "hexgrad/Kokoro-82M",
|
| 16 |
-
"license": "apache-2.0",
|
| 17 |
-
"prompt_format": "kokoro",
|
| 18 |
-
"source_note": "Kokoro TTS"
|
| 19 |
-
},
|
| 20 |
-
"gguf_mirror": null,
|
| 21 |
-
"runtime": "transformers",
|
| 22 |
-
"modalities": [
|
| 23 |
-
"text",
|
| 24 |
-
"audio"
|
| 25 |
-
],
|
| 26 |
-
"context_tokens": 510,
|
| 27 |
-
"total_params_b": 0.082,
|
| 28 |
-
"active_params_b": null,
|
| 29 |
-
"quantization": "fp32 (small)",
|
| 30 |
-
"primary_artifact": "kokoro-v1_0.pth",
|
| 31 |
-
"package_state": "weights_mirrored",
|
| 32 |
-
"validation_status": "scaffold_verified",
|
| 33 |
-
"sovereignty_tier": 3,
|
| 34 |
-
"supports_tools": false,
|
| 35 |
-
"supports_json": false,
|
| 36 |
-
"audit_hash_chain": "SHA-256 over canonical request + response JSON",
|
| 37 |
-
"build_date_utc": "2026-05-17T01:21:02Z"
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"release_id": "lumynax-speech-kokoro-82m-tts",
|
| 3 |
+
"title": "LumynaX Speech Kokoro 82M TTS",
|
| 4 |
+
"repo_id": "AbteeXAILab/lumynax-speech-kokoro-82m-tts",
|
| 5 |
+
"version": "v0.1.0",
|
| 6 |
+
"publisher": "AbteeX AI Labs",
|
| 7 |
+
"publisher_org": "AbteeXAILab",
|
| 8 |
+
"jurisdiction": "NZ",
|
| 9 |
+
"residency": [
|
| 10 |
+
"NZ",
|
| 11 |
+
"AU",
|
| 12 |
+
"global"
|
| 13 |
+
],
|
| 14 |
+
"upstream": {
|
| 15 |
+
"repo_id": "hexgrad/Kokoro-82M",
|
| 16 |
+
"license": "apache-2.0",
|
| 17 |
+
"prompt_format": "kokoro",
|
| 18 |
+
"source_note": "Kokoro TTS"
|
| 19 |
+
},
|
| 20 |
+
"gguf_mirror": null,
|
| 21 |
+
"runtime": "transformers",
|
| 22 |
+
"modalities": [
|
| 23 |
+
"text",
|
| 24 |
+
"audio"
|
| 25 |
+
],
|
| 26 |
+
"context_tokens": 510,
|
| 27 |
+
"total_params_b": 0.082,
|
| 28 |
+
"active_params_b": null,
|
| 29 |
+
"quantization": "fp32 (small)",
|
| 30 |
+
"primary_artifact": "kokoro-v1_0.pth",
|
| 31 |
+
"package_state": "weights_mirrored",
|
| 32 |
+
"validation_status": "scaffold_verified",
|
| 33 |
+
"sovereignty_tier": 3,
|
| 34 |
+
"supports_tools": false,
|
| 35 |
+
"supports_json": false,
|
| 36 |
+
"audit_hash_chain": "SHA-256 over canonical request + response JSON",
|
| 37 |
+
"build_date_utc": "2026-05-17T01:21:02Z",
|
| 38 |
+
"lumynax_manifest_version": 3,
|
| 39 |
+
"lifecycle": {
|
| 40 |
+
"status": "legacy",
|
| 41 |
+
"maintenance": "unmaintained",
|
| 42 |
+
"production_recommended": false
|
| 43 |
+
},
|
| 44 |
+
"lumynax_infusion": {
|
| 45 |
+
"core_role": "primary_intelligence_model",
|
| 46 |
+
"method": "routed",
|
| 47 |
+
"infused_model": "hexgrad/Kokoro-82M",
|
| 48 |
+
"weight_composition_applied": false,
|
| 49 |
+
"moe_composition": "not_applied"
|
| 50 |
+
},
|
| 51 |
+
"licensing": {
|
| 52 |
+
"id": "apache-2.0",
|
| 53 |
+
"license_file": "LICENSE.txt",
|
| 54 |
+
"source_model_repo": "hexgrad/Kokoro-82M",
|
| 55 |
+
"weights_subject_to_source_license": true
|
| 56 |
+
}
|
| 57 |
+
}
|