Visit ComfyUI Online for ready-to-use ComfyUI environment
Persistent data caching for workflow efficiency and accuracy with unique identifier control.
The MemoryStorage node is designed to help you manage and cache values across multiple executions of your workflow, providing persistent data that can be manipulated on demand. This node is particularly useful when you need to store intermediate results or configurations that will be reused later in your workflow. By using a unique and case-sensitive identifier, you can ensure that the stored data is easily accessible and can be reset or ignored based on your specific needs. This functionality is essential for complex workflows where maintaining state across different stages is crucial for efficiency and accuracy.
This parameter is a unique and case-sensitive identifier for the Memory Storage. It ensures that the stored data can be easily accessed and managed. The identifier must be a string, and it is crucial to use a unique name to avoid conflicts with other stored values. There is no default value for this parameter, and it must be provided by the user.
This parameter represents the value to set the Memory Storage to and to pass through. It can be of any type, and it is required to force input. This value will be stored in the Memory Storage and can be retrieved or manipulated in subsequent workflow executions.
This boolean parameter, when enabled, forcefully clears the Memory Storage. It is useful when you need to reset the stored data to its initial state. The default value is False, meaning the Memory Storage will not be cleared unless explicitly specified.
This boolean parameter specifies whether the Memory Storage should ignore Null values. If enabled, Null values will be accepted and stored; otherwise, they will be ignored. The default value is False, meaning Null values will not be stored unless explicitly allowed.
This parameter represents the data that will be forwarded to other nodes after caching. It can be of any type and will contain the value that was set in the Memory Storage. This output is essential for passing the stored data to subsequent nodes in your workflow, ensuring that the cached values are utilized effectively.
© Copyright 2024 RunComfy. All Rights Reserved.