Skip to content

Commit 4b2aac5

Browse files
authored
Merge pull request #20 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents aa0211e + 59326f5 commit 4b2aac5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "comfyui-j"
3+
description = "This is a completely different set of nodes than Comfy's own KSampler series. This set of nodes is based on Diffusers, which makes it easier to import models, apply prompts with weights, inpaint, reference only, controlnet, etc."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["compel", "diffusers", "numpy"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/Jannchie/ComfyUI-J"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-J"
15+
Icon = ""

0 commit comments

Comments
 (0)