From b04840ffa30ad29eae3eab392e4ec9fdfa997fbc Mon Sep 17 00:00:00 2001 From: Justin Matters Date: Tue, 29 Oct 2024 17:53:53 +0000 Subject: [PATCH] Add JMNodes to ComfyUI Manager (#1194) Add JMNodes to ComfyUI Manager. This provides nodes to support generation of all possible combinations of a set of prompts via boolean logic. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6cc198ff..ddd4f17a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16477,6 +16477,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "JustinMatters", + "title": "ComfyUI JMNodes", + "id": "JMNodes", + "reference": "https://github.com/JustinMatters/comfyUI-JMNodes", + "files": [ + "https://github.com/JustinMatters/comfyUI-JMNodes" + ], + "install_type": "git-clone", + "description": "Provides nodes to support generation of all possible combinations of a set of prompts via boolean logic" } ] }