Visit ComfyUI Online for ready-to-use ComfyUI environment
Automates saving images with prompt info for AI artists, enhancing workflow and organization.
The Image Save with Prompt_Info File (WLSH) node is designed to streamline the process of saving generated images along with their associated prompt information. This node is particularly useful for AI artists who want to keep a detailed record of the prompts used to generate each image, including positive and negative prompts, model names, and other metadata. By automatically creating and organizing directories, and embedding prompt information into the saved files, this node ensures that your creative process is well-documented and easily retrievable. The main goal of this node is to enhance your workflow by providing a seamless way to save and manage your generated images and their corresponding prompt details.
This parameter accepts the images that you want to save. It is a required input and should be a list of image objects generated by your AI model. The images will be saved to the specified directory with the given filename and format.
This parameter is for the positive prompt text used during the image generation. It helps in documenting the creative input that led to the final image. The default value is "unknown".
This parameter is for the negative prompt text used during the image generation. It helps in documenting any constraints or exclusions applied during the creative process. The default value is "unknown".
This parameter is the seed value used for the image generation. It ensures reproducibility of the generated images. The default value is -1, indicating that no specific seed was used.
This parameter specifies the name of the AI model used to generate the images. It helps in tracking which model produced which images. The default value is "unknown".
This parameter is a counter that can be used to differentiate between multiple images saved in the same session. It helps in organizing and naming the files uniquely. The default value is 0.
This parameter specifies the base name for the saved image files. The final filename will be constructed using this base name along with other metadata like seed and model name. The default value is an empty string.
This parameter specifies the directory path where the images will be saved. If the directory does not exist, it will be created automatically. The default value is an empty string.
This parameter defines the format for the timestamp that will be included in the filename. It follows the standard Python datetime format. 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, applicable mainly for lossy formats like 'jpg'. The value ranges from 1 to 100, with 100 being the highest quality. The default value is 100.
This parameter is an optional field where you can provide additional prompt information that you want to save along with the images. The default value is None.
This parameter allows you to include extra metadata in the saved PNG files. It is an optional field and 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 set to a valid directory to avoid any issues with file saving.seed
parameter to keep track of the exact settings used for image generation, which can be useful for reproducing results.quality
parameter based on your needs; higher quality settings are better for final outputs, while lower settings can be used for drafts or previews.extra_pnginfo
parameter to embed additional metadata that might be useful for future reference or for sharing with collaborators.<specified_path>
doesn't exist! Creating directory.extension
parameter is set to a valid file format like 'png' or 'jpg'.path
, filename
, and extension
parameters to ensure they are correctly specified. Verify that you have write permissions to the specified directory.© Copyright 2024 RunComfy. All Rights Reserved.