Visit ComfyUI Online for ready-to-use ComfyUI environment
Relay boolean value through nodes without altering state.
The SingleBooleanTrigger node is designed to handle a single boolean input and output the same boolean value. This node is particularly useful in scenarios where you need to pass a boolean value through a series of nodes or processes without altering its state. It acts as a simple relay, ensuring that the boolean value remains consistent throughout its journey. This can be beneficial in complex workflows where maintaining the integrity of boolean values is crucial.
The bool
parameter is a boolean input that the node will process. It accepts a boolean value (True
or False
) and simply passes it through to the output. The default value for this parameter is False
. This parameter is essential for the node's operation as it determines the boolean value that will be outputted.
The bool
output parameter is the boolean value that is passed through from the input. It will be the same as the input value provided to the bool
parameter. This output ensures that the boolean value remains unchanged, making it useful for maintaining boolean states across different nodes or processes.
True
or False
.True
or False
) to the bool
input parameter.© Copyright 2024 RunComfy. All Rights Reserved.