Update pyproject.toml

Added Endless Pandemonium node, did some bug squishing, updated README
This commit is contained in:
tusharbhutt
2025-06-23 23:32:32 -06:00
committed by GitHub
parent 847cdd685a
commit 68d80070e3

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "endless-nodes" 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." 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" } license = { file = "LICENSE" }
dependencies = "" dependencies = ""
[project.urls] [project.urls]
@@ -11,4 +11,4 @@ Repository = "https://github.com/tusharbhutt/Endless-Nodes"
[tool.comfy] [tool.comfy]
PublisherId = "tusharbhutt" PublisherId = "tusharbhutt"
DisplayName = "Endless-Nodes" DisplayName = "Endless-Nodes"
Icon = "" Icon = "https://github.com/tusharbhutt/Endless-Nodes/blob/main/img/icon.png"