Visit ComfyUI Online for ready-to-use ComfyUI environment
Automates saving images with metadata, customizable filenames, and directories for organized workflow and easy reproduction.
The Image Save with Prompt File (WLSH) node is designed to streamline the process of saving generated images along with their associated metadata, such as prompts, model names, and other relevant information. This node is particularly useful for AI artists who want to keep a detailed record of the parameters used to create each image, ensuring that they can easily reproduce or reference their work in the future. By automatically generating filenames and directories based on customizable parameters, this node helps maintain an organized workflow and reduces the risk of losing important data. Additionally, it supports various image formats and quality settings, making it versatile for different use cases.
This parameter accepts the list of images that you want to save. Each image in the list will be processed and saved according to the specified settings.
This parameter is used to input the positive prompt associated with the images. It helps in documenting the creative input that led to the generation of the images. The default value is "unknown".
This parameter is used to input the negative prompt associated with the images. It helps in documenting any constraints or exclusions applied during the image generation process. The default value is "unknown".
This parameter specifies the seed value used for generating the images. It is crucial for reproducing the exact same images in future runs. The default value is -1, indicating that no specific seed was used.
This parameter records the name of the model used to generate the images. It is useful for tracking which model produced which images, especially when multiple models are in use. The default value is "unknown".
This parameter is used to differentiate between multiple images saved in the same session. It helps in creating unique filenames for each image. The default value is 0.
This parameter allows you to specify a custom filename for the saved images. If left empty, the node will generate a filename based on other parameters like seed, modelname, and counter.
This parameter specifies the directory path where the images will be saved. If the specified path does not exist, the node will create it. The default value is an empty string, which means the images will be saved in the default output directory.
This parameter defines the format for the timestamp included in the filenames. It follows the standard Python datetime format codes. The default value is "%Y-%m-%d-%H%M%S".
This parameter specifies the file extension for the saved images. Common options include 'png' and 'jpg'. The default value is 'png'.
This parameter sets the quality of the saved images, particularly relevant for lossy formats like JPEG. The value ranges from 1 to 100, with 100 being the highest quality. The default value is 100.
This parameter allows you to include additional prompt information in the saved metadata. It can be useful for adding context or notes about the image generation process.
This parameter accepts additional metadata to be embedded in the PNG files. It is useful for storing extra information that might be relevant for future reference.
This output parameter returns a dictionary containing the paths of the saved images. It helps you quickly locate and access the saved files through the user interface.
path
parameter is correctly set to avoid saving images in unintended directories.seed
parameter to reproduce exact images in future sessions, which is particularly useful for iterative design processes.time_format
parameter to include timestamps in filenames, helping you keep track of when each image was generated.extra_pnginfo
parameter to embed additional metadata, making it easier to reference specific details about the image generation process later.<specified_path>
doesn't exist! Creating directory.© Copyright 2024 RunComfy. All Rights Reserved.