Convert from kakao-enterprise/vits-ljs

Usage

import { pipeline } from '@xenova/transformers';
import { phonemize } from 'phonemize';

// Create a text-to-speech pipeline
const synthesizer = await pipeline('text-to-audio', 'BricksDisplay/vits-eng', { quantized: false });
synthesizer(phonemize('hello world'))
// {
//   audio: Float32Array(?) [ ... ],
//   sampling_rate: 16000
// }
Downloads last month
33
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the HF Inference API does not support transformers.js models with pipeline type text-to-speech

Model tree for BricksDisplay/vits-eng

Quantized
(1)
this model

Dataset used to train BricksDisplay/vits-eng

Collection including BricksDisplay/vits-eng