Merge pull request #182 from haohaocreates/pyproject

Add pyproject.toml for Custom Node Registry
This commit is contained in:
VALADI K JAGANATHAN
2024-05-19 23:05:52 +05:30
committed by GitHub

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "efficiency-nodes-comfyui"
description = ""
version = "1.0.0"
license = "LICENSE"
dependencies = ["clip-interrogator", "simpleeval"]
[project.urls]
Repository = "https://github.com/jags111/efficiency-nodes-comfyui"
[tool.comfy]
PublisherId = ""
DisplayName = "efficiency-nodes-comfyui"
Icon = ""
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]