Visit ComfyUI Online for ready-to-use ComfyUI environment
Save images/animations to disk with various formats, output settings, and tensor output for structured preservation.
The Export node is designed to save images or animations to disk, supporting various output formats such as GIF and GIFSKI. This node allows you to specify the output directory, filename prefix, image quality, frame rate, and other parameters, providing flexibility in how your work is saved. Additionally, it offers options to overwrite existing files or generate unique filenames to avoid conflicts. The node outputs the saved images or animation as a tensor, making it a versatile tool for preserving your creative work in a structured and organized manner.
This parameter specifies the directory where the exported files will be saved. It is crucial to set this to a valid path to ensure your files are stored in the desired location. If the directory does not exist, the node may attempt to create it.
The filename prefix is used to prepend a specific string to the names of the exported files. This helps in organizing and identifying files, especially when exporting multiple images or animations. For example, setting this to "project1_" will result in filenames like "project1_image1.gif".
This parameter controls the quality of the exported images. Higher values result in better quality but larger file sizes, while lower values reduce the file size at the cost of image quality. The range typically goes from 1 (lowest quality) to 100 (highest quality), with a default value around 75.
The frame rate determines the number of frames per second for animations. A higher frame rate results in smoother animations but larger file sizes. Common values range from 15 to 60 frames per second, with 24 fps being a standard for many animations.
This boolean parameter decides whether to overwrite existing files with the same name. If set to true, existing files will be replaced. If false, the node will generate unique filenames to avoid conflicts, typically by appending a number to the filename.
When enabled, this parameter ensures that each exported file has a unique name, preventing any overwriting of existing files. This is particularly useful when exporting multiple files in a batch process.
The saved_tensor output is a tensor representation of the saved images or animation. This allows for further processing or analysis within the node-based system, ensuring that the exported content can be seamlessly integrated into subsequent workflows.
Β© Copyright 2024 RunComfy. All Rights Reserved.