InvokeAI/invokeai/app/api
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
..
routers feat(nodes): add enable, disable, status to invocation cache 2023-09-21 09:45:52 -04:00
dependencies.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
events.py Event service will now sleep for 100ms between polls instead of 1ms, reducing CPU usage significantly 2023-04-23 21:27:02 +01:00
sockets.py Remove fastapi-socketio dependency, doesn't really do much for us and… (#4552) 2023-09-20 22:30:01 +00:00