InvokeAI/invokeai/app
psychedelicious 6dc819fd47 tidy(bulk_download): do not rely on pagination API to get all images for board
We can get all images for the board as a list of image names, then pass that to `_image_handler` to get the DTOs, decoupling from the pagination API.
2024-02-20 23:39:30 +11:00
..
api refactoring handlers to do null check 2024-02-20 23:39:30 +11:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations feat(nodes): JIT graph nodes validation 2024-02-20 09:48:14 +11:00
services tidy(bulk_download): do not rely on pagination API to get all images for board 2024-02-20 23:39:30 +11:00
shared tidy(nodes): move all field things to fields.py 2024-02-15 17:30:02 +11:00
util feat(nodes): add whole queue_item to InvocationContextData 2024-02-20 09:54:01 +11:00
api_app.py refactor(nodes): merge processors 2024-02-20 09:54:01 +11:00