Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate saving image sequences with specific naming conventions and formats for organized animation workflow.
The Image Sequence Saver [Dream] node is designed to facilitate the saving of image sequences generated during animation workflows. This node is particularly useful for AI artists who need to store each frame of an animation in a structured and organized manner. By automating the process of saving images with specific naming conventions and formats, it ensures that your animation frames are consistently saved and easily accessible for further processing or review. The node supports various file types and offers options to handle the end of the animation sequence gracefully, making it a versatile tool in your animation pipeline.
This parameter represents the image to be saved. It is the core input for the node, as it determines the visual content that will be stored in the specified directory.
This parameter specifies the directory where the images will be saved. By default, it uses the output directory defined in the system settings. You can customize this path to organize your saved images in a specific location. The default value is comfy_paths.output_directory
.
The prefix parameter allows you to define a custom prefix for the saved image filenames. This helps in identifying and organizing the images, especially when dealing with multiple sequences. The default value is frame
.
This parameter determines the number of digits used in the filename numbering. It ensures that the filenames are consistently formatted, which is crucial for maintaining the correct order of frames. The default value is 5
.
This parameter defines the behavior of the node when the end of the animation sequence is reached. The options are stop output
, raise error
, and keep going
. This allows you to control how the node handles the completion of the sequence, either by stopping, raising an error, or continuing without interruption.
The filetype parameter specifies the format in which the images will be saved. The available options are png with embedded workflow
, png
, and jpg
. This allows you to choose the most suitable format for your needs, whether you require high-quality images or smaller file sizes.
This hidden parameter is used to store the prompt associated with the image. It is not directly configurable by the user but is used internally by the node.
This hidden parameter is used to store additional PNG information. Like the prompt parameter, it is not directly configurable by the user but is used internally by the node.
This output parameter represents the saved animation sequence. It contains all the frames that have been saved during the execution of the node, allowing you to access and use the sequence in subsequent processing steps.
The log_entry parameter provides a log of the actions performed by the node, including the saving of images and any relevant messages. This helps in tracking the node's operations and debugging any issues that may arise.
directory_path
is correctly set to avoid saving images in unintended locations.prefix
to easily identify and organize your saved frames, especially when working on multiple projects.digits
parameter to match the expected number of frames in your sequence, ensuring consistent filename formatting.filetype
based on your quality and file size requirements. For high-quality images, use png
, while jpg
can be used for smaller file sizes.at_end
parameter to handle the end of the sequence according to your workflow needs, whether you want to stop, raise an error, or continue processing.at_end
parameter is set to stop output
and the end of the animation sequence is reached.at_end
parameter is set to the desired behavior. If you want to continue saving images, set it to keep going
.at_end
parameter is set to raise error
and the end of the animation sequence is reached.at_end
parameter to stop output
or keep going
.directory_path
does not exist and cannot be created.directory_path
is valid and that the node has the necessary permissions to create directories if they do not exist.filetype
parameter.filetype
parameter is set to one of the supported options: png with embedded workflow
, png
, or jpg
.© Copyright 2024 RunComfy. All Rights Reserved.