Skip to content

Commit

Permalink
Merge PR #111 from robinjhuang/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
Kosinkadink authored May 17, 2024
2 parents cb179c0 + d9058ad commit 13d09cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "comfyui-advanced-controlnet"
description = "Nodes for scheduling ControlNet strength across timesteps and batched latents, as well as applying custom weights and attention masks."
version = "1.0.0"
license = "LICENSE"
dependencies = []

[project.urls]
Repository = "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet"

# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "kosinkadink"
DisplayName = "ComfyUI-Advanced-ControlNet"
Icon = ""

0 comments on commit 13d09cf

Please sign in to comment.