InvokeAI/invokeai/backend/model_manager
Lincoln Stein 996eb96b4e 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-03-01 10:42:33 +11:00
..
load Fix issues identified during PR review by RyanjDick and brandonrising 2024-03-01 10:42:33 +11:00
metadata Fix issues identified during PR review by RyanjDick and brandonrising 2024-03-01 10:42:33 +11:00
util add back the heuristic_import() method and extend repo_ids to arbitrary file paths 2024-03-01 10:42:33 +11:00
__init__.py loaders for main, controlnet, ip-adapter, clipvision and t2i 2024-03-01 10:42:33 +11:00
config.py improve swagger documentation 2024-03-01 10:42:33 +11:00
convert_ckpt_to_diffusers.py loaders for main, controlnet, ip-adapter, clipvision and t2i 2024-03-01 10:42:33 +11:00
hash.py chore: ruff lint 2023-11-14 07:57:07 +11:00
merge.py Fix issues identified during PR review by RyanjDick and brandonrising 2024-03-01 10:42:33 +11:00
probe.py fix a number of typechecking errors 2024-03-01 10:42:33 +11:00
search.py fix a number of typechecking errors 2024-03-01 10:42:33 +11:00