From cd1441ff6c498dc26200c7e5d3207159f5f62ca1 Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Thu, 23 Oct 2025 22:32:59 -0500 Subject: [PATCH] basic setup --- .gitignore | 5 +++++ setup.sh | 1 + 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 setup.sh 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