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

  • Log In
  • Sign Up

2Noise
/
ChatTTS

Text-to-Audio
ChatTTS
Safetensors
Model card Files Files and versions
xet
Community
40

Instructions to use 2Noise/ChatTTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ChatTTS

    How to use 2Noise/ChatTTS with ChatTTS:

    import ChatTTS
    import torchaudio
    
    chat = ChatTTS.Chat()
    chat.load_models(compile=False) # Set to True for better performance
    
    texts = ["PUT YOUR TEXT HERE",]
    
    wavs = chat.infer(texts, )
    
    torchaudio.save("output1.wav", torch.from_numpy(wavs[0]), 24000)
  • Notebooks
  • Google Colab
  • Kaggle
ChatTTS
2.37 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 15 commits
RiccardoDav's picture
RiccardoDav
add AIBOM
2f5a1a6 verified 11 months ago
  • asset
    feat: add more safetensors (#33) over 1 year ago
  • config
    upload config almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • 2Noise_ChatTTS.json
    1.56 kB
    add AIBOM 11 months ago
  • README.md
    1.93 kB
    Update pipeline tag to make the model easily discoverable. (#11) almost 2 years ago