InvokeAI/invokeai/app/api/routers
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
..
images.py feat(nodes): make list images route use offset pagination 2023-05-28 20:19:56 -04:00
models.py logger is a interchangeable service 2023-04-29 10:48:50 -04:00
sessions.py fix(nodes): address feedback 2023-04-26 06:29:30 +10:00