Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates loading Base64 images for AI artists, streamlining workflow and eliminating manual conversion.
The easy loadImageBase64
node is designed to facilitate the loading of images encoded in Base64 format into your workflow. This node is particularly useful for AI artists who need to work with images stored as Base64 strings, which is a common format for embedding image data directly into HTML or JSON. By converting Base64 encoded images into a format that can be processed by other nodes, this node streamlines the workflow and eliminates the need for manual conversion. The primary goal of this node is to simplify the handling of Base64 images, making it easier to integrate and manipulate image data within your projects.
This parameter expects a string containing the Base64 encoded image data. The node will decode this string to retrieve the image. The default value is an empty string, and it is required to provide a valid Base64 string for the node to function correctly. The quality and accuracy of the image output depend on the correctness of the Base64 data provided.
This parameter determines how the image should be handled after decoding. It offers options such as "Hide" or "Hide/Save". Choosing "Hide" will process the image without displaying it, while "Hide/Save" will process and save the image. This parameter helps manage the visibility and storage of the processed image, providing flexibility based on your needs.
This string parameter allows you to specify a prefix for the saved image files. The default value is "ComfyUI". This prefix helps in organizing and identifying the saved images, especially when dealing with multiple images in a project.
This output parameter provides the decoded image in a format that can be further processed by other nodes. The image is converted from the Base64 string and made available for subsequent operations, ensuring seamless integration into your workflow.
This output parameter provides a mask for the image, which can be used for various image processing tasks such as segmentation or masking. The mask is generated based on the alpha channel of the image, if available, or a default mask if not.
base64_data
parameter contains a valid Base64 encoded string to avoid errors during decoding.image_output
parameter to control whether the image should be displayed or saved, based on your project requirements.save_prefix
parameter to organize your saved images, making it easier to manage and retrieve them later.base64_data
parameter contains a correctly formatted Base64 string. Use online tools to validate the Base64 string if necessary.base64_data
, are provided and correctly set before executing the node.© Copyright 2024 RunComfy. All Rights Reserved.