MCPcopy Create free account
hub / github.com/Comfy-Org/ComfyUI / init_ram_cache

Method init_ram_cache

execution.py:140–142  ·  view source on GitHub ↗
(self, min_headroom)

Source from the content-addressed store, hash-verified

138 self.objects = HierarchicalCache(CacheKeySetID)
139
140 def init_ram_cache(self, min_headroom):
141 self.outputs = RAMPressureCache(CacheKeySetInputSignature, enable_providers=True)
142 self.objects = HierarchicalCache(CacheKeySetID)
143
144 def init_null_cache(self):
145 self.outputs = NullCache()

Callers 1

__init__Method · 0.95

Calls 2

RAMPressureCacheClass · 0.90
HierarchicalCacheClass · 0.90

Tested by

no test coverage detected