Instructions to use BricksDisplay/vits-cmn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use BricksDisplay/vits-cmn with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-to-speech', 'BricksDisplay/vits-cmn');
About vits-cmn onnx model input and output format
#2
by mackiexiao - opened
Hi,
I noticed that there have two onnx models in the source code. Is it means that the vits-cmn model could be run on onnxruntime? If yes, what's the input and output format? Does it has the onnxruntime usage example? Thanks!