Skip to content

Commit e0e35a6

Browse files
committed
chore(pyproject): Add pyproject.toml for Custom Node Registry
1 parent dbdfa8b commit e0e35a6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "comfyui-drawthingswrapper"
3+
description = "These nodes provide a wrapper for calling Draw Things image generations from ComfyUI.\nWait, why? The Draw Things app has been optimized for Apple hardware and runs roughly x3 faster than ComfyUI generations. But ComfyUI is a flexible and powerful tools, and has some features - like queuing and face swapping - that haven't been implemented in Draw Things."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["numpy", "PIL", "requests", "torch"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-DrawThingsWrapper"
15+
Icon = ""

0 commit comments

Comments
 (0)