Skip to content

Commit

Permalink
Merge pull request #182 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
jags111 authored May 19, 2024
2 parents 0cdc9c5 + d27c157 commit f4e576d
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 f4e576d

Please sign in to comment.