InvokeAI/invokeai/app/services
Lincoln Stein 09e7d35b55 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-15 23:25:56 -05:00
..
board_image_records feat(db): add SQLiteMigrator to perform db migrations 2023-12-11 16:14:25 +11:00
board_images feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
board_records feat(db): add SQLiteMigrator to perform db migrations 2023-12-11 16:14:25 +11:00
boards feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
config fix a number of typechecking errors 2024-02-13 00:26:49 -05:00
download Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-15 23:25:56 -05:00
events BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-08 23:26:41 -05:00
image_files feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
image_records feat(db): add SQLiteMigrator to perform db migrations 2023-12-11 16:14:25 +11:00
images feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
invocation_cache feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
invocation_processor feat(nodes): move profiler/stats cleanup logic to function 2024-02-07 11:26:15 +11:00
invocation_queue feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
invocation_stats Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-15 23:25:56 -05:00
item_storage chore(item-storage): improve types 2024-02-03 07:34:06 -05:00
latents_storage make model manager v2 ready for PR review 2024-02-10 18:17:56 -05:00
model_install Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-15 23:25:56 -05:00
model_load add route for model conversion from safetensors to diffusers 2024-02-12 23:31:52 -05:00
model_manager Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-15 23:25:56 -05:00
model_metadata Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-15 23:25:56 -05:00
model_records Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-15 23:25:56 -05:00
names feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
session_processor feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
session_queue feat(db): add SQLiteMigrator to perform db migrations 2023-12-11 16:14:25 +11:00
shared Merge branch 'main' into refactor/model-manager2/loader 2024-02-10 18:52:37 -05:00
urls feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
workflow_records add project as category to back-end 2024-01-24 10:59:04 +11:00
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
invocation_services.py make model manager v2 ready for PR review 2024-02-10 18:17:56 -05:00
invoker.py feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00