InvokeAI/invokeai/backend
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
..
image_util chore: ruff 2024-07-15 14:05:04 +10:00
ip_adapter fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00
model_hash Run ruff 2024-06-26 21:46:59 +10:00
model_manager [MM2] Use typed ModelRecordChanges for model_install() rather than untyped dict (#6645) 2024-07-23 21:41:00 +00:00
onnx fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00
stable_diffusion Merge branch 'main' into stalker-modular_controlnet 2024-07-23 10:19:12 -04:00
tiles feat(nodes): extract LATENT_SCALE_FACTOR to constants.py 2024-03-01 10:42:33 +11:00
util fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00
__init__.py consolidate model manager parts into a single class 2024-03-01 10:42:33 +11:00
lora.py fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00
model_patcher.py Merge branch 'main' into stalker7779/backend_base 2024-07-18 01:08:04 +03:00
raw_model.py Merge branch 'main' into ryan/spandrel-upscale 2024-07-16 15:14:08 -04:00
spandrel_image_to_image_model.py Add tiling support to the SpoandrelImageToImage node. 2024-07-10 14:25:19 -04:00
textual_inversion.py fix(backend): revert non-blocking device transfer 2024-07-16 08:59:42 +10:00