Skip to content

Commit

Permalink
Merge pull request #2 from ComfyNodePRs/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
john-mnz authored Jul 18, 2024
2 parents db1c495 + 4734323 commit 1784d59
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 = "comfyui-inspyrenet-rembg"
description = "ComfyUI node for background removal implementing [a/InSPyReNet](https://github.com/plemeri/InSPyReNet)"
version = "1.0.0"
license = "LICENSE"
dependencies = ["transparent-background"]

[project.urls]
Repository = "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "john-mnz"
DisplayName = "ComfyUI-Inspyrenet-Rembg"
Icon = ""

0 comments on commit 1784d59

Please sign in to comment.