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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ResembleAI
/
Chatterbox-Multilingual-zh-cmn

Text-to-Speech
Chatterbox
Chinese
tts
multilingual
single-language-tts
voice-cloning
chatterbox-v3
Model card Files Files and versions
xet
Community

Instructions to use ResembleAI/Chatterbox-Multilingual-zh-cmn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use ResembleAI/Chatterbox-Multilingual-zh-cmn 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-zh-cmn
4.26 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 12 commits
tedi-resemble's picture
tedi-resemble
Link model card to Chatterbox base model
2432cb1 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    2.32 kB
    Link model card to Chatterbox base model 1 day ago
  • conds.pt
    73 kB
    xet
    Add zh-cmn default voice conditionals about 1 month ago
  • grapheme_mtl_merged_expanded_v1.json
    70 kB
    Add grapheme_mtl_merged_expanded_v1.json tokenizer (vocab 2454) so the model loads out of the box about 1 month ago
  • s3gen_v3.pt
    1.06 GB
    xet
    Add S3Gen v3 weights about 1 month ago
  • s3gen_v3.safetensors
    1.06 GB
    xet
    Add S3Gen v3 weights about 1 month ago
  • t3_zh_cmn.safetensors
    2.14 GB
    xet
    Revert zh-cmn T3 to checkpoint 088000 about 1 month ago
  • ve.pt
    5.7 MB
    xet
    Add voice encoder checkpoint about 1 month ago