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

  • Log In
  • Sign Up

Duplicated from  ResembleAI/chatterbox

aiplexdeveloper
/
chatterbox

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

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

  • Libraries
  • Chatterbox

    How to use aiplexdeveloper/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)
  • Notebooks
  • Google Colab
  • Kaggle
chatterbox
8.58 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
aiplexdeveloper's picture
aiplexdeveloper
Update handler.py
4c6d421 verified 10 months ago
  • libs
    Upload 74 files 10 months ago
  • .gitattributes
    6.48 kB
    Upload 74 files 10 months ago
  • README.md
    4.25 kB
    Duplicate from ResembleAI/chatterbox 10 months ago
  • arjun_das_output_audio.mp3
    208 kB
    xet
    Upload 3 files 10 months ago
  • conds.pt
    107 kB
    xet
    Duplicate from ResembleAI/chatterbox 10 months ago
  • handler.py
    1.68 kB
    Update handler.py 10 months ago
  • requirements.txt
    76 Bytes
    Update requirements.txt 10 months ago
  • s3gen.pt
    1.06 GB
    xet
    Duplicate from ResembleAI/chatterbox 10 months ago
  • s3gen.safetensors
    1.06 GB
    xet
    Duplicate from ResembleAI/chatterbox 10 months ago
  • t3_cfg.pt
    1.06 GB
    xet
    Duplicate from ResembleAI/chatterbox 10 months ago
  • t3_cfg.safetensors
    2.13 GB
    xet
    Duplicate from ResembleAI/chatterbox 10 months ago
  • tokenizer.json
    25.5 kB
    Duplicate from ResembleAI/chatterbox 10 months ago
  • ve.pt
    5.7 MB
    xet
    Duplicate from ResembleAI/chatterbox 10 months ago
  • ve.safetensors
    5.7 MB
    xet
    Duplicate from ResembleAI/chatterbox 10 months ago