Add ComfyUI-BooleanExpression to custom-node-list (#2084)

This commit is contained in:
Marco Zanella 2025-08-17 10:53:24 +02:00 committed by GitHub
parent 3d6151c94f
commit 755b9d6342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
]
}