ChatTTS: A generative speech model for daily dialogue.
资源文件列表:

ChatTTS-main/
ChatTTS-main/.gitattributes 86B
ChatTTS-main/.github/
ChatTTS-main/.github/workflows/
ChatTTS-main/.github/workflows/checksum.yml 1.44KB
ChatTTS-main/.github/workflows/close-issue.yml 731B
ChatTTS-main/.github/workflows/push-format.yml 1.3KB
ChatTTS-main/.github/workflows/unitest.yml 626B
ChatTTS-main/.github/workflows/upload-pypi.yml 824B
ChatTTS-main/.gitignore 3.14KB
ChatTTS-main/ChatTTS/
ChatTTS-main/ChatTTS/__init__.py 23B
ChatTTS-main/ChatTTS/core.py 21.17KB
ChatTTS-main/ChatTTS/model/
ChatTTS-main/ChatTTS/model/__init__.py 79B
ChatTTS-main/ChatTTS/model/cuda/
ChatTTS-main/ChatTTS/model/cuda/__init__.py 35B
ChatTTS-main/ChatTTS/model/cuda/te_llama.py 8.84KB
ChatTTS-main/ChatTTS/model/dvae.py 6.07KB
ChatTTS-main/ChatTTS/model/gpt.py 20.2KB
ChatTTS-main/ChatTTS/model/processors.py 1.89KB
ChatTTS-main/ChatTTS/norm.py 7.22KB
ChatTTS-main/ChatTTS/res/
ChatTTS-main/ChatTTS/res/__init__.py
ChatTTS-main/ChatTTS/res/homophones_map.json 288.72KB
ChatTTS-main/ChatTTS/res/sha256_map.json 1.07KB
ChatTTS-main/ChatTTS/utils/
ChatTTS-main/ChatTTS/utils/__init__.py 159B
ChatTTS-main/ChatTTS/utils/dl.py 5.82KB
ChatTTS-main/ChatTTS/utils/gpu.py 1.5KB
ChatTTS-main/ChatTTS/utils/io.py 1.16KB
ChatTTS-main/ChatTTS/utils/log.py 335B
ChatTTS-main/LICENSE 18.89KB
ChatTTS-main/README.md 9.19KB
ChatTTS-main/docs/
ChatTTS-main/docs/cn/
ChatTTS-main/docs/cn/README.md 8.17KB
ChatTTS-main/docs/es/
ChatTTS-main/docs/es/README.md 9.5KB
ChatTTS-main/docs/jp/
ChatTTS-main/docs/jp/README.md 8.07KB
ChatTTS-main/docs/ru/
ChatTTS-main/docs/ru/README.md 11.04KB
ChatTTS-main/examples/
ChatTTS-main/examples/cmd/
ChatTTS-main/examples/cmd/run.py 1.94KB
ChatTTS-main/examples/ipynb/
ChatTTS-main/examples/ipynb/colab.ipynb 10.57KB
ChatTTS-main/examples/ipynb/example.ipynb 9.18KB
ChatTTS-main/examples/web/
ChatTTS-main/examples/web/__init__.py
ChatTTS-main/examples/web/ex.py 957B
ChatTTS-main/examples/web/funcs.py 5.17KB
ChatTTS-main/examples/web/webui.py 7.11KB
ChatTTS-main/requirements.txt 267B
ChatTTS-main/setup.py 1KB
ChatTTS-main/tools/
ChatTTS-main/tools/__init__.py
ChatTTS-main/tools/audio/
ChatTTS-main/tools/audio/__init__.py 116B
ChatTTS-main/tools/audio/av.py 825B
ChatTTS-main/tools/audio/ffmpeg.py 116B
ChatTTS-main/tools/audio/mp3.py 528B
ChatTTS-main/tools/audio/np.py 332B
ChatTTS-main/tools/checksum/
ChatTTS-main/tools/checksum/main.go 608B
ChatTTS-main/tools/checksum/tmpl.go 702B
ChatTTS-main/tools/llm/
ChatTTS-main/tools/llm/__init__.py 28B
ChatTTS-main/tools/llm/llm.py 3.36KB
ChatTTS-main/tools/logger/
ChatTTS-main/tools/logger/__init__.py 28B
ChatTTS-main/tools/logger/log.py 2.35KB
ChatTTS-main/tools/normalizer/
ChatTTS-main/tools/normalizer/__init__.py 73B
ChatTTS-main/tools/normalizer/en.py 336B
ChatTTS-main/tools/normalizer/zh.py 162B
ChatTTS-main/tools/seeder/
ChatTTS-main/tools/seeder/__init__.py 34B
ChatTTS-main/tools/seeder/ctx.py 329B