Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates dynamic value assignment and caching in workflows for data management and reuse efficiency.
The FlowBuilder (advanced) Setter node is designed to facilitate the dynamic assignment and caching of values within a workflow. This node allows you to set a value associated with a specific key, which can then be retrieved later in the workflow using a corresponding getter node. This functionality is particularly useful for managing and reusing data across different stages of your workflow, ensuring consistency and efficiency. By leveraging this node, you can streamline complex workflows, reduce redundancy, and enhance the overall performance of your AI art generation processes.
This parameter accepts any type of value that you wish to store and associate with a specific key. The value can be of any data type, making this node highly versatile and adaptable to various use cases. The value you provide here will be cached and can be retrieved later in the workflow using the corresponding key.
This parameter is a string that serves as the identifier for the value you are setting. The key must be unique within the context of your workflow to avoid conflicts and ensure accurate retrieval of the cached value. The default value for this parameter is an empty string, but it is recommended to provide a meaningful and unique key to avoid any potential issues.
This optional parameter specifies the number of values to be processed in a batch. It is an integer with a default value of 1, a minimum value of 1, and a maximum value of 10,000. Adjusting the batch size can help optimize the performance of your workflow, especially when dealing with large datasets or complex operations.
The output parameter is the value that was set and cached using the specified key. This output allows you to verify that the correct value has been stored and can be used in subsequent nodes within your workflow. The returned value will be of the same type as the input value provided.
<key>
, inputs: <kwargs>
<key>
<batch_size>
© Copyright 2024 RunComfy. All Rights Reserved.