InvokeAI/invokeai/app/api
psychedelicious d4cf2d2666 fix(api): fix ApiDependencies.invoker types
ApiDependencies.invoker` provides typing for the API's services layer. Marking it `Optional` results in all the routes seeing it as optional, which is not good.

Instead of marking it optional to satisfy the initial assignment to `None`, we can just skip the initial assignment. This preserves the IDE hinting in API layer and is types-legal.
2023-08-06 14:09:04 +10:00
..
routers feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00
dependencies.py fix(api): fix ApiDependencies.invoker types 2023-08-06 14:09:04 +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 Apply black 2023-07-27 10:54:01 -04:00