InvokeAI/invokeai/backend/install
Lincoln Stein ba1f8878dd Fix issues identified during PR review by RyanjDick and brandonrising
- ModelMetadataStoreService is now injected into ModelRecordStoreService
  (these two services are really joined at the hip, and should someday be merged)
- ModelRecordStoreService is now injected into ModelManagerService
- Reduced timeout value for the various installer and download wait*() methods
- Introduced a Mock modelmanager for testing
- Removed bare print() statement with _logger in the install helper backend.
- Removed unused code from model loader init file
- Made `locker` a private variable in the `LoadedModel` object.
- Fixed up model merge frontend (will be deprecated anyway!)
2024-02-19 08:16:56 +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 Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-19 08:16:56 +11:00
invokeai_configure.py fix invokeai_configure script to work with new mm; rename CLIs 2024-02-15 17:56:01 +11: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