
A simple conditional branch node.
シンプルな条件分岐ノードです,
###main node ###
https://github.com/theUpsider/ComfyUI-Logic
Features
-
Comparison Nodes: Compare two values using various comparison operators.
-
Data Type Nodes: Convert and handle
Int
,String
,Float
andBool
data types. -
Conditional Execution: Execute different nodes based on a boolean condition.
-
Debugging: Print any input to the console for debugging purposes.
Nodes
Compare
Compares two inputs (a
and b
) based on the provided comparison operator. Supported operators include:
-
a == b
-
a != b
-
a < b
-
a > b
-
a <= b
-
a >= b
Int
Accepts an integer value and returns it.
String
Accepts a string value and returns it.
Float
Accepts a float value and returns it.
Bool
Accepts a boolean value and returns it.
If
Executes the IF_TRUE
node if the ANY
input is True
, otherwise it executes the IF_FALSE
node.
DebugPrint
Prints the provided input to the console. Useful for debugging.
描述:
训练词语:
名称: SIMPLEIFBranchNodeComfyui_v10.zip
大小 (KB): 928
类型: Archive
Pickle 扫描结果: Success
Pickle 扫描信息: No Pickle imports
病毒扫描结果: Success