mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00:00
remove test code
This commit is contained in:
parent
67172c4cc3
commit
96e5017c07
@ -267,7 +267,7 @@ class HierarchicalCache(BasicCache):
|
||||
class LRUCache(BasicCache):
|
||||
def __init__(self, key_class, max_size=100):
|
||||
super().__init__(key_class)
|
||||
self.max_size = 5 # max_size
|
||||
self.max_size = max_size
|
||||
self.min_generation = 0
|
||||
self.generation = 0
|
||||
self.used_generation = {}
|
||||
|
Loading…
Reference in New Issue
Block a user