aufklarer / Sidon-ONNX

huggingface.co
Total runs: 0
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: June 15 2026
audio-to-audio

Introduction of Sidon-ONNX

Model Details of Sidon-ONNX

Sidon — ONNX (speech restoration / dereverberation)

Cross-platform speech restoration (denoise + dereverberation + bandwidth restoration) exported to ONNX, for ONNX Runtime on Linux / Windows / Android / macOS. Turns a noisy/reverberant clip into studio-quality 48 kHz speech — ideal for cleaning a voice-cloning reference before TTS (it preserves speaker identity).

Two-stage pipeline:

16 kHz audio → [w2v-BERT log-mel front-end] → predictor (w2v-BERT 2.0, 8 layers)
            → cleansed features [1, T, 1024] → DAC decoder → 48 kHz audio
Variants
variant precision size parity vs FP32 RTF (CPU)
fp16 FP16 (attention kept FP32) 470 MB cos 0.999, SI-SDR 28 dB (near-lossless) ~4.2×
fp32 FP32 939 MB bit-exact ~4.6×

Total 246 M params (predictor 193.6 M + DAC vocoder 52.4 M). Output 48 kHz. FP16 was produced with ONNX Runtime's transformer-aware converter (attention stays FP32). No int8 build: dynamic INT8 corrupts this conformer on the ORT CPU EP ( ConvInteger unsupported; MatMul-only int8 drops SI-SDR to −2.8 dB). Use fp16 for a compact model; on Apple, the CoreML build has a working int8.

Files
path description
fp16/sidon-predictor.onnx w2v-BERT 2.0 (8L) + merged LoRA → features (FP16)
fp16/sidon-vocoder.onnx DAC decoder → 48 kHz audio (FP16)
fp32/sidon-predictor.onnx predictor (FP32, bit-exact)
fp32/sidon-vocoder.onnx DAC decoder (FP32)
Quality (no-reference MOS)

FP32 is bit-exact to the PyTorch reference; FP16 is near-lossless (waveform cos 0.999).

audio DNSMOS OVRL UTMOS speaker cos
input (reverberant) 2.90 2.99
restored (FP32 ≈ FP16) 3.29 3.40 0.795

Restoration lifts OVRL 2.90 → 3.29, driven by BAK 3.40 → 4.11 (reverb removed).

Front-end

The graphs take input_features [1, T, 160] from the w2v-BERT 2.0 SeamlessM4T feature extractor (16 kHz). The ONNX graphs use a dynamic time axis (chunk in the runtime). Front-end + chunking are handled by the consuming engine ( speech-core ).

Usage
import onnxruntime as ort, numpy as np
pred = ort.InferenceSession("fp16/sidon-predictor.onnx")
voc  = ort.InferenceSession("fp16/sidon-vocoder.onnx")
# input_features [1, T, 160] from the w2v-BERT 2.0 feature extractor (16 kHz)
feats = pred.run(None, {"input_features": input_features})[0]
audio = voc.run(None, {"features": feats})[0]   # [1, M] @ 48 kHz
Source

Exported from Sidon (sarulab-speech), checkpoint sidon-v0.1 ; paper arXiv:2509.17052 . Base SSL encoder: facebook/w2v-bert-2.0 ; vocoder: DAC (descript-audio-codec). All components are MIT-licensed.

Links

Runs of aufklarer Sidon-ONNX on huggingface.co

0
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About Sidon-ONNX huggingface.co Model

More Sidon-ONNX license Visit here:

https://choosealicense.com/licenses/mit

Sidon-ONNX huggingface.co

Sidon-ONNX huggingface.co is an AI model on huggingface.co that provides Sidon-ONNX's model effect (), which can be used instantly with this aufklarer Sidon-ONNX model. huggingface.co supports a free trial of the Sidon-ONNX model, and also provides paid use of the Sidon-ONNX. Support call Sidon-ONNX model through api, including Node.js, Python, http.

aufklarer Sidon-ONNX online free

Sidon-ONNX huggingface.co is an online trial and call api platform, which integrates Sidon-ONNX's modeling effects, including api services, and provides a free online trial of Sidon-ONNX, you can try Sidon-ONNX online for free by clicking the link below.

aufklarer Sidon-ONNX online free url in huggingface.co:

https://huggingface.co/aufklarer/Sidon-ONNX

Sidon-ONNX install

Sidon-ONNX is an open source model from GitHub that offers a free installation service, and any user can find Sidon-ONNX on GitHub to install. At the same time, huggingface.co provides the effect of Sidon-ONNX install, users can directly use Sidon-ONNX installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Sidon-ONNX install url in huggingface.co:

https://huggingface.co/aufklarer/Sidon-ONNX

Url of Sidon-ONNX

Sidon-ONNX huggingface.co Url

Provider of Sidon-ONNX huggingface.co

aufklarer
ORGANIZATIONS

Other API from aufklarer

huggingface.co

Total runs: 2.5K
Run Growth: 2.3K
Growth Rate: 94.66%
Updated:September 16 2025
huggingface.co

Total runs: 151
Run Growth: 93
Growth Rate: 61.59%
Updated:October 15 2025