ComfyUI Extension: DD-LogicNodes

Authored by dumbdemon

Created

Updated

0 stars

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_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.

    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.

    Learn more