Skip to content

Commit a267954

Browse files
async () = process.env.GIT_USERNAME || (await ghUser()).email && (await ghUser()).name || DIE("Missing env.GIT_USERNAME")async () = process.env.GIT_USERNAME || (await ghUser()).email && (await ghUser()).name || DIE("Missing env.GIT_USERNAME")
authored andcommitted
chore(pyproject): Add pyproject.toml for Custom Node Registry
1 parent 692721c commit a267954

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 = "joycaption_comfyui"
3+
description = "Nodes for running the JoyCaption image captioner VLM."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["transformers>=4.51", "torchvision", "torch", "huggingface-hub", "accelerate", "bitsandbytes"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/fpgaminer/joycaption_comfyui"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "joycaption_comfyui"
15+
Icon = ""

0 commit comments

Comments
 (0)