add a pyproject.toml
parent
ec5d85c1b5
commit
9ed25de29a
|
|
@ -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 = ""
|
||||||
Loading…
Reference in New Issue