From b980609773a1ad273f514a7b9e4746785ea72113 Mon Sep 17 00:00:00 2001 From: tusharbhutt Date: Sat, 14 Jun 2025 23:53:52 -0600 Subject: [PATCH] Update pyproject.toml Trying to be a good ComfyUI pretend-developer and updating the file as per documentation. --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aee82f2..6c3341b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,15 +1,14 @@ [project] name = "endless-nodes" -description = "A small set of nodes I created for various numerical and text inputs. Features image saver with ability to have JSON saved to separate folder, parameter collection nodes, two aesthetic scoring models, switches for text and numbers, and conversion of string to numeric and vice versa." -version = "1.0.0" +description = "A small set of nodes I created for various myself. Features image saver with ability to have JSON saved to separate folder, parameter collection nodes, two aesthetic scoring models, switches for text and numbers, and conversion of string to numeric and vice versa." +version = "0.43" license = { file = "LICENSE" } -dependencies = ["colorama"] - +dependencies = ["colorama","image-reward","pytorch-lightning","git+https://github.com/openai/CLIP.git#egg=clip"] [project.urls] Repository = "https://github.com/tusharbhutt/Endless-Nodes" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "tusharbhutt" DisplayName = "Endless-Nodes" Icon = ""