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
TTS
#32
by jlokoo - opened
- asset/DVAE.safetensors +0 -3
- asset/Decoder.safetensors +0 -3
- asset/Vocos.safetensors +0 -3
asset/DVAE.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1d0b044a8368c0513100a2eca98456b289e6be6a18b7a63be1bcaa315ea874d9
|
| 3 |
-
size 60359112
|
|
|
|
|
|
|
|
|
|
|
|
asset/Decoder.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:77aa55e0a977949c4733df3c6f876fa85860d3298cba63295a7bc6901729d4e0
|
| 3 |
-
size 103694920
|
|
|
|
|
|
|
|
|
|
|
|
asset/Vocos.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:07e5561491cce41f7f90cfdb94b2ff263ff5742c3d89339db99b17ad82cc3f44
|
| 3 |
-
size 54348240
|
|
|
|
|
|
|
|
|
|
|
|