Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates saving image files with prompt info for AI artists, automating directory creation and organizing details.
The Save Prompt_Info (WLSH) node is designed to facilitate the saving of image files 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 specific images, including positive and negative prompts, model names, and other metadata. By using this node, you can ensure that all relevant information is stored alongside your images, making it easier to track and reproduce your creative process. The node automatically handles the creation of necessary directories and formats filenames and comments to include essential details, ensuring a seamless and organized saving process.
This parameter accepts the images you want to save. It is essential for the node's operation as it determines the visual content that will be stored along with the prompt information.
This parameter allows you to specify the positive prompt used during the image generation. The default value is "unknown". Including this information helps in understanding the creative direction and intent behind the image.
This parameter allows you to specify the negative prompt used during the image generation. The default value is "unknown". This information is useful for understanding the constraints or elements that were avoided during the creation process.
This parameter is used to specify the seed value for the image generation process. The default value is -1. The seed is crucial for reproducing the exact same image in future sessions.
This parameter allows you to specify the name of the model used for generating the image. The default value is "unknown". Knowing the model name helps in identifying the tools and techniques used in the creative process.
This parameter is used to specify a counter value that can be included in the filename. The default value is 0. It helps in differentiating between multiple images saved in the same session.
This parameter allows you to specify a custom filename for the saved image. 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 image will be saved. If the specified path does not exist, the node will create it automatically.
This parameter allows you to specify the format for the timestamp included in the filename. The default value is "%Y-%m-%d-%H%M%S". It helps in organizing files based on their creation time.
This parameter specifies the file extension for the saved image. The default value is 'png'. It determines the format in which the image will be stored.
This parameter allows you to specify the quality of the saved image. The default value is 100. It is particularly relevant for formats like JPEG where quality can be adjusted.
This parameter allows you to include additional prompt information that will be saved with the image. It provides more context about the image generation process.
This parameter allows you to include extra PNG information that will be saved with the image. It is useful for storing additional metadata.
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 easy access to their locations.
path
parameter is correctly specified to avoid saving images in unintended directories.seed
parameter to reproduce exact images in future sessions, which is particularly useful for iterative creative processes.filename
and time_format
parameters to organize your saved images in a way that suits your workflow.<specified_path>
doesn't exist! Creating directory.© Copyright 2024 RunComfy. All Rights Reserved.