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 / config
1.38 kB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 1 commit
lich99's picture
lich99
upload config
eb9f083 almost 2 years ago
  • decoder.yaml
    117 Bytes
    upload config almost 2 years ago
  • dvae.yaml
    143 Bytes
    upload config almost 2 years ago
  • gpt.yaml
    346 Bytes
    upload config almost 2 years ago
  • path.yaml
    309 Bytes
    upload config almost 2 years ago
  • vocos.yaml
    460 Bytes
    upload config almost 2 years ago