Cache Unit

Mecha Merge Method Cache Unit

Holds a persistent merge method cache. This node outputs a cache dict via its cache port; merge methods can store or retrieve intermediate results (tensors, SVDs, etc.) in that dict. To enable caching, connect this node's cache output to a recipe node's cache input. Once a cache unit has been used by a given merge method type, it becomes tied to that type of merge method (e.g., you cannot share the same cache between Truncate Rank and Rotate). On subsequent runs, merge methods will reuse cached artifacts. Each merge method is responsible for deciding when some cache results need to be recomputed. The cache persists as long as this node remains in the workflow, even if it is disconnected; if you run a workflow that doesn't include this node, its cache is cleared after execution. Recreating this node from the context menu button 'Fix node (recreate)' resets the cache. Copy pasting the node creates a cache unit that refers to a different memory unit.

Pack: Mecha Merge Node Pack

custom_nodes.comfy-mecha

Inputs (1)

NameTypeRequired
identifierSTRINGrequired

Outputs (1)