VieNeu-TTS v3 Turbo — browser artifact set
Unofficial. These are the 30 files a browser build of VieNeu-TTS v3 Turbo downloads, flat in one directory so a loader can fetch them from a single base URL. The upstream projects do not endorse this repository; for the real thing see pnnbao97/VieNeu-TTS.
Use
const BASE = 'https://huggingface.co/duyquangnvx/vieneu-tts-web-models/resolve/<commit-sha>';
Pin a commit, not main. The loader names its cache after manifest.json's version, and
that version is a hash of every artifact's (name, bytes, sha256). A pinned URL means a
re-export can never be served to a browser holding the old bytes.
Files are fetched with fetch() in CORS mode, which is what lets a cross-origin-isolated page
(COOP same-origin + COEP require-corp) load them: the Hub answers with
Access-Control-Allow-Origin on every hop but sends no Cross-Origin-Resource-Policy, so a
no-cors load would be blocked.
What is here
| Files | Origin |
|---|---|
config.json, tokenizer.json, vieneu_prefill.onnx, vieneu_decode_step.onnx, vieneu_acoustic_cached.onnx, vieneu_backbone_shared.data |
Unmodified from pnnbao-ump/VieNeu-TTS-v3-Turbo onnx_int8/ |
heads_small.{json,bin}, text_head_gather.onnx, audio_head_0..15.onnx |
Modified: generated from that repo's onnx_int8/vieneu_v3_heads.npz so the audio_emb table stays inside ONNX graphs instead of becoming a JS array |
codec_browser_onnx_meta.json, moss_audio_tokenizer_decode_{full,step}.onnx, moss_audio_tokenizer_decode_shared.data |
Unmodified from OpenMOSS-Team/MOSS-Audio-Tokenizer-Nano-ONNX |
sea_g2p.bin |
Modified: the sea-g2p 0.9.1 dictionary with its Thai and Indonesian sections removed |
manifest.json |
Generated: every file's real size and sha256, plus the version the browser cache is named after |
sea_g2p.bin keeps the Vietnamese and English tables byte-for-byte; the export refuses to write
if they differ. The removed sections were built from data under terms the wheel does not restate.
See NOTICE for the full attribution and licence trail.
Licence
Apache-2.0, inherited from every upstream component. Keep LICENSE and
NOTICE with any redistribution.
- Downloads last month
- 47
Model tree for duyquangnvx/vieneu-tts-web-models
Base model
OpenMOSS-Team/MOSS-Audio-Tokenizer-Nano-ONNX