From fd72705e47466923b15377b7f31ac3fd9462c5bd Mon Sep 17 00:00:00 2001 From: snomiao Date: Sun, 30 Jun 2024 01:25:04 +0000 Subject: [PATCH 1/2] 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..01bdb7f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-csv-prompt-builder" +description = "This is a simple node for creating prompts using a .csv file. I created this node as an easy way to output different prompts each time a workflow is run." +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/jroc22/ComfyUI-CSV-prompt-builder" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-CSV-prompt-builder" +Icon = "" From f659a946e1b079bba25f18101879dd019b3af2de Mon Sep 17 00:00:00 2001 From: jroc22 <110642086+jroc22@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:34:53 -0700 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01bdb7f..1930ade 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,6 @@ Repository = "https://github.com/jroc22/ComfyUI-CSV-prompt-builder" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "jroc22" DisplayName = "ComfyUI-CSV-prompt-builder" Icon = ""