Instructions to use onnx-community/Supertonic-TTS-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/Supertonic-TTS-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-to-speech', 'onnx-community/Supertonic-TTS-ONNX');
Using new Supertonic voices with the ONNX version
3
#5 opened 9 months ago
by
HubertusBird
Fix smart quote handling in tokenizer normalizer
#3 opened 10 months ago
by
RickRossTN
Finetune for another language
4
#2 opened 10 months ago
by
vtking
Add text preprocessing
1
#1 opened 10 months ago
by
rxdtech