Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

onnx-community
/
chatterbox-multilingual-ONNX

Text-to-Speech
Chatterbox
ONNX
speech
speech-generation
voice-cloning
multilingual-tts
Model card Files Files and versions
xet
Community
12

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

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
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs