Skip to content

Commit 5dcc14c

Browse files
authored
Merge pull request #1 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 7d85227 + a6a80da commit 5dcc14c

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-image-captioner"
3+
description = "A ComfyUI extension for generating captions for your images. Runs on your own system, no external services used, no filter.\nUses various VLMs with APIs to generate captions for images. You can give instructions or ask questions in natural language."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["http", "torch", "dashscope", "torchvision"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/neverbiasu/ComfyUI-Image-Captioner"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-Image-Captioner"
15+
Icon = ""

0 commit comments

Comments
 (0)