Skip to content

Commit f9c674f

Browse files
authored
Merge pull request #2 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents eeefe81 + b3466e6 commit f9c674f

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-siliconflow-api-2lab"
3+
description = "Unofficial implementation of siliconflow API for ComfyUI\nHow to use:apply api key in :https://cloud.siliconflow.cn/\nadd api key in config.json"
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["openai"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "comfyUI-siliconflow-api-2lab"
15+
Icon = ""

0 commit comments

Comments
 (0)