InvokeAI/invokeai/app/services/invocation_cache
psychedelicious 7d683b4db6 fix(nodes): do not disable invocation cache delete methods
When the runtime disabled flag is on, do not skip the delete methods. This could lead to a hit on a missing resource.

Do skip them when the cache size is 0, because the user cannot change this (must restart app to change it).
2023-09-22 13:15:03 -04:00
..
__init__.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
invocation_cache_base.py feat(nodes): add enable, disable, status to invocation cache 2023-09-21 09:45:52 -04:00
invocation_cache_common.py feat(nodes): add enable, disable, status to invocation cache 2023-09-21 09:45:52 -04:00
invocation_cache_memory.py fix(nodes): do not disable invocation cache delete methods 2023-09-22 13:15:03 -04:00