commit cd1441ff6c498dc26200c7e5d3207159f5f62ca1 Author: Jarian Cottingham Date: Thu Oct 23 22:32:59 2025 -0500 basic setup diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9c4865 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Created by venv; see https://docs.python.org/3/library/venv.html +test.txt + +kokoro-v1.0.onnx +voices-v1.0.bin diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..672b56e --- /dev/null +++ b/setup.sh @@ -0,0 +1 @@ +uv tool install kokoro-tts \ No newline at end of file