mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-26 05:17:55 +00:00
- Create `PaginatedDictResults`, a non-type-safe, non-generic version of `PaginatedResults`. (because `PaginatedResults` is a `pydantic.GenericlModel`, it requires a pydantic model as the generic type and is not suitable) - Add `ItemStorageABC` and `SqliteItemStorage` methods to return the dict representation of items - The existing methods are unchanged in what they output, but now they use the `dict` methods to retrieve items before parsing them - `ImagesService` and some metadata stuff is updated to use the appropriate methods - Sessions router updated to use the dict versions - Client types regenerated
Organization of the source tree: app -- Home of nodes invocations and services assets -- Images and other data files used by InvokeAI backend -- Non-user facing libraries, including the rendering core. configs -- Configuration files used at install and run times frontend -- User-facing scripts, including the CLI and the WebUI version -- Current InvokeAI version string, stored in version/invokeai_version.py