Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates saving prompt data for AI-generated images, streamlining organization and retrieval of creative inputs.
The Save Prompt (WLSH) node is designed to facilitate the saving of prompt data associated with AI-generated images. This node is particularly useful for AI artists who want to keep a record of the prompts used to generate specific images, ensuring that the creative process is well-documented and reproducible. By saving the positive and negative prompts, along with other metadata such as the model name and seed, this node helps in maintaining a comprehensive log of the artistic workflow. The primary goal of this node is to streamline the process of saving prompt information, making it easier for you to organize and retrieve your creative inputs.
This parameter accepts the images generated by the AI model that you want to save along with the prompt information. The images should be in a format that is compatible with the node's saving function.
This parameter is for the positive prompt text that was used to generate the images. It helps in identifying the creative direction and elements that were emphasized in the image generation process. The default value is "unknown".
This parameter is for the negative prompt text, which specifies the elements that were to be avoided during the image generation. It provides context on what was excluded from the creative process. The default value is "unknown".
The seed parameter is an integer value used to initialize the random number generator for the image generation process. 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 for generating the images. It helps in tracking which model produced which images, especially when multiple models are used. The default value is "unknown".
This parameter is an integer that can be used to differentiate between multiple saves of the same prompt. It helps in maintaining unique filenames for each save. The default value is 0.
This parameter allows you to specify a custom filename for the saved images and prompt information. If left empty, a filename will be generated based on other parameters.
This parameter specifies the directory path where the images and prompt information will be saved. If the path does not exist, it will be created automatically.
This parameter defines the format for the timestamp that can be included in the filename. The default format is "%Y-%m-%d-%H%M%S", which corresponds to the year, month, day, hour, minute, and second.
This parameter specifies the file extension for the saved images. The default value is 'png', but other formats like 'jpg' can also be used.
This parameter determines the quality of the saved images, especially when using lossy formats like 'jpg'. 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 that you want to save along with the images. It can be used to provide more context or details about the creative process.
This parameter allows you to include extra metadata in the saved PNG files. It can be used to store additional information that might be useful for future reference.
This output parameter returns a dictionary containing the paths to the saved images. It helps in quickly accessing the saved files from the user interface.
path
parameter is correctly specified to avoid saving files in unintended directories.filename
parameter to create meaningful and descriptive filenames that make it easier to identify the saved prompts and images.time_format
parameter to include timestamps in your filenames, which can help in organizing and sorting your saved files chronologically.quality
parameter based on your needs; use a lower quality for smaller file sizes and higher quality for better image fidelity.<specified_path>
doesn't exist! Creating directory.extension
parameter is set to a valid file format such as 'png' or 'jpg'.path
parameter to ensure it is correct and that you have write permissions to the directory. Verify that the filename
and extension
parameters are correctly set.© Copyright 2024 RunComfy. All Rights Reserved.