From bba419b07b4fbd91bcc2741d442be24959b5be9e Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Tue, 21 May 2024 15:01:47 +0000 Subject: [PATCH 1/2] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..0f1d8aa --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-kjnodes" +description = "" +version = "1.0.0" +license = "LICENSE" +dependencies = ["librosa", "numpy", "pillow>=10.3.0", "scipy", "color-matcher", "matplotlib", "huggingface_hub"] + +[project.urls] +Repository = "https://github.com/kijai/ComfyUI-KJNodes" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-KJNodes" +Icon = "" From 63e6b81aee641c777ea06a5a442af27c5476e123 Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Tue, 21 May 2024 11:13:03 -0400 Subject: [PATCH 2/2] Update pyproject.toml description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f1d8aa..b97bea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui-kjnodes" -description = "" +description = "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability." version = "1.0.0" license = "LICENSE" dependencies = ["librosa", "numpy", "pillow>=10.3.0", "scipy", "color-matcher", "matplotlib", "huggingface_hub"]