Visit ComfyUI Online for ready-to-use ComfyUI environment
Save AI-generated artwork images with associated prompt info, embedding metadata for easy reproduction and analysis.
The Image Save with Prompt_Info (WLSH) node is designed to save images along with their associated prompt information, providing a comprehensive way to document and store your AI-generated artwork. This node not only saves the image files but also embeds metadata such as positive and negative prompts, model name, and seed used for generation. This ensures that all relevant information is preserved, making it easier to reproduce or analyze the results later. The node is particularly useful for AI artists who want to keep a detailed record of their creative process, facilitating better organization and retrieval of their work.
This parameter accepts the images you want to save. It is the primary input and should be a list of image objects generated by your AI model. The quality and format of these images will be determined by other parameters.
This parameter is used to input the positive prompt text that was used to generate the images. It helps in documenting the creative intent behind the artwork. The default value is "unknown".
This parameter is used to input the negative prompt text that was used to generate the images. It helps in documenting any constraints or exclusions applied during the generation process. The default value is "unknown".
This parameter is used to input the seed value that was used for generating the images. The seed ensures reproducibility of the results. The default value is -1, indicating that no specific seed was used.
This parameter is used to input the name of the AI model used for generating the images. It helps in identifying the model and its version, which is crucial for reproducibility. The default value is "unknown".
This parameter is used to input a counter value that can be used to differentiate between multiple images saved in a sequence. The default value is 0.
This parameter is used to input the base name for the saved image files. The actual filename will be generated based on this base name and other parameters like seed and model name. The default value is an empty string.
This parameter is used to input the directory path where the images will be saved. If the specified path does not exist, it will be created. The default value is an empty string.
This parameter is used to input the format for the timestamp that will be included in the filename. The default value is "%Y-%m-%d-%H%M%S".
This parameter is used to input the file extension for the saved images. Common options include 'png' and 'jpg'. The default value is 'png'.
This parameter is used to input the quality of the saved images, applicable only if the extension is 'jpg'. The value ranges from 1 to 100, with 100 being the highest quality. The default value is 100.
This parameter is used to input any additional prompt information that should be embedded in the image metadata. The default value is None.
This parameter is used to input any extra PNG information that should be embedded in the image metadata. The default value is None.
This output parameter returns a dictionary containing the paths of the saved images. It helps in verifying that the images have been saved correctly and provides an easy way to access them.
path
parameter is correctly set to avoid saving images in unintended directories.positive
, negative
, and modelname
parameters to make it easier to identify and reproduce your work later.counter
parameter to differentiate between them.quality
parameter to a high value.<specified_path>
doesn't exist! Creating directory.© Copyright 2024 RunComfy. All Rights Reserved.