CoolFace
Modelpublic

vongocanhthi/acut-Kokoro-ONNX

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes
Model Card

ACut Kokoro-ONNX (multi-language hub)

Single Hugging Face repo for ACut desktop Kokoro TTS assets.

  • —Voicepacks (.npy): downloaded on demand by the app (keeps the installer small).
  • —Vietnamese ONNX models: under vi/ for packaging / rebuilds.
  • —82M ONNX: prepared from thewh1teagle/kokoro-onnx releases (kokoro-v1.0.int8.onnx); voicepacks live here under 82m/.

Try ACut

Privacy-first video editor for browser and desktop — local processing, captions, speech tools, and clean exports (no watermarks on the free tier):

[→ Open ACut](https://www.acutapp.com/)

Website: https://www.acutapp.com

Layout

PathContents
vi/kokoro_vi.int8.onnxShipped INT8 model (~79 MB)
vi/kokoro_vi.fp16.onnxFP16 weight-pack (~156 MB)
vi/kokoro_vi.fp32.onnxUpstream FP32 (~311 MB)
vi/config.jsonModel config
vi/voicepacks/*.npyRuntime style packs (14)
vi/voicepacks/*.ptUpstream .pt style packs
vi/voices-manifest.jsonVI catalog
82m/voicepacks/*.npyKokoro-82M voices (54)
82m/voices-manifest.json82M catalog

Download examples

bash
# Vietnamese voicepacks only
hf download vongocanhthi/acut-Kokoro-ONNX vi/voicepacks --local-dir ./kokoro-vi-voicepacks

# 82M voicepacks only
hf download vongocanhthi/acut-Kokoro-ONNX 82m/voicepacks --local-dir ./kokoro-82m-voicepacks

Sources

  • —Vietnamese: contextboxai/Kokoro-Vietnamese (Apache-2.0)
  • —82M voices: hexgrad Kokoro-82M via thewh1teagle/kokoro-onnx voices-v1.0.bin (split to per-voice .npy)