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

  • Log In
  • Sign Up

ResembleAI
/
chatterbox

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

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

  • Libraries
  • Chatterbox

    How to use ResembleAI/chatterbox 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)
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
chatterbox
11.8 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 24 commits
Zihan428's picture
Zihan428
Update multilingual tokenizer rupee placeholder
ef85ce7 verified 14 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • Cangjie5_TC.json
    1.92 MB
    Upload 3 files 8 months ago
  • README.md
    5.7 kB
    Update README.md 8 months ago
  • conds.pt
    107 kB
    xet
    Upload conds.pt with huggingface_hub about 1 year ago
  • grapheme_mtl_merged_expanded_v1.json
    70 kB
    Update multilingual tokenizer rupee placeholder 14 days ago
  • mtl_tokenizer.json
    68.1 kB
    Upload 3 files 8 months ago
  • s3gen.pt
    1.06 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • s3gen.safetensors
    1.06 GB
    xet
    Upload s3gen.safetensors with huggingface_hub 11 months ago
  • t3_23lang.safetensors
    2.14 GB
    xet
    Upload 3 files 8 months ago
  • t3_cfg.pt
    1.06 GB
    xet
    Upload t3_cfg.pt with huggingface_hub 11 months ago
  • t3_cfg.safetensors
    2.13 GB
    xet
    Upload t3_cfg.safetensors with huggingface_hub 11 months ago
  • t3_mtl23ls_v2.safetensors
    2.14 GB
    xet
    Multilingual v2 update 8 months ago
  • t3_mtl23ls_v3.safetensors
    2.14 GB
    xet
    Add multilingual v3 T3 base weights 14 days ago
  • tokenizer.json
    25.5 kB
    Upload folder using huggingface_hub about 1 year ago
  • ve.pt
    5.7 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • ve.safetensors
    5.7 MB
    xet
    Upload ve.safetensors with huggingface_hub 11 months ago