Inflect v2
Collection
Complete local text-to-waveform speech models at 3.96M and 9.36M parameters, with official PyTorch and ONNX Runtime releases. • 5 items • Updated • 5
Official, verified FP32 ONNX Runtime export of Inflect-Micro-v2. This repository is a format export only: no training, pruning, or quantization was applied.
The learned model is split into:
| Graph | Purpose | Size |
|---|---|---|
onnx/duration.onnx |
Tokens to aligned acoustic distribution | 7.32 MB |
onnx/decode.onnx |
Acoustic distribution and seeded noise to waveform | 30.43 MB |
python -m pip install -r onnx/requirements.txt
python onnx/inference_onnx.py \
--text "A small voice can still have something meaningful to say." \
--output sample.wav \
--provider cpu
See the complete ONNX guide for the Python API, provider selection, long-text behavior, parity measurements, checksums, and reproducible export instructions.
The graphs pass ONNX checker validation, dynamic-length inference,
short- and long-form synthesis, seed determinism, and direct numerical parity
testing against the canonical PyTorch checkpoint. See
onnx/parity_report.json and
onnx/SOURCE.json.
The canonical architecture, evaluation, audio samples, PyTorch checkpoint, and project documentation remain at owensong/Inflect-Micro-v2.
Base model
owensong/Inflect-Micro-v2