From e906c08f87f01a022919402dfe829debc470ef76 Mon Sep 17 00:00:00 2001 From: tusharbhutt Date: Sun, 15 Jun 2025 11:47:19 -0600 Subject: [PATCH] Update pyproject.toml Trying to load into ComfyUI Registry again --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3748e52..b9b888d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "endless-nodes" -description = "A small set of nodes I created for 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.44" +description = "A small set of nodes I created for 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 nodes." +version = "0.44b" license = { file = "LICENSE" } dependencies = ["colorama","image-reward","pytorch-lightning","git+https://github.com/openai/CLIP.git#egg=clip"] [project.urls]