Skip to content

Commit

Permalink
Merge pull request #4 from ComfyNodePRs/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
EvilBT authored Oct 13, 2024
2 parents 7cd1573 + 7c2e65d commit b2373f2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[project]
name = "ComfyUI_SLK_joy_caption_two"
description = "JoyCaptionAlpha Two for ComfyUI"
name = "comfyui_slk_joy_caption_two"
description = "NODES:Joy Caption Two, Joy Caption Two Advanced, Joy Caption Two Load, Joy Caption Extra Options"
version = "0.0.2"
license = { file = "LICENSE" }
license = {file = "LICENSE"}
dependencies = ["huggingface_hub==0.23.4", "transformers>=4.44.0", "numpy", "sentencepiece", "pillow>=10.1.0", "bitsandbytes>=0.44.1", "peft>=0.12.0"]

[project.urls]
Repository = "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two.git"
Repository = "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "EvilBT"
DisplayName = "Joy Caption Two"
Icon = ""
PublisherId = "sherlockbt"
DisplayName = "ComfyUI_SLK_joy_caption_two"
Icon = ""

0 comments on commit b2373f2

Please sign in to comment.