Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates selection and management of multiple input nodes in browser interface for AI art generation.
The SelectInputs __Browser node is designed to facilitate the selection and management of multiple input nodes within a browser-based interface. This node allows you to specify up to four different inputs, which can be used to dynamically configure and control various aspects of your AI art generation workflow. By providing a preview string, you can easily keep track of the configurations and ensure that the selected inputs align with your creative goals. This node is particularly useful for complex projects where multiple inputs need to be managed and validated efficiently.
This parameter allows you to specify the first input node. It accepts a string in the format node_id::node_title::widget_name
, which helps in identifying and linking the appropriate node within your workflow. This input is essential for setting up the initial configuration and ensuring that the correct node is selected.
Similar to input_1, this parameter is used to specify the second input node. It also accepts a string in the format node_id::node_title::widget_name
. This input is useful for adding another layer of configuration, allowing you to manage multiple nodes simultaneously.
This parameter allows you to specify the third input node. It follows the same format as the previous inputs, node_id::node_title::widget_name
. This input is beneficial for more complex workflows that require additional nodes to be managed and configured.
This parameter is used to specify the fourth input node. It accepts a string in the format node_id::node_title::widget_name
. This input is particularly useful for comprehensive projects that need multiple nodes to be controlled and validated.
This parameter accepts a string and is used to provide a preview of the selected inputs. The preview string can be multiline, allowing you to include detailed information about the configurations. This helps in keeping track of the selected inputs and ensures that they align with your creative objectives.
This output parameter returns the first input node's details in a dictionary format. The dictionary includes the node_id
, node_title
, and widget_name
, which are essential for identifying and linking the node within your workflow.
This output parameter returns the second input node's details in a dictionary format. Similar to input_1, it includes the node_id
, node_title
, and widget_name
, providing a clear reference for the selected node.
This output parameter returns the third input node's details in a dictionary format. It includes the node_id
, node_title
, and widget_name
, ensuring that the node is correctly identified and linked within your workflow.
This output parameter returns the fourth input node's details in a dictionary format. It includes the node_id
, node_title
, and widget_name
, which are crucial for managing and configuring the selected node.
node_id::node_title::widget_name
to avoid any issues with node identification and linking.node_id::node_title::widget_name
.© Copyright 2024 RunComfy. All Rights Reserved.