Text-to-Speech
Transformers.js
ONNX
Chatterbox
speech
speech-generation
voice-cloning
multilingual-tts
quantized
q4
Instructions to use BricksDisplay/chatterbox-multilingual-ONNX-q4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use BricksDisplay/chatterbox-multilingual-ONNX-q4 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-to-speech', 'BricksDisplay/chatterbox-multilingual-ONNX-q4');
| { | |
| "add_bos_token": true, | |
| "add_eos_token": true, | |
| "bos_token": "<s>", | |
| "eos_token": "</s>", | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "model_max_length": 131072, | |
| "tokenizer_class": "PreTrainedTokenizerFast" | |
| } | |