InvokeAI/invokeai/app
psychedelicious c05f97d8ca feat(app): refactor board record to include image & asset counts and cover image
This _substantially_ reduces the number of queries required to list all boards. A single query now gets one, all, or a page of boards, including counts and cover image name.

- Add helpers to build the queries, which share a common base with some joins.
- Update `BoardRecord` to include the counts.
- Update `BoardDTO`, which is now identical to `BoardRecord`. I opted to not remove `BoardDTO` because it is used in many places.
- Update boards high-level service and board records services accordingly.
2024-07-15 17:25:47 +10:00
..
api feat(api): add get_uncategorized_image_counts endpoint 2024-07-15 17:25:47 +10:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations fix(app): vae tile size field description 2024-07-12 06:30:27 -07:00
services feat(app): refactor board record to include image & asset counts and cover image 2024-07-15 17:25:47 +10:00
shared tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
util Add ruff rule to disallow relative parent imports. 2024-07-04 09:35:37 -04:00
__init__.py fix: make invocation_context.py accessible to mkdocs 2024-03-01 10:42:33 +11:00
api_app.py fix(app): windows indefinite hang while finding port 2024-07-13 14:46:41 +10:00
run_app.py feat: single app entrypoint with CLI arg parsing 2024-03-19 09:24:28 +11:00