Views
No views yet
| Directory | Quantization | Total size |
|---|---|---|
models/coreml/ | fp32 (all 4 graphs) | ~197 MB |
models/coreml_int8_both/ | fp32 duration_predictor+text_encoder, int8 vector_estimator+vocoder | ~111 MB |
models/
coreml/ # fp32 reference
duration_predictor_mlprogram.mlpackage
text_encoder_mlprogram.mlpackage
vector_estimator_mlprogram.mlpackage
vocoder_mlprogram.mlpackage
coreml_int8_both/ # production-recommended variant
...
resources/
voice_styles/ # 10 voice JSONs (M1-M5, F1-F5)
onnx/
tts.json
unicode_indexer.json
LICENSE
README.md
UPSTREAM.mdtext_processor → duration_predictor → text_encoder → vector_estimator (denoising loop) → vocoder.resources/voice_styles/<voice>.json to load style_dp (8x16) and style_ttl (50x256).resources/onnx/tts.json carries the model config (sample rate, base chunk size,
chunk compress factor, latent dim) needed at runtime.resources/onnx/unicode_indexer.json holds the multilingual tokenization tables for the v3 Unicode processor.coremltools.optimize.coreml.linear_quantize_weightslinear_symmetricper_channelvector_estimator, vocodervector_estimator: 127.3 MB → 65.3 MBvocoder: 48.3 MB → 24.3 MBUPSTREAM.md for full provenance.