Visit ComfyUI Online for ready-to-use ComfyUI environment
Manage and clear images in global storage efficiently with selective or bulk deletion using ImageStorageReset node.
The ImageStorageReset
node is designed to help you manage and maintain your image storage by providing a straightforward way to clear specific images or all images from the global image storage. This node is particularly useful when you need to reset your workspace or remove unnecessary images to free up memory and resources. By specifying a list of keys, you can selectively delete images associated with those keys, or you can use a wildcard to clear all images at once. This functionality ensures that your image storage remains organized and efficient, allowing you to focus on your creative tasks without worrying about clutter or performance issues.
The key_list
parameter allows you to specify which images to remove from the global image storage. You can provide a comma-separated list of keys, where each key corresponds to a specific image or set of images. If you want to clear all images, you can use the wildcard character *
. This parameter supports multiline input, making it easy to manage multiple keys. The default value is *
, which means all images will be cleared if no specific keys are provided.
The pipeline
parameter is optional and allows you to specify a LOOPCHAIN_PIPELINE
. This can be useful if you are working within a specific pipeline and want to ensure that the image storage reset operation is integrated seamlessly into your workflow.
This node does not produce any output parameters. Its primary function is to modify the global image storage by removing specified images, and it does not return any values.
key_list
parameter to selectively clear images that are no longer needed, helping to keep your workspace organized.*
in the key_list
parameter to quickly clear all images from the global storage when starting a new project or when you need to free up memory.ImageStorageReset
node into your pipeline to ensure that image storage is managed efficiently as part of your overall workflow.key_list
does not exist in the global image storage.key_list
parameter are correct and exist in the global image storage. Double-check for any typos or incorrect key names.key_list
parameter is not formatted correctly, such as missing commas between keys.key_list
parameter is a properly formatted comma-separated list of keys. Each key should be separated by a comma, and there should be no extra spaces or invalid characters.© Copyright 2024 RunComfy. All Rights Reserved.