Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate selection between ControlNet inputs based on conditions for enhanced workflow efficiency in AI art projects.
The CR ControlNet Input Switch node is designed to streamline your workflow by allowing you to dynamically select between two different ControlNet inputs based on a specified condition. This node is particularly useful when you have multiple ControlNet configurations and need to switch between them without manually changing the settings each time. By automating the selection process, it enhances efficiency and flexibility in your AI art projects, ensuring that the appropriate ControlNet input is used as per your requirements.
This parameter determines which ControlNet input to use. It accepts an integer value with a default of 1, a minimum of 1, and a maximum of 2. If set to 1, the node will select control_net1
; if set to 2, it will select control_net2
. This allows you to easily switch between two different ControlNet configurations.
This is the first ControlNet input option. When the Input
parameter is set to 1, this ControlNet configuration will be used. This parameter is optional but recommended if you want to utilize the switching functionality effectively.
This is the second ControlNet input option. When the Input
parameter is set to 2, this ControlNet configuration will be used. Like control_net1
, this parameter is optional but necessary for the node to function as intended.
This output provides the selected ControlNet configuration based on the Input
parameter. It will be either control_net1
or control_net2
, depending on the value of Input
. This allows the subsequent nodes in your workflow to use the appropriate ControlNet configuration automatically.
This output provides a URL to the documentation for the CR ControlNet Input Switch node. It is a string that directs you to a detailed guide on how to use this node effectively, which can be very helpful for troubleshooting and advanced usage.
control_net1
and control_net2
are properly configured before using the switch to avoid unexpected results.Input
parameter to dynamically change the ControlNet configuration based on different conditions in your workflow, such as different stages of image processing.show_help
URL for detailed documentation and examples to maximize the node's potential.Input
parameter must be either 1 or 2. - Solution: Ensure that the Input
parameter is set to a valid integer value within the specified range (1 or 2).control_net1
or control_net2
) are not provided.control_net1
and control_net2
to utilize the switching functionality effectively.© Copyright 2024 RunComfy. All Rights Reserved.