From 9ed25de29a32e7143c2cb3453607054e39cfd83a Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Fri, 24 May 2024 09:07:13 -0700 Subject: [PATCH] add a pyproject.toml --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..5664b76 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,13 @@ +[project] +name = "sd-dynamic-thresholding" +description = "Adds nodes for Dynamic Thresholding, CFG scheduling, and related techniques" +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding" + +[tool.comfy] +PublisherId = "mcmonkey" +DisplayName = "Dynamic Thresholding" +Icon = ""