InvokeAI/invokeai/app/api/routers
Lincoln Stein a23dedd2ee make model manager v2 ready for PR review
- Replace legacy model manager service with the v2 manager.

- Update invocations to use new load interface.

- Fixed many but not all type checking errors in the invocations. Most
  were unrelated to model manager

- Updated routes. All the new routes live under the route tag
  `model_manager_v2`. To avoid confusion with the old routes,
  they have the URL prefix `/api/v2/models`. The old routes
  have been de-registered.

- Added a pytest for the loader.

- Updated documentation in contributing/MODEL_MANAGER.md
2024-03-01 10:42:33 +11:00
..
app_info.py Added full-version endpoint (#5206) 2023-12-04 02:57:39 +00:00
board_images.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
boards.py feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
download_queue.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-03-01 10:42:33 +11:00
images.py tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
model_manager_v2.py make model manager v2 ready for PR review 2024-03-01 10:42:33 +11:00
models.py make model manager v2 ready for PR review 2024-03-01 10:42:33 +11:00
session_queue.py feat: remove enqueue_graph routes/methods (#4922) 2023-10-17 18:00:40 +00:00
sessions.py feat(api): restore get_session route 2023-10-17 14:59:25 +11:00
utilities.py feat(api): add max_prompts constraints 2023-12-29 08:26:14 -05:00
workflows.py feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00