Merge pull request #1 from ComfyNodePRs/pyproject

Add pyproject.toml for Custom Node Registry
This commit is contained in:
yicheng
2024-12-22 01:26:04 +00:00
committed by GitHub

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "comfyui-ycanvas"
description = ""
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["torch", "torchvision", "transformers", "aiohttp", "numpy", "tqdm", "Pillow"]
[project.urls]
Repository = "https://github.com/yichengup/Comfyui-Ycanvas"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = ""
DisplayName = "Comfyui-Ycanvas"
Icon = ""