Downloads · 30 days
175
74% of all-time downloads
arjun10g/chatterbox-web
chatterbox-web is a text-to-speech model from arjun10g. Use it when you need text read aloud. It is set up for transformers.js. The card lists the license as mit.
A repackaging of onnx-community/chatterbox-ONNX sized for in-browser use.
Downloads · 30 days
175
74% of all-time downloads
All-time downloads
237
Public
Repo size
907 MB
Likes
0
Public
Click a slice to open those files.
.onnx_data900 MB · 99%
From the Hugging Face model README
A repackaging of onnx-community/chatterbox-ONNX sized for in-browser use.
Two changes from upstream:
speech_encoder is a 6 KB stub. transformers.js hardcodes it into
Chatterbox's session list, so it is fetched whether or not you use it — 564 MB
of model that a text-to-speech app never runs. The speaker conditioning it
would produce is instead precomputed once and shipped as voices/default.bin
(250 KB), passed straight to generate() as speaker_embeddings,
speaker_features, audio_features and audio_tokens.Together these take the download from ~1.4 GB to ~865 MB.
Because the stub is never called, this repo cannot clone a new voice — it can only speak in the bundled one. Use the upstream repo for cloning.
Built for Natural Voice. Weights remain MIT, as upstream.