Views
No views yet
-bf16 (default; fastest + clean
on CUDA), -fp32 (un-quantized reference),
-int4 (smallest).llm_decoder.onnx, audio_embeddings_encoder.onnx, audio_heads_decoder.onnx + tokenizer/config — the backbone.audio_tokenizer/ — Higgs Audio V2 codec graphs (fp32).voices/ — curated reference clips (.wav + transcript) for built-in cloning voices.onnxruntime (no onnxruntime-genai); the non-autoregressive decode loop lives in the app.onnx-community/OmniVoice-Onnx export bakes in a causal mask (via onnxruntime-genai's
Qwen3ForCausalLM) → every MASK position collapses to one token → noise, not speech. This repo re-exports the
llm_decoder with the correct bidirectional mask (hidden-state cosine ≈ 1.000 vs the fp32 reference).CC-BY-NC-4.0. Inherited from k2-fsa/OmniVoice (weights are
CC-BY-NC due to the Emilia training set, CC-BY-NC-4.0). This constraint originates upstream and cannot be relaxed
by any re-upload or format conversion. This is an unofficial re-export for interoperability — not affiliated
with nor endorsed by the OmniVoice authors. Some intermediate re-uploads mislabel OmniVoice apache-2.0; that is
incorrect for the weights — do not use commercially.