Skip to content

Commit f4e576d

Browse files
authored
Merge pull request #182 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 0cdc9c5 + d27c157 commit f4e576d

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 = "efficiency-nodes-comfyui"
3+
description = ""
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["clip-interrogator", "simpleeval"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/jags111/efficiency-nodes-comfyui"
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "efficiency-nodes-comfyui"
14+
Icon = ""
15+
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]

0 commit comments

Comments
 (0)