From 46d58aff905973dda3f133eea1b306525dec65d0 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 20:20:48 -0400 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..34a88b8 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-load-image-in-seq" +description = "This node is load png image sequentially with metadata. Only supported for PNG format that has been created by ComfyUI.[w/renamed from comfyui-load-image-39. You need to remove previous one and reinstall to this.]" +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/shinich39/comfyui-load-image-in-seq" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "comfyui-load-image-in-seq" +Icon = ""