Visit ComfyUI Online for ready-to-use ComfyUI environment
Save images without workflow metadata for AI artists, ensuring clean datasets for sharing and publishing.
The Save Image With Workflow
node is designed to save images generated within a workflow while excluding specific metadata related to the workflow itself. This node is particularly useful for AI artists who want to preserve the integrity of their images without embedding unnecessary workflow details. By filtering out metadata associated with the Save Image With Workflow
class type, this node ensures that the saved images contain only the relevant information, such as prompts and additional metadata, without cluttering the file with workflow-specific data. This functionality is essential for maintaining a clean and organized dataset, especially when sharing or publishing images.
This parameter accepts a list of images to be saved. Each image is processed to ensure it is in the correct format and resolution before saving. The images are converted from tensors to numpy arrays, then to PIL images, and finally saved as PNG files. This parameter is crucial as it determines the content that will be saved by the node.
This parameter allows you to specify a prefix for the filenames of the saved images. It helps in organizing and identifying the images based on the workflow or project they belong to. The default value is "ComfyUI", but it can be customized to suit your needs.
This optional parameter accepts a dictionary containing the prompt information used to generate the images. If provided, this prompt is embedded in the image metadata, allowing you to retain the context of the image generation process. This is particularly useful for tracking and reproducing specific image outputs.
This optional parameter accepts additional metadata to be embedded in the saved images. It is a dictionary where each key-value pair represents a piece of metadata. This parameter allows you to include extra information, such as settings or parameters used during image generation, without cluttering the image file with workflow-specific data.
This output parameter returns a dictionary containing information about the saved images. It includes the filenames, subfolders, and types of the saved images. This information is useful for further processing or referencing the saved images within the workflow.
images
parameter contains valid image tensors to avoid errors during the saving process.filename_prefix
to organize your saved images based on different projects or workflows.prompt
parameter to embed context-specific information in the image metadata, making it easier to track and reproduce specific outputs.extra_pnginfo
parameter to include additional metadata without cluttering the image file with unnecessary workflow details.images
parameter contains invalid or corrupted image tensors.prompt
and extra_pnginfo
parameters are correctly formatted and contain valid data.© Copyright 2024 RunComfy. All Rights Reserved.