Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Duplicated from  onnx-community/chatterbox-multilingual-ONNX

melonask
/
chatterbox-multilingual-ONNX

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

Instructions to use melonask/chatterbox-multilingual-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use melonask/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-ONNX
4.98 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
melonask's picture
melonask
Create config.json
74d02d5 verified about 2 months ago
  • onnx
    Duplicate from onnx-community/chatterbox-multilingual-ONNX about 2 months ago
  • .gitattributes
    2.68 kB
    Duplicate from onnx-community/chatterbox-multilingual-ONNX about 2 months ago
  • Cangjie5_TC.json
    1.92 MB
    Duplicate from onnx-community/chatterbox-multilingual-ONNX about 2 months ago
  • README.md
    18.1 kB
    Duplicate from onnx-community/chatterbox-multilingual-ONNX about 2 months ago
  • config.json
    1.1 kB
    Create config.json about 2 months ago
  • default_voice.wav
    714 kB
    xet
    Duplicate from onnx-community/chatterbox-multilingual-ONNX about 2 months ago
  • generation_config.json
    93 Bytes
    Duplicate from onnx-community/chatterbox-multilingual-ONNX about 2 months ago
  • preprocessor_config.json
    130 Bytes
    Create preprocessor_config.json about 2 months ago
  • tokenizer.json
    71.8 kB
    Duplicate from onnx-community/chatterbox-multilingual-ONNX about 2 months ago
  • tokenizer_config.json
    244 Bytes
    Duplicate from onnx-community/chatterbox-multilingual-ONNX about 2 months ago