File size: 1,392 Bytes
7494e19 3f1a422 7494e19 | 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 | ---
license: apache-2.0
language:
- zh
- en
tags:
- indextts
- indextts-1.5
- tts
- onnx
- onnxruntime
pipeline_tag: text-to-speech
base_model: IndexTeam/IndexTTS-1.5
---
# IndexTTS-1.5 ONNX
This repository provides an ONNX export of `IndexTeam/IndexTTS-1.5`.
Original model:
https://huggingface.co/IndexTeam/IndexTTS-1.5
Original project:
https://github.com/index-tts/index-tts
This is not an official IndexTTS release. It is intended for ONNX Runtime inference testing and deployment experiments.
This model used by https://github.com/mercallureAI/local-multimodal-infra
## Description
The models in this repository were exported from the original `IndexTTS-1.5` PyTorch weights to ONNX format, making them easier to use with ONNX Runtime and other ONNX-compatible inference backends.
This ONNX version is mainly intended for inference deployment and compatibility testing. A complete TTS pipeline may still require additional preprocessing, text processing, audio processing, and post-processing logic.
## License
This repository is derived from `IndexTeam/IndexTTS-1.5` and follows the original Apache-2.0 License.
All rights to the original model, code, and training work belong to the original authors.
## Disclaimer
This is an unofficial ONNX export of IndexTTS-1.5.
It is not affiliated with, maintained by, or endorsed by the original IndexTTS authors. |