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