From 7cdaa616a844d82d01ccc9eedc8e1fcc2a83c021 Mon Sep 17 00:00:00 2001 From: "async () = process.env.GIT_USERNAME || (await ghUser()).email && (await ghUser()).name || DIE(\"Missing env.GIT_USERNAME\")" Date: Tue, 3 Jun 2025 05:55:59 +0000 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..9c94384 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,16 @@ +[project] +name = "chatterbox" +description = "An unofficial ComfyUI custom node integration for [a/Resemble AI's ChatterBox](https://github.com/resemble-ai/chatterbox) - a state-of-the-art open-source Text-to-Speech (TTS) model with voice cloning capabilities." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["# ChatterboxTTS Dependencies for ComfyUI", "# Install with: pip install -r requirements.txt", "s3tokenizer>=0.1.7", "resemble-perth", "librosa", "omegaconf", "accelerate"] + +[project.urls] +Repository = "https://github.com/ShmuelRonen/ComfyUI_ChatterBox" +# Used by Comfy Registry https://registry.comfy.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_ChatterBox" +Icon = "" +includes = []