Visit ComfyUI Online for ready-to-use ComfyUI environment
Node for saving images with metadata, categorizing, embedding info for AI artists.
The ProjectorzOutput
node is designed to facilitate the saving of generated images with associated metadata. This node is particularly useful for AI artists who need to manage and organize their output images efficiently. By specifying a prefix for the filenames, you can easily categorize and identify your images. The node also allows embedding additional information, such as prompts and extra metadata, directly into the image files. This feature is beneficial for keeping track of the parameters and settings used during the image generation process, making it easier to reproduce or tweak results in future projects.
This parameter accepts a list of images that you want to save. Each image in the list will be processed and saved to the specified output directory. The images should be in a format compatible with the node, typically tensors representing image data.
This is a string parameter that sets the prefix for the filenames of the saved images. The default value is ProjectorOutputBlob_
. This prefix helps in organizing and identifying the images, especially when dealing with multiple batches or versions.
This optional parameter allows you to embed the text prompt used to generate the images into the image metadata. This can be useful for documentation and future reference.
This optional parameter accepts additional metadata in the form of key-value pairs. Each key-value pair will be embedded into the image file's metadata, providing more context and information about the image.
This node does not produce any direct output parameters. Its primary function is to save the input images to the specified directory with the given metadata.
name_prefix
to easily identify and categorize your saved images.prompt
and extra_pnginfo
metadata to keep track of the parameters used for generating each image, which can be invaluable for future reference or reproduction of results.<filename>
"<output_directory>
"© Copyright 2024 RunComfy. All Rights Reserved.