From 6a20bc3e3abcab5ce693064bd2ea09aec2d4385f Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 19:24:14 -0400 Subject: [PATCH 1/3] 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..b6315f2 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-propost" +description = "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural." +version = "1.0.0" +license = "LICENSE" +dependencies = ["numpy", "Pillow", "opencv-python", "colour-science"] + +[project.urls] +Repository = "https://github.com/digitaljohn/comfyui-propost" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "comfyui-propost" +Icon = "" From 2b8a51e5e8cdde6e57bdad2d5c29eaf9ae1e2a3f Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:28:10 -0400 Subject: [PATCH 2/3] Update pyproject.toml license Co-authored-by: John Richard Chipps-Harding --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6315f2..adc196e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-propost" description = "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural." version = "1.0.0" -license = "LICENSE" +license = "MIT" dependencies = ["numpy", "Pillow", "opencv-python", "colour-science"] [project.urls] From 373ceebc8bab7f9e242ace1c3c2790b3659bdad6 Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:28:36 -0400 Subject: [PATCH 3/3] Update pyproject.toml pid Co-authored-by: John Richard Chipps-Harding --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adc196e..7d90e1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,6 @@ Repository = "https://github.com/digitaljohn/comfyui-propost" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "digital" DisplayName = "comfyui-propost" Icon = ""