Skip to content

Commit 6425a6d

Browse files
authored
Update pyproject.toml
1 parent a267954 commit 6425a6d

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
@@ -3,13 +3,13 @@ name = "joycaption_comfyui"
33
description = "Nodes for running the JoyCaption image captioner VLM."
44
version = "1.0.0"
55
license = {file = "LICENSE"}
6-
dependencies = ["transformers>=4.51", "torchvision", "torch", "huggingface-hub", "accelerate", "bitsandbytes"]
6+
dependencies = ["transformers>=4.51", "torchvision", "torch>=2.6.0", "huggingface-hub>=0.30.1", "accelerate", "bitsandbytes"]
77

88
[project.urls]
99
Repository = "https://github.com/fpgaminer/joycaption_comfyui"
1010
# Used by Comfy Registry https://comfyregistry.org
1111

1212
[tool.comfy]
13-
PublisherId = ""
13+
PublisherId = "fpgaminer"
1414
DisplayName = "joycaption_comfyui"
1515
Icon = ""

0 commit comments

Comments
 (0)