Skip to content

Commit 13d09cf

Browse files
authored
Merge PR #111 from robinjhuang/pyproject
Add pyproject.toml for Custom Node Registry
2 parents cb179c0 + d9058ad commit 13d09cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "comfyui-advanced-controlnet"
3+
description = "Nodes for scheduling ControlNet strength across timesteps and batched latents, as well as applying custom weights and attention masks."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = []
7+
8+
[project.urls]
9+
Repository = "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet"
10+
11+
# Used by Comfy Registry https://comfyregistry.org
12+
[tool.comfy]
13+
PublisherId = "kosinkadink"
14+
DisplayName = "ComfyUI-Advanced-ControlNet"
15+
Icon = ""

0 commit comments

Comments
 (0)