Skip to content

Commit c567afd

Browse files
authored
Merge pull request #3 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 1dafc0f + ccb6b3e commit c567afd

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 = "ic-light-comfyui-node"
3+
description = "Original repo: [a/https://github.com/lllyasviel/IC-Light](https://github.com/lllyasviel/IC-Light)\nModels: [a/https://huggingface.co/lllyasviel/ic-light/tree/main](https://huggingface.co/lllyasviel/ic-light/tree/main), [a/https://huggingface.co/digiplay/Photon_v1/tree/main](https://huggingface.co/digiplay/Photon_v1/tree/main)\nmodels go into ComfyUI/models/unet"
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["diffusers>=0.27.2", "accelerate>=0.29.2", "omegaconf"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/Fihade/IC-Light-ComfyUI-Node"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "IC-Light-ComfyUI-Node"
15+
Icon = ""

0 commit comments

Comments
 (0)