Instructions to use Xenova/speecht5_tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/speecht5_tts with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-to-speech', 'Xenova/speecht5_tts');
Webgpu support
1
#6 opened over 1 year ago
by
kdjunkit2
how to speech other languages?
#3 opened about 2 years ago
by
blackhole1607
this model not suppose chinese
#2 opened about 2 years ago
by
tianzhaotong
Method for exproting speecht5_tts to ONNX
8
#1 opened over 2 years ago
by
JackismyShephard