From 68d80070e3eebd4b2ff6f82a6c82af8af7ed9436 Mon Sep 17 00:00:00 2001 From: tusharbhutt Date: Mon, 23 Jun 2025 23:32:32 -0600 Subject: [PATCH] Update pyproject.toml Added Endless Pandemonium node, did some bug squishing, updated README --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c90a894..0cd170b 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 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.1.1" +version = "1.2.0" license = { file = "LICENSE" } dependencies = "" [project.urls] @@ -11,4 +11,4 @@ Repository = "https://github.com/tusharbhutt/Endless-Nodes" [tool.comfy] PublisherId = "tusharbhutt" DisplayName = "Endless-Nodes" -Icon = "" +Icon = "https://github.com/tusharbhutt/Endless-Nodes/blob/main/img/icon.png"