InvokeAI/invokeai/app
psychedelicious f31e62afad feat(nodes): make list images route use offset pagination
Because we dynamically insert images into the DB and UI's images state, `page`/`per_page` pagination makes loading the images awkward.

Using `offset`/`limit` pagination lets us query for images with an offset equal to the number of images already loaded (which match the query parameters).

The result is that we always get the correct next page of images when loading more.
2023-05-28 20:19:56 -04:00
..
api feat(nodes): make list images route use offset pagination 2023-05-28 20:19:56 -04:00
cli use InvokeAISettings for app-wide configuration 2023-05-03 22:30:30 -04:00
invocations fix(nodes): fix conflicts with controlnet 2023-05-28 20:19:56 -04:00
models feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
services feat(nodes): make list images route use offset pagination 2023-05-28 20:19:56 -04:00
util feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
api_app.py fix(nodes): fix bugs with serving images 2023-05-24 11:30:47 -04:00
cli_app.py feat(nodes): add nameservice 2023-05-28 20:19:56 -04:00