Instructions to use BricksDisplay/vits-eng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use BricksDisplay/vits-eng with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-to-speech', 'BricksDisplay/vits-eng');
Missing preprocessor_config.json
#1
by yukixoma08 - opened
Please upload preprocessor_config.json file.
Why you need preprocessor_config.json
This model original have no preprocessor
https://github.com/huggingface/transformers.js/blob/8337acc619f239b94c2901e53067bafaf2c57525/src/pipelines.js#L3200transformers.js will try download resource, but this is not required (warning is ignorable).
Thank you very much.
yukixoma08 changed discussion status to closed
