InvokeAI/invokeai/app/api/routers
Lincoln Stein 633bbb4e85
[MM2] Use typed ModelRecordChanges for model_install() rather than untyped dict (#6645)
* [MM2] replace untyped config dict passed to install_model with typed ModelRecordChanges

- adjusted frontend to work with new schema
- used this facility to assign "starter model" names and descriptions to the installed
  models.

* documentation fix

* [MM2] replace untyped config dict passed to install_model with typed ModelRecordChanges

- adjusted frontend to work with new schema
- used this facility to assign "starter model" names and descriptions to the installed
  models.

* documentation fix

* remove v9 pnpm lockfile

* [MM2] replace untyped config dict passed to install_model with typed ModelRecordChanges

- adjusted frontend to work with new schema
- used this facility to assign "starter model" names and descriptions to the installed
  models.

* [MM2] replace untyped config dict passed to install_model with typed ModelRecordChanges

- adjusted frontend to work with new schema
- used this facility to assign "starter model" names and descriptions to the installed
  models.

* remove v9 pnpm lockfile

* regenerate schema.ts

* prettified

---------

Co-authored-by: Lincoln Stein <lstein@gmail.com>
2024-07-23 21:41:00 +00:00
..
app_info.py Add ruff rule to disallow relative parent imports. 2024-07-04 09:35:37 -04:00
board_images.py Add ruff rule to disallow relative parent imports. 2024-07-04 09:35:37 -04:00
boards.py Merge branch 'main' into boards-ui-update 2024-07-08 22:06:26 -04:00
download_queue.py Add ruff rule to disallow relative parent imports. 2024-07-04 09:35:37 -04:00
images.py fix(api): deleting large images fails 2024-07-13 14:46:41 +10:00
model_manager.py [MM2] Use typed ModelRecordChanges for model_install() rather than untyped dict (#6645) 2024-07-23 21:41:00 +00:00
session_queue.py Add ruff rule to disallow relative parent imports. 2024-07-04 09:35:37 -04: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