Edit model card

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
64
Inference Examples
Inference API (serverless) does not yet support transformers.js models for this pipeline type.

Dataset used to train BricksDisplay/vits-eng

Collection including BricksDisplay/vits-eng