From be2b638622d5d4f9ec7610a740aeb9afb9c7421d Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 21:13:39 -0400 Subject: [PATCH] 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..7ef9513 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui_sillynodes" +description = "Using rgthree's fast_group_muter and bookmark nodes, introduce the pyautogui library to simulate clicks and hotkeys, and run groups in sequence. screen manipulation is involved" +version = "1.0.0" +license = "LICENSE" +dependencies = ["pyautogui", "keyboard"] + +[project.urls] +Repository = "https://github.com/blueraincoatli/comfyUI_SillyNodes" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "comfyUI_SillyNodes" +Icon = ""