eligapris/microsoft-speecht5_tts-ONNX

This is an ONNX-converted version of the model for use with 🤗 Transformers.js.

Usage

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

// Load the model
const model = await pipeline('task-type', 'eligapris/microsoft-speecht5_tts-ONNX');

// Use the model
// Check the original model's documentation for specific usage instructions

Original Model

This model was converted from the original HuggingFace model. Please refer to the original model's documentation for detailed information about its architecture, training, and usage.

Conversion Details

This model was converted to ONNX format using the Transformers.js conversion script. The conversion includes quantization for optimal performance.

Downloads last month
15
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support text-to-audio models for transformers.js library.