File size: 1,116 Bytes
8886363
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
license: mit
library_name: onnx
tags:
  - text-to-speech
  - indic
  - onnx
  - vocos
  - f5-tts
  - indian-languages
pipeline_tag: text-to-speech
base_model: ai4bharat/IndicF5
---

# IndicF5 ONNX

ONNX exports of [ai4bharat/IndicF5](https://huggingface.co/ai4bharat/IndicF5) (DiT denoiser + Vocos vocoder) for local/CPU inference with ONNX Runtime.

## Files

| File | Notes |
|------|--------|
| `indicf5_dit_fp32_static.onnx` | DiT, fp32, static shapes (~1.3 GB) |
| `indicf5_vocos_fp32.onnx` | Vocos, fp32, dynamic frames |
| `indicf5_vocos_fp32_static.onnx` | Vocos, fp32, static |
| `indicf5_vocos_fp16.onnx` | Vocos, fp16 |
| `indicf5_vocos_int8.onnx` | Vocos, int8 |

Sample WAVs and mel inputs are under `samples/` (Hindi + Tamil).

## Notes

- Base model: IndicF5 (~0.35B F5-TTS-style TTS for Indian languages).
- Typical path used here: PyTorch/ONNX DiT mel → ONNX Vocos decode.
- Not realtime on Apple M1 CPU in our benches (DiT dominates).

## Attribution

Derived from [ai4bharat/IndicF5](https://huggingface.co/ai4bharat/IndicF5). Follow the base model license/terms for redistribution and use.