From 755b9d634244425f82e30d3ac1c76893b5553773 Mon Sep 17 00:00:00 2001 From: Marco Zanella Date: Sun, 17 Aug 2025 10:53:24 +0200 Subject: [PATCH] Add ComfyUI-BooleanExpression to custom-node-list (#2084) --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 196738e4..36bf1f76 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31485,6 +31485,18 @@ ], "install_type": "git-clone", "description": "Move nodes linearly." + }, + { + "author": "Marco Zanella", + "title": "ComfyUI-BooleanExpression", + "id": "ComfyUI-BooleanExpression", + "reference": "https://github.com/marco-zanella/ComfyUI-BooleanExpression", + "files": [ + "https://github.com/marco-zanella/ComfyUI-BooleanExpression" + ], + "install_type": "git-clone", + "tags": ["boolean", "logic", "comparison"], + "description": "A collection of logic and comparison nodes for ComfyUI. This package adds building blocks for boolean logic, arithmetic comparisons, and string comparisons, making it easier to design conditional workflows directly in ComfyUI." } ] }