Nodes/ComfyUI-Przewodo-Utils/Compare Numbers to Combo
ComfyUI Node

Compare Numbers to Combo

A ComfyUI node in PrzewodoUtils with 5 inputs and 1 output.

By przewodo·Created about a year ago·Updated 4 months ago· 4
Compare Numbers to Combo
    • *
    a
    b
    comparisona == b
    string_true
    string_false
    CategoryPrzewodoUtils

    Inputs (5)

    NameTypeDefaultDescription
    aINTFirst number to compare (left side of comparison).
    bINTSecond number to compare (right side of comparison).
    comparisonCOMBOa == bComparison operation to perform between numbers a and b (==, !=, <, >, <=, >=).
    string_trueSTRINGValue to return when the comparison is true. Can be any string or value.
    string_falseSTRINGValue to return when the comparison is false. Can be any string or value.

    Outputs (1)

    NameTypeDescription
    **