Visit ComfyUI Online for ready-to-use ComfyUI environment
Switch between three input images seamlessly, aiding image selection and routing for AI artists.
The Image3Switcher_node is designed to allow you to switch between three different input images seamlessly. This node is particularly useful when you need to compare or select from multiple images dynamically within your workflow. By providing a user-friendly interface to choose the desired image, it simplifies the process of image selection and routing, making it an essential tool for AI artists who work with multiple image sources. The node also offers options to preview the selected image or a connection diagram, enhancing the visualization and decision-making process.
This parameter allows you to choose which image to select from the three available inputs. The options are "Image 1", "Image 2", and "Image 3", with "Image 1" being the default. The selected image will be the one processed and output by the node.
This parameter determines the size of the font used for labeling the image. The options are "Small", "Medium", and "Large", with "Medium" being the default. The font size impacts the readability of the labels on the image.
This parameter specifies the color of the font used for labeling the image. Available options include "White", "Black", "Red", "Green", "Blue", "Yellow", "Brown", and "Orange", with "White" as the default. The font color affects the visibility and contrast of the labels against the image background.
This parameter allows you to specify the font file used for labeling the image. The default value is "seguisb.ttf". This parameter lets you customize the appearance of the labels by using different font styles.
This boolean parameter determines whether a label should be added to the selected image. The default value is True. Enabling this option helps in identifying the selected image visually.
This boolean parameter controls whether a preview of the selected image or connection diagram should be generated. The default value is True. Enabling this option allows you to see a visual representation of the selected image or the routing diagram.
This parameter specifies the type of preview to generate. The options are "Input Image" and "Connection Diagram", with "Input Image" being the default. This parameter helps you choose between visualizing the actual image or the connection diagram.
This optional parameter accepts the first input image. It is of type "IMAGE". If not provided, a placeholder image will be generated.
This optional parameter accepts the second input image. It is of type "IMAGE". If not provided, a placeholder image will be generated.
This optional parameter accepts the third input image. It is of type "IMAGE". If not provided, a placeholder image will be generated.
This output parameter provides the tensor of the selected image based on the selected_image
input. It is the primary output that you will use for further processing or visualization.
This output parameter provides a tensor representing the connection diagram. The connection diagram visually shows the routing and selection process, helping you understand the flow of images through the node.
selected_image
parameter to switch between "Image 1", "Image 2", and "Image 3".preview
option to visualize the selected image or connection diagram, which can help in making informed decisions.font_size
and font_color
parameters to ensure that labels are readable and visually appealing on the selected image.font_file
parameter points to a valid font file and that the file is accessible.preview
and preview_type
parameters to ensure they are set correctly. Verify that the input images are valid and that the node has the necessary resources to generate the preview.© Copyright 2024 RunComfy. All Rights Reserved.