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

reenigne314
/
chatterbox-indic-lora

Text-to-Speech
Transformers
Chatterbox
tts
lora
indic
indian-languages
speech-synthesis
voice-cloning
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use reenigne314/chatterbox-indic-lora with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="reenigne314/chatterbox-indic-lora")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("reenigne314/chatterbox-indic-lora", dtype="auto")
  • Chatterbox

    How to use reenigne314/chatterbox-indic-lora 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-indic-lora / samples
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
reenigne314's picture
reenigne314
Upload folder using huggingface_hub
79b5f56 verified 3 months ago
  • bn_male.wav
    232 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • gu_female.wav
    534 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • gu_male.wav
    201 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • hi_female.wav
    416 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • hi_male.wav
    388 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • kn_female.wav
    298 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • kn_male.wav
    505 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • ml_female.wav
    253 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • ml_male.wav
    225 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • mr_female.wav
    280 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • mr_male.wav
    335 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • ta_female.wav
    665 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • ta_male.wav
    693 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • te_female.wav
    395 kB
    xet
    Upload folder using huggingface_hub 3 months ago
  • te_male.wav
    192 kB
    xet
    Upload folder using huggingface_hub 3 months ago