InvokeAI/invokeai/backend/install
Lincoln Stein 78ef946e01 BREAKING CHANGES: invocations now require model key, not base/type/name
- Implement new model loader and modify invocations and embeddings

- Finish implementation loaders for all models currently supported by
  InvokeAI.

- Move lora, textual_inversion, and model patching support into
  backend/embeddings.

- Restore support for model cache statistics collection (a little ugly,
  needs work).

- Fixed up invocations that load and patch models.

- Move seamless and silencewarnings utils into better location
2024-03-01 10:42:33 +11:00
..
__init__.py rename invokeai.backend.config to invokeai.backend.install 2023-05-31 21:34:20 -04:00
check_root.py close #5209 2023-12-21 23:02:57 -05:00
install_helper.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-03-01 10:42:33 +11:00
invokeai_configure.py Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
legacy_arg_parsing.py wip: Add LCMScheduler 2023-11-10 06:54:36 -08:00
migrate_to_3.py chore: ruff check - fix flake8-bugbear 2023-11-11 10:55:28 +11:00
model_install_backend.py Fix ruff styling 2024-01-31 07:16:14 -06:00