Update pyproject.toml

This commit is contained in:
VALADI K JAGANATHAN
2024-05-19 23:11:20 +05:30
committed by GitHub
parent f4e576d73e
commit 7e54742563

View File

@@ -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"]
@@ -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"}]