Skip to content

Commit

Permalink
Merge pull request #1 from ComfyNodePRs/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
alpertunga-bile authored Aug 5, 2024
2 parents 1cdffac + 75c5e58 commit 1ac92f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[project]
name = "image-caption-comfyui"
description = "Image caption node for ComfyUI. You can load your image caption model and generate prompts with the given picture. Insert prompt node is added here to help the users to add their prompts easily."
version = "1.0.0"
license = {file = "LICENSE"}

[project.urls]
Repository = "https://github.com/alpertunga-bile/image-caption-comfyui"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "image-caption-comfyui"
Icon = ""

0 comments on commit 1ac92f9

Please sign in to comment.