Extensions/DD-LogicNodes
ComfyUI Extension

DD-LogicNodes

A collection of Logic Nodes that I think are missing in core ComfyUI.

By dumbdemon·Created 5 months ago·Updated 4 months ago· 0
dumbdemon/DD_LogicNodes
Nodes17
On cloudLocal install
CategoryDD Logic Nodes/Logic Gates, DD Logic Nodes/Getters
Stars0
Updated4 months ago
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_true if any value is passed through.
  • DD Or Getter
    • Returns on_true if the expression is true.
  • DD And Getter
    • Returns on_true only if both ezpressions are true.
  • DD XOR Getter
    • Returns on_true only if one expression is true.
  • DD NOR Getter
    • Returns on_true only if both ezpressions are false.
  • DD NAND Getter
    • Returns on_true except when both expressions are true.
  • DD XNOR Getter
    • Returns on_true if both expresions are true or if both expresions are false.

Logic Helpers

  • DD Rerouter
    • Allows you to change where something is routed.