Visit ComfyUI Online for ready-to-use ComfyUI environment
Versatile image saving tool with metadata control for ComfyUI environment.
The Save Image w/o Metadata node is designed to provide flexibility in saving images generated within the ComfyUI environment. This node allows you to save images with or without additional metadata, such as prompts and extra PNG information. It is particularly useful for AI artists who want to manage the metadata associated with their images, either for privacy reasons or to streamline their workflow. By offering options to include or exclude metadata and to save or not save the image, this node provides a versatile tool for handling image outputs according to your specific needs.
This parameter accepts the images you want to process. It is a required input and should be of type IMAGE
. The images provided here will be the ones saved by the node.
This parameter allows you to specify a prefix for the filenames of the saved images. It is a string input with a default value of ComfyUI
. The prefix helps in organizing and identifying the saved images, especially when dealing with multiple batches.
This boolean parameter determines whether the image should be saved or not. The default value is True
. If set to False
, the image will not be saved, and a temporary directory will be used instead.
This boolean parameter controls whether to include additional metadata such as prompts and extra PNG information in the saved image. The default value is True
. If set to False
, the metadata will be excluded, resulting in a cleaner image file.
This hidden parameter is used to pass the prompt metadata to the image. It is not visible in the input settings but is utilized internally when include_workflow
is set to True
.
This hidden parameter is used to pass extra PNG information metadata to the image. Similar to the prompt
parameter, it is not visible in the input settings but is used internally when include_workflow
is set to True
.
This node does not produce any direct output parameters. Its primary function is to save images to a specified location with or without metadata based on the input parameters.
include_workflow
parameter to False
. This is useful for creating clean image files without any additional information.filename_prefix
parameter to organize your saved images effectively. This can help in identifying and categorizing images, especially when working with multiple projects or batches.save_image
parameter to False
. This will use a temporary directory for the image, allowing you to preview or further process it without saving.images
parameter does not receive a valid image input.images
parameter is provided with a valid image of type IMAGE
.filename_prefix
is valid and does not contain any illegal characters.include_workflow
parameter is set correctly and that the prompt
and extra_pnginfo
parameters are valid. If the problem persists, try setting include_workflow
to False
to exclude metadata.© Copyright 2024 RunComfy. All Rights Reserved.