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

  • Log In
  • Sign Up

Thomcles
/
Chatterbox-TTS-French

Text-to-Speech
Chatterbox
French
french
audio
speech
tts
fine-tuning
Emilia
voice-cloning
zero-shot
Model card Files Files and versions
xet
Community
3

Instructions to use Thomcles/Chatterbox-TTS-French with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use Thomcles/Chatterbox-TTS-French 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-TTS-French
2.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 55 commits
Thomcles's picture
Thomcles
Upload 5 files
c9a0b0c verified 6 months ago
  • demo_audios
    Upload 5 files 6 months ago
  • .gitattributes
    1.57 kB
    Upload example.mp3 9 months ago
  • README.md
    3.85 kB
    Update README.md 9 months ago
  • example.mp3
    474 kB
    xet
    Upload example.mp3 9 months ago
  • t3_cfg.safetensors
    2.13 GB
    xet
    Upload t3_cfg.safetensors 9 months ago