Skip to content

Commit 8ea81e7

Browse files
authored
Merge pull request #3 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 9931bb1 + 32a9000 commit 8ea81e7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "comfyui-autolabel"
3+
description = "ComfyUI-AutoLabel is a custom node for ComfyUI that uses BLIP (Bootstrapping Language-Image Pre-training) to generate detailed descriptions of the main object in an image. This node leverages the power of BLIP to provide accurate and context-aware captions for images."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/fexploit/ComfyUI-AutoLabel"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "ComfyUI-AutoLabel"
14+
Icon = ""

0 commit comments

Comments
 (0)