From 7e54742563a27bec361925b302c8406fcac1658a Mon Sep 17 00:00:00 2001 From: VALADI K JAGANATHAN Date: Sun, 19 May 2024 23:11:20 +0530 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9657078..cfb05ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}]