Skip to content

Commit 08390d8

Browse files
authored
Merge pull request #2 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 98608f8 + 54fb4ea commit 08390d8

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-texture-simple"
3+
description = ""
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["Pillow>=10.1.0"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/gokayfem/ComfyUI-Texture-Simple"
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "ComfyUI-Texture-Simple"
14+
Icon = ""
15+
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]

0 commit comments

Comments
 (0)