Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate saving and organizing images in various formats with customizable file names for efficient storage and access.
The CR Image Output node is designed to facilitate the final step in your image processing workflow by saving the generated images to a specified location on your system. This node is essential for ensuring that your creative outputs are stored efficiently and in the desired format, making it easy to access and utilize them in subsequent projects or for sharing purposes. By leveraging this node, you can automate the process of saving images, thereby streamlining your workflow and reducing the risk of losing valuable work. The node supports various image formats and allows for customization of the output file names, ensuring that your saved images are organized and easily identifiable.
This parameter allows you to specify a prefix for the output file names. The prefix helps in organizing and identifying the saved images, especially when dealing with multiple outputs. For example, if you set the prefix to "output", the saved files will be named "output_00001.png", "output_00002.png", and so on. This parameter does not have a default value and must be provided by the user.
This parameter indicates the current frame number in the sequence of images being processed. It is used in conjunction with the filename_prefix to generate unique file names for each saved image. The frame number is typically an integer value that increments with each image in the sequence. This ensures that each saved image has a unique name, preventing overwriting of files.
This parameter specifies the directory path where the output images will be saved. It is crucial to set this path correctly to ensure that the images are stored in the desired location on your system. If the specified directory does not exist, the node will attempt to create it. This parameter does not have a default value and must be provided by the user.
This parameter provides the full path to the saved image file, including the directory path, filename prefix, and frame number. It is useful for verifying that the image has been saved correctly and for accessing the saved file programmatically in subsequent steps of your workflow. The resolved_image_path is a string value that combines the out_path, filename_prefix, and current_frame parameters.
out_path
parameter is set to a valid directory path where you have write permissions to avoid errors during the saving process.filename_prefix
to easily identify and organize your saved images, especially when working with multiple outputs or different projects.current_frame
parameter to ensure that the images are saved in the correct sequence and that no files are overwritten.[Warning] CR Image List: The input_path \``<input_path>
` does not exist`[Warning] CR Image List: The folder \``<in_path>
` is empty`PermissionError: [Errno 13] Permission denied: '<out_path>'
© Copyright 2024 RunComfy. All Rights Reserved.