From 9075ab7a764dc80713fe75d922a3c3d17fd8f42d Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 20:12:36 -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..ed52624 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui_visualstyleprompting" +description = "ComfyUI Version of '[a/Visual Style Prompting with Swapping Self-Attention](https://github.com/naver-ai/Visual-Style-Prompting)'" +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_VisualStylePrompting" +Icon = ""