From acea6408ecaf9c1918349169964aa8da7e894c0c Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 28 Feb 2025 17:12:17 +0000 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..9343cd2 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "applyresadapterunet" +description = "ComfyUI node to apply the ResAdapter Unet patch for SD1.5 models" +version = "1.0.0" +license = {file = "LICENSE"} + +[project.urls] +Repository = "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-ApplyResAdapterUnet" +Icon = ""