From b98d724b4b312bd356e6eb3686fd0a335afd3d35 Mon Sep 17 00:00:00 2001 From: tusharbhutt Date: Tue, 24 Jun 2025 22:14:23 -0600 Subject: [PATCH] Update pyproject.toml Uploaded main level requirements.txt, some requirements are for future nodes --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0cd170b..c5d2309 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "endless-nodes" -description = "A small set of nodes I created for myself. Features multiple prompts in batches, an image saver with ability to have JSON saved to separate folder, image analysis nodes, switches for text and numbers, and more." -version = "1.2.0" +description = "A small set of nodes I created for myself. Features multiple simultaneous prompts in batches, an image saver with ability to have JSON saved to separate folder, image analysis nodes, switches for text and numbers, and more." +version = "1.2.1" license = { file = "LICENSE" } dependencies = "" + [project.urls] Repository = "https://github.com/tusharbhutt/Endless-Nodes" # Used by Comfy Registry https://comfyregistry.org @@ -11,4 +12,4 @@ Repository = "https://github.com/tusharbhutt/Endless-Nodes" [tool.comfy] PublisherId = "tusharbhutt" DisplayName = "Endless-Nodes" -Icon = "https://github.com/tusharbhutt/Endless-Nodes/blob/main/img/icon.png" +Icon = "https://raw.githubusercontent.com/tusharbhutt/Endless-Nodes/main/img/icon.png"