Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates saving images to specified URL, supports HTML and raw data formats, includes metadata options for tracking and organizing images.
The SaveImageUrl node is designed to facilitate the process of saving images to a specified URL. This node is particularly useful for AI artists who need to automate the storage of generated images in a remote location. By leveraging this node, you can seamlessly save images in either HTML image format or raw data format, making it versatile for various applications. The node also allows you to add metadata such as prompts and additional PNG information, which can be useful for tracking and organizing your images. Overall, the SaveImageUrl node simplifies the workflow of saving and sharing images generated by AI models.
This parameter expects a list of images that you want to save. The images should be in a format compatible with the node, typically as tensors. The images are processed and converted into the specified data format before being sent to the URL.
This is the destination URL where the images will be sent. It should be a valid URL that can accept POST requests. The URL is crucial as it determines where your images will be stored or processed further.
This parameter allows you to specify a prefix for the filenames of the saved images. The default value is "ComfyUI". This prefix helps in organizing and identifying the images, especially when saving multiple images in a sequence.
This parameter determines the format in which the images will be saved. You can choose between "HTML_image" and "Raw_data". "HTML_image" encodes the image in a base64 format suitable for embedding in HTML, while "Raw_data" provides the raw image data.
This hidden parameter allows you to add a text prompt as metadata to the saved images. This can be useful for tracking the conditions or inputs used to generate the images.
This hidden parameter allows you to add additional PNG metadata to the saved images. This can include any extra information you want to store with the image, such as settings or parameters used during image generation.
This node does not produce any direct output parameters. Its primary function is to save images to a specified URL.
requests.exceptions.RequestException
ValueError: Invalid image data
json.JSONDecodeError
OSError: Cannot save image
© Copyright 2024 RunComfy. All Rights Reserved.