Skip to content

Commit dc3a0e1

Browse files
Add publisher id and tweak description
1 parent e0e35a6 commit dc3a0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
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."
3+
description = "These nodes provide a wrapper for calling Draw Things image generations from ComfyUI. 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 tool, and has some features - like queuing and face swapping - that haven't been implemented in Draw Things."
44
version = "1.0.0"
55
license = {file = "LICENSE"}
66
dependencies = ["numpy", "PIL", "requests", "torch"]
@@ -10,6 +10,6 @@ Repository = "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper"
1010
# Used by Comfy Registry https://comfyregistry.org
1111

1212
[tool.comfy]
13-
PublisherId = ""
13+
PublisherId = "seosamh"
1414
DisplayName = "ComfyUI-DrawThingsWrapper"
1515
Icon = ""

0 commit comments

Comments
 (0)