Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates temporary saving and previewing of AI art images, enhancing workflow with organized, distinguishable previews.
The Save_Preview Text node is designed to facilitate the temporary saving and previewing of images generated during the AI art creation process. This node is particularly useful for artists who want to quickly visualize and review their work without committing to a permanent save. By leveraging a temporary directory and appending a unique prefix to the filenames, this node ensures that your previews are organized and easily distinguishable. The main goal of this node is to provide a seamless and efficient way to manage and review intermediate outputs, enhancing your workflow and allowing for iterative improvements.
This parameter accepts the images that you want to save and preview. It is a required input and should be of the type IMAGE
. The images provided here will be temporarily saved in the specified directory with a unique prefix for easy identification.
This hidden parameter is used to store the prompt information associated with the images. It is not directly provided by the user but is essential for maintaining metadata consistency.
This hidden parameter is used to store additional PNG information that might be relevant for the images. Like the prompt, it is not directly provided by the user but helps in preserving extra metadata.
This output parameter provides the filename of the saved preview image. It includes the unique prefix and counter to ensure that each preview is easily identifiable and organized.
This output parameter indicates the subfolder within the temporary directory where the preview image is saved. It helps in maintaining a structured and organized file system for your previews.
This output parameter specifies the type of the output, which in this case is output
. It helps in categorizing the saved files and understanding their purpose within the workflow.
IMAGE
.images
parameter is correctly formatted and of the type IMAGE
. Ensure that the image data is not corrupted or incompatible.© Copyright 2024 RunComfy. All Rights Reserved.