Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates saving images/animations with format options, output customization, and tensor output for easy utilization.
The SAVE OUTPUT (JOV) πΎ node is designed to facilitate the saving of images or animations to your disk. It supports a variety of output formats, including GIF and GIFSKI, making it versatile for different types of media. This node allows you to specify the output directory, filename prefix, image quality, frame rate, and other parameters, providing flexibility in how your files are saved. Additionally, it offers options to either overwrite existing files or generate unique filenames to avoid conflicts. The node outputs the saved images or animations as a tensor, ensuring that the data is preserved in a format that can be easily utilized in subsequent processes.
The directory where the output files will be saved. This parameter allows you to organize your saved files in a specific location on your disk. If not specified, the default directory will be used. Ensure that the directory path is valid and accessible to avoid errors during the saving process.
A prefix to be added to the filenames of the saved files. This helps in identifying and organizing the output files, especially when saving multiple files. If not specified, a default prefix will be used. The prefix should be a valid string without special characters that are not allowed in filenames.
Defines the quality of the saved images. This parameter can range from 1 (lowest quality) to 100 (highest quality). Higher values result in better image quality but larger file sizes. Adjust this parameter based on your requirements for image clarity and file size.
Specifies the frame rate for animations. This parameter determines how many frames per second (fps) the animation will have. A higher frame rate results in smoother animations but larger file sizes. Typical values range from 15 to 60 fps, depending on the desired smoothness of the animation.
A boolean parameter that determines whether existing files with the same name should be overwritten. If set to True
, existing files will be replaced. If set to False
, unique filenames will be generated to avoid conflicts. This parameter helps in managing file versions and preventing accidental data loss.
The tensor representation of the saved images or animations. This output ensures that the saved data is preserved in a format that can be easily utilized in subsequent processes. The tensor contains all the necessary information about the saved files, including their paths and metadata.
False
if you want to avoid accidentally overwriting existing files.False
.True
to overwrite the existing file or ensure that the filename prefix generates unique filenames.Β© Copyright 2024 RunComfy. All Rights Reserved.