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
feat: add DVAE with encoder (#26)
Browse files- feat: add DVAE with encoder (afcc8c38a58b356811729162421ce7b1a7279391)
Co-authored-by: 源文雨 <fumiama@users.noreply.huggingface.co>
- asset/DVAE_full.pt +3 -0
asset/DVAE_full.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:553eb75763511e23f3e5f86303e2163c5ca775489d637fb635d979c8ae58bbe5
|
| 3 |
+
size 60402442
|