Instructions to use developerabu/IndicF5-MNN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- F5-TTS
How to use developerabu/IndicF5-MNN with F5-TTS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 1,438 Bytes
72f3cd9 | 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 41 42 43 44 45 46 47 48 49 50 51 52 53 | ---
license: mit
library_name: mnn
tags:
- text-to-speech
- indic
- mnn
- vocos
- f5-tts
- indian-languages
- quantization
pipeline_tag: text-to-speech
base_model: ai4bharat/IndicF5
---
# IndicF5 MNN
MNN exports of [ai4bharat/IndicF5](https://huggingface.co/ai4bharat/IndicF5) (DiT + Vocos), including fp16 and int8 weight-quantized variants.
## Files
### DiT
| File | Approx. size |
|------|----------------|
| `indicf5_dit_fp32.mnn` | ~1.3 GB |
| `indicf5_dit_fp16.mnn` | ~646 MB |
| `indicf5_dit_int8wq.mnn` | ~347 MB |
| `indicf5_dit_fp16_int8wq.mnn` | ~646 MB |
### Vocos
| File | Notes |
|------|--------|
| `indicf5_vocos_fp32.mnn` | static |
| `indicf5_vocos_fp32_dynamic.mnn` | variable mel frames (recommended for audio) |
| `indicf5_vocos_fp16.mnn` | |
| `indicf5_vocos_int8wq.mnn` | static |
| `indicf5_vocos_int8wq_dynamic.mnn` | variable mel frames |
| `indicf5_vocos_fp16_int8wq.mnn` | |
Sample WAVs (fp32 / int8wq Vocos decode) are under `samples/`. Bench numbers: `quant_benchmark.json`.
## Notes
- Prefer `*_dynamic.mnn` Vocos models for full-length audio (call `resizeTensor` with a **tuple** shape, then `resizeSession`).
- Path used for samples: PyTorch mel → MNN Vocos.
- Still not realtime on Apple M1 CPU for full DiT ODE + Vocos.
## Attribution
Derived from [ai4bharat/IndicF5](https://huggingface.co/ai4bharat/IndicF5). Follow the base model license/terms for redistribution and use.
|