ComfyUI Extension: DD-LogicNodes
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
A collection of Logic Nodes that I think are missing in core ComfyUI.
Looking for a different extension?
Custom Nodes (0)
README
DD-LogicNodes
A collection of Logic Nodes that I think are missing in core ComfyUI.
Incomplete Yet Complete
This currently has 14 nodes.
Logic
- DD If Not
- Returns a flipped boolean.
- DD Or Gate
- Returns true if either expression is true.
- DD And Getter
- Returns true only if both ezpressions are true.
- DD XOR Getter
- Returns true only if one expression is true.
- DD NOR Getter
- Returns true only if both ezpressions are false.
- DD NAND Getter
- Returns true except when both expressions are true.
- DD XNOR Getter
- Returns true if both expresions are true or if both expresions are false.
Logical Getters
- DD If Any Getter
- Returns
on_trueif any value is passed through.
- Returns
- DD Or Getter
- Returns
on_trueif the expression is true.
- Returns
- DD And Getter
- Returns
on_trueonly if both ezpressions are true.
- Returns
- DD XOR Getter
- Returns
on_trueonly if one expression is true.
- Returns
- DD NOR Getter
- Returns
on_trueonly if both ezpressions are false.
- Returns
- DD NAND Getter
- Returns
on_trueexcept when both expressions are true.
- Returns
- DD XNOR Getter
- Returns
on_trueif both expresions are true or if both expresions are false.
- Returns
Logic Helpers
- DD Rerouter
- Allows you to change where something is routed.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.