Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhanced image saving with metadata and subfolder creation in ComfyUI framework.
The SaveImageExtended node is designed to provide enhanced functionality for saving images within the ComfyUI framework. This node allows you to save generated images with extended metadata, making it easier to organize and manage your artwork. It supports the creation of subfolders and the inclusion of detailed EXIF data, which can be particularly useful for tracking the parameters and settings used during the image generation process. By using this node, you can ensure that your images are saved in a structured manner, facilitating better workflow management and easier retrieval of specific images based on their metadata.
The file_path
parameter specifies the location where the image will be saved. This can be an absolute path or a relative path starting from the current working directory. The path can also include subfolders, which will be created if they do not already exist. This parameter is crucial for organizing your saved images and ensuring they are stored in the desired location.
The image_preview
parameter determines whether a preview of the saved image will be displayed in the UI. Setting this parameter to True
will show a preview, which can be useful for quickly verifying the saved image. If set to False
, no preview will be shown, which can be beneficial for batch processing where previews are not necessary.
The prompt
parameter allows you to include a textual description or prompt associated with the generated image. This information can be embedded in the image's metadata, making it easier to recall the context or inspiration behind the image. Including a prompt can be particularly useful for artists who generate multiple images based on different prompts.
The extra_pnginfo
parameter is used to include additional metadata in the saved image. This can be any extra information you want to store alongside the image, such as specific settings or parameters used during the generation process. This metadata can be helpful for future reference or for sharing detailed information about the image with others.
The ui
output parameter returns a dictionary containing the saved images. This dictionary includes the paths to the saved images and any associated metadata. The ui
output is useful for further processing or displaying the saved images within the ComfyUI framework.
file_path
parameter is correctly set to avoid saving images in unintended locations.prompt
parameter to embed descriptive information about the image, which can be helpful for future reference.image_preview
parameter to True
if you want to quickly verify the saved images, especially during the initial stages of your workflow.extra_pnginfo
parameter to store additional metadata that can provide valuable context about the image generation process.<error_message>
file_path
parameter is correctly specified and that you have the necessary permissions to create folders and save files in the specified location. Ensure that the path does not contain any invalid characters or unsupported formats.© Copyright 2024 RunComfy. All Rights Reserved.