Visit ComfyUI Online for ready-to-use ComfyUI environment
ImageReceiver node decodes and processes image data for AI art projects in ComfyUI-Impact-Pack framework.
The ImageReceiver node is designed to handle and process image data within the ComfyUI-Impact-Pack framework. Its primary function is to receive image data, decode it, and prepare it for further processing or analysis. This node is particularly useful for AI artists who need to integrate image data into their workflows seamlessly. It supports both direct image file inputs and base64-encoded image data, making it versatile for various use cases. The node ensures that images are correctly oriented and converted to a suitable format for further processing, providing a reliable and efficient way to handle image data in your AI art projects.
This parameter accepts the path to the image file or a special identifier #DATA
when using base64-encoded image data. If a file path is provided, it must be a valid and accessible path. The image parameter is crucial as it determines the source of the image data to be processed. There are no specific minimum or maximum values, but the path must be valid and correctly formatted.
This parameter is used internally to manage the linkage between nodes. It helps in tracking the flow of data within the workflow. While it is essential for the node's operation, it typically does not require manual input from the user.
A boolean parameter that determines whether the image data should be saved to the workflow. If set to True
, the node will decode and process the base64-encoded image data. If False
, it will load the image from the provided file path. This parameter impacts how the image data is handled and processed, with True
enabling direct data handling and False
relying on file-based input. The default value is False
.
This parameter holds the base64-encoded image data when save_to_workflow
is set to True
. It is a string that contains the encoded image, which will be decoded and processed by the node. This parameter is essential for handling inline image data and must be correctly formatted as a base64 string.
A boolean parameter that forces the node to process the image data regardless of other conditions. This can be useful for ensuring that the image is always processed, even if certain conditions are not met. The default value is False
.
The processed image data, returned as a tensor. This output is the main result of the node's processing and is used for further analysis or manipulation within the workflow. The image is converted to a suitable format and normalized for subsequent operations.
A mask tensor that represents the alpha channel of the image, if present. If the image does not have an alpha channel, a default mask is generated. This mask is useful for tasks that require transparency information or segmentation.
save_to_workflow
to True
.trigger_always
parameter to force image processing in scenarios where conditional processing is required.<image_path>
image_data
parameter contains a valid base64-encoded string and that it is correctly formatted.© Copyright 2024 RunComfy. All Rights Reserved.