InvokeAI/invokeai/backend/model_manager
psychedelicious 2ec03ae95c fix(mm): default settings pydantic error
Add `extra="forbid"` to the default settings models.

Closes #6035.

Pydantic has some quirks related to unions. This affected how the union of default settings was evaluated. See https://github.com/pydantic/pydantic/issues/9095 for a detailed description of the behaviour that this change addresses.
2024-03-25 07:40:52 -04:00
..
load allow checkpoint config files to use root-relative paths 2024-03-22 08:57:45 +11:00
metadata fix(mm): config.json to indicates diffusers model 2024-03-13 21:02:29 +11:00
util install model if diffusers or single file, cleaned up backend logic to not mess with existing model install 2024-03-13 21:02:29 +11:00
__init__.py chore: ruff 2024-03-01 10:42:33 +11:00
config.py fix(mm): default settings pydantic error 2024-03-25 07:40:52 -04:00
convert_ckpt_to_diffusers.py Remove core safetensors->diffusers conversion models 2024-03-17 19:13:18 -04:00
libc_util.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
merge.py fix(config): use new get_config across the app, use correct settings 2024-03-19 09:24:28 +11:00
probe.py Update probe.py 2024-03-22 09:09:56 -07:00
search.py docs(mm): format docstrings for ModelSearch 2024-03-10 12:09:47 +11:00
starter_models.py fix(mm): remove proteus model 2024-03-22 02:22:03 -07:00