InvokeAI/tests/backend/model_manager_2
Lincoln Stein 3c1b0d01ac 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-29 13:28:20 -05:00
..
data Model Manager Refactor: Install remote models and store their tags and other metadata (#5361) 2024-01-14 19:54:53 +00:00
model_loading make model manager v2 ready for PR review 2024-02-29 13:16:37 -05:00
model_metadata Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-29 13:28:20 -05:00
util BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-29 13:16:37 -05:00
model_manager_2_fixtures.py Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-29 13:28:20 -05:00