InvokeAI/invokeai/backend/model_manager
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
..
load don't use cpu state_dict for model unpatching when executing on cpu (#6631) 2024-07-18 15:34:01 -04:00
metadata Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
util Add ruff rule to disallow relative parent imports. 2024-07-04 09:35:37 -04:00
__init__.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
config.py [MM2] Use typed ModelRecordChanges for model_install() rather than untyped dict (#6645) 2024-07-23 21:41:00 +00:00
merge.py Apply ruff rule to disallow all relative imports. 2024-07-04 09:35:37 -04:00
probe.py Fix broken unit test caused by non-existent model path. 2024-07-10 13:59:17 -04:00
search.py docs(mm): update ModelSearch 2024-03-28 12:35:41 +11:00
starter_models.py add sdxl tile to starter models 2024-07-19 16:49:33 -04:00