Skip to content

Commit bd30cec

Browse files
author
null
committed
chore(pyproject): $'Add pyproject.toml for Custom Node Registry'
1 parent b20a66d commit bd30cec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "comfyui-custom-scripts"
3+
description = ""
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/pythongosssss/ComfyUI-Custom-Scripts"
9+
10+
[tool.comfy]
11+
PublisherId = ""
12+
DisplayName = "ComfyUI-Custom-Scripts"
13+
Icon = ""
14+
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]

0 commit comments

Comments
 (0)