Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jags111 authored May 19, 2024
1 parent f4e576d commit 7e54742
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
name = "efficiency-nodes-comfyui"
description = ""
description = "Efficiency Nodes for ComfyUI Version 2.0+
A collection of ComfyUI custom nodes to help streamline workflows and reduce total node count."
version = "1.0.0"
license = "LICENSE"
dependencies = ["clip-interrogator", "simpleeval"]
Expand All @@ -9,7 +10,7 @@ dependencies = ["clip-interrogator", "simpleeval"]
Repository = "https://github.com/jags111/efficiency-nodes-comfyui"

[tool.comfy]
PublisherId = ""
PublisherId = "JAGS"
DisplayName = "efficiency-nodes-comfyui"
Icon = ""
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]

0 comments on commit 7e54742

Please sign in to comment.