Skip to content

Commit

Permalink
Merge pull request #9 from ComfyNodePRs/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
Slickytail authored Dec 21, 2024
2 parents 5b3fe5c + 5f5b112 commit adf203e
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-instantx-ipadapter-sd3"
description = "ComfyUI implementation of the [a/InstantX IP-Adapter for SD3.5 Large](https://huggingface.co/InstantX/SD3.5-Large-IP-Adapter)."
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["torch", "einops", "diffusers"]

[project.urls]
Repository = "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "slickytail"
DisplayName = "ComfyUI-InstantX-IPAdapter-SD3"
Icon = ""

0 comments on commit adf203e

Please sign in to comment.