Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate image saving to local directory with specified compression level for AI art workflow efficiency.
The SaveImageToLocal
node is designed to facilitate the process of saving images generated or processed within your AI art workflow to a local directory on your system. This node is particularly useful for artists who need to store their work for future reference, further editing, or sharing. By automating the saving process, it ensures that your images are consistently saved with a specified compression level, helping to manage file sizes without compromising too much on quality. The node integrates seamlessly into your workflow, allowing you to focus on the creative aspects while it handles the technical details of file storage.
This parameter expects an image input that represents the state of the image before any modifications. It is used to compare with the after_image
to determine the changes made. The input should be in the form of an image tensor.
This parameter expects an image input that represents the state of the image after modifications. It is used in conjunction with the before_image
to save the final output. The input should be in the form of an image tensor.
This node does not produce any direct output parameters. Its primary function is to save the provided images to a local directory.
before_image
and after_image
parameters are in the correct format (image tensors) to avoid any issues during the saving process.compress_level
attribute if you need to manage the balance between image quality and file size. A higher compression level will result in smaller file sizes but may reduce image quality.before_image
and after_image
parameters are correctly formatted as image tensors.compress_level
attribute to a value within the acceptable range (typically 0-9, where 0 is no compression and 9 is maximum compression).© Copyright 2024 RunComfy. All Rights Reserved.