Skip to content

Commit

Permalink
Merge pull request #8 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
chrisfreilich committed Jun 30, 2024
2 parents 00cb11e + c0a194a commit c6e53ed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "virtuoso-nodes"
description = "Photoshop type functions and adjustment layers: 30 blend modes, Selective Color, Blend If, Color Balance, Solid Color Images, Black and White, Hue/Saturation, Levels, and RGB Splitting and Merging."
version = "1.0.0"
license = "LICENSE"
dependencies = ["numpy", "blend_modes", "Pillow", "torch", "scipy", "cv2", "blurgenerator"]

[project.urls]
Repository = "https://github.com/chrisfreilich/virtuoso-nodes"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "virtuoso-nodes"
Icon = ""

0 comments on commit c6e53ed

Please sign in to comment.