Skip to content

Commit

Permalink
chore(pyproject): $'Add pyproject.toml for Custom Node Registry'
Browse files Browse the repository at this point in the history
  • Loading branch information
null committed May 19, 2024
1 parent 3b7e89d commit d27c157
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}]

0 comments on commit d27c157

Please sign in to comment.