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

  • Log In
  • Sign Up

grandhigh
/
Chatterbox-TTS-Indonesian

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

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

  • Libraries
  • Chatterbox

    How to use grandhigh/Chatterbox-TTS-Indonesian 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-Indonesian
5.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
grandhigh's picture
grandhigh
Upload training.ipynb
15027c1 verified 9 months ago
  • .gitattributes
    1.62 kB
    Upload 3 files 10 months ago
  • README.md
    5.61 kB
    Update README.md 10 months ago
  • demo.ipynb
    1.51 MB
    Upload 3 files 10 months ago
  • example1.wav
    534 kB
    xet
    Upload 3 files 10 months ago
  • example2.wav
    506 kB
    xet
    Upload 3 files 10 months ago
  • model.safetensors
    2.13 GB
    xet
    Upload folder using huggingface_hub 10 months ago
  • s3gen.safetensors
    1.06 GB
    xet
    Upload folder using huggingface_hub 10 months ago
  • t3_cfg.safetensors
    2.13 GB
    xet
    Upload folder using huggingface_hub 10 months ago
  • tokenizer.json
    25.5 kB
    Upload folder using huggingface_hub 10 months ago
  • training.ipynb
    721 kB
    Upload training.ipynb 9 months ago
  • ve.safetensors
    5.7 MB
    xet
    Upload folder using huggingface_hub 10 months ago