A newer Kokoro model release is available upstream.
Why this isn't auto-bumped
Model upgrades can change the ONNX schema, the output sample rate, or the voice roster.
A blind URL bump could ship broken audio or break downstream code that hardcodes
voice names. So this issue is the prompt — a maintainer evaluates and bumps manually.
Checklist for the upgrade
Opened automatically by .github/workflows/check-kokoro-model.yml. Close manually once the upgrade is merged or explicitly declined.
A newer Kokoro model release is available upstream.
model-files-v1.0model-files-v1.1Why this isn't auto-bumped
Model upgrades can change the ONNX schema, the output sample rate, or the voice roster.
A blind URL bump could ship broken audio or break downstream code that hardcodes
voice names. So this issue is the prompt — a maintainer evaluates and bumps manually.
Checklist for the upgrade
_MODEL_URLand_VOICES_URLinstackvox/engine.pyto point atmodel-files-v1.1._ensure_models(e.g.kokoro-vX.Y.onnx,voices-vX.Y.bin) still match the upstream release assets — the file names track the model version, not the release tag.stackvox voicesagainst the new voice pack. If voices were removed or renamed, update the README voice table and the bash completion list incli.py.stackvox welcomeand a few specific voices.fix:commit so release-please surfaces it in the next release.Opened automatically by
.github/workflows/check-kokoro-model.yml. Close manually once the upgrade is merged or explicitly declined.