InvokeAI/invokeai/app/services/invocation_cache
psychedelicious 7ac99d6bc3 feat(nodes): add enable, disable, status to invocation cache
- New routes to clear, enable, disable and get the status of the cache
- Status includes hits, misses, size, max size, enabled
- Add client cache queries and mutations, abstracted into hooks
- Add invocation cache status area (next to queue status) w/ buttons
2023-09-21 09:45:52 -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 feat(nodes): add enable, disable, status to invocation cache 2023-09-21 09:45:52 -04:00