From 544367ce5b955e2e0355b65a90cbd653f9bee315 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Tue, 21 May 2024 14:48:42 +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..ac097a7 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-ic-light" +description = "" +version = "1.0.0" +license = "LICENSE" +dependencies = ["opencv-python"] + +[project.urls] +Repository = "https://github.com/kijai/ComfyUI-IC-Light" + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-IC-Light" +Icon = "" +Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}] From 09f69cef29d3579f805581bae7e0482c0cccc2f9 Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Tue, 21 May 2024 10:59:32 -0400 Subject: [PATCH 2/2] Update pyproject.toml description --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac097a7..2be23d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui-ic-light" -description = "" +description = "ComfyUI native nodes for IC-Light" version = "1.0.0" license = "LICENSE" dependencies = ["opencv-python"] @@ -12,4 +12,3 @@ Repository = "https://github.com/kijai/ComfyUI-IC-Light" PublisherId = "" DisplayName = "ComfyUI-IC-Light" Icon = "" -Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]