Instructions to use onnx-community/chatterbox-multilingual-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Chatterbox
How to use onnx-community/chatterbox-multilingual-ONNX with Chatterbox:
# pip install chatterbox-tts import torchaudio as ta from chatterbox.tts import ChatterboxTTS model = ChatterboxTTS.from_pretrained(device="cuda") text = "Ezreal and Jinx teamed up with Ahri, Yasuo, and Teemo to take down the enemy's Nexus in an epic late-game pentakill." wav = model.generate(text) ta.save("test-1.wav", wav, model.sr) # If you want to synthesize with a different voice, specify the audio prompt AUDIO_PROMPT_PATH="YOUR_FILE.wav" wav = model.generate(text, audio_prompt_path=AUDIO_PROMPT_PATH) ta.save("test-2.wav", wav, model.sr) - Notebooks
- Google Colab
- Kaggle
Chatterbox Multilingual TTS V3
#12 opened about 1 month ago
by
hoangbkit
Create preprocessor_config.json
#11 opened 5 months ago
by
melonask
Onnx-community/chatterbox-multilingual-ONNX tokenizer false..
#10 opened 6 months ago
by
servetayy
Help exporting my fine-tuned Chatterbox Multilingual to ONNX (new language)
#9 opened 7 months ago
by
arshambz
Tensor RT export from these onnx model does not work.
#8 opened 8 months ago
by
Ibrahim001
Incomplete embeddings
#7 opened 8 months ago
by
szm913
Support for Voice Cloning and Voice Design
#6 opened 9 months ago
by
blewis101
Is the v2 update of the multilingual model covered in this onnx version?
3
#5 opened 9 months ago
by
Ibrahim001
Problem with Enlgish Speaking
3
#4 opened 10 months ago
by
dove88
Inference Code
9
#2 opened 10 months ago
by
wangzijian