InvokeAI/invokeai/app/api
psychedelicious 23d9d58c08 fix(nodes): fix bugs with serving images
When returning a `FileResponse`, we must provide a valid path, else an exception is raised outside the route handler.

Add the `validate_path` method back to the service so we can validate paths before returning the file.

I don't like this but apparently this is just how `starlette` and `fastapi` works with `FileResponse`.
2023-05-24 11:30:47 -04:00
..
models feat(nodes): add metadata handling 2023-05-24 11:30:47 -04:00
routers fix(nodes): fix bugs with serving images 2023-05-24 11:30:47 -04:00
dependencies.py feat(nodes): add metadata handling 2023-05-24 11:30:47 -04: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 all vestiges of ldm.invoke removed 2023-03-03 01:02:00 -05:00