InvokeAI/invokeai/app/services
Lincoln Stein 5d612ec095 Tidy names and locations of modules
- Rename old "model_management" directory to "model_management_OLD" in order to catch
  dangling references to original model manager.
- Caught and fixed most dangling references (still checking)
- Rename lora, textual_inversion and model_patcher modules
- Introduce a RawModel base class to simplfy the Union returned by the
  model loaders.
- Tidy up the model manager 2-related tests. Add useful fixtures, and
  a finalizer to the queue and installer fixtures that will stop the
  services and release threads.
2024-03-01 10:42:33 +11:00
..
board_image_records
board_images
board_records
boards
config fix a number of typechecking errors 2024-03-01 10:42:33 +11:00
download Fix issues identified during PR review by RyanjDick and brandonrising 2024-03-01 10:42:33 +11:00
events BREAKING CHANGES: invocations now require model key, not base/type/name 2024-03-01 10:42:33 +11:00
image_files tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
image_records tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
images tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
invocation_cache feat(nodes): replace latents service with tensors and conditioning services 2024-03-01 10:42:33 +11:00
invocation_processor feat(nodes): update all invocations to use new invocation context 2024-03-01 10:42:33 +11:00
invocation_queue
invocation_stats Fix issues identified during PR review by RyanjDick and brandonrising 2024-03-01 10:42:33 +11:00
item_storage revert(nodes): revert making tensors/conditioning use item storage 2024-03-01 10:42:33 +11:00
model_install Fix issues identified during PR review by RyanjDick and brandonrising 2024-03-01 10:42:33 +11:00
model_load Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
model_manager Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
model_metadata Fix issues identified during PR review by RyanjDick and brandonrising 2024-03-01 10:42:33 +11:00
model_records Fix issues identified during PR review by RyanjDick and brandonrising 2024-03-01 10:42:33 +11:00
names
object_serializer feat(nodes): use TemporaryDirectory to handle ephemeral storage in ObjectSerializerDisk 2024-03-01 10:42:33 +11:00
session_processor
session_queue
shared feat(nodes): update invocation context for mm2, update nodes model usage 2024-03-01 10:42:33 +11:00
urls
workflow_records add project as category to back-end 2024-01-24 10:59:04 +11:00
__init__.py
invocation_services.py make model manager v2 ready for PR review 2024-03-01 10:42:33 +11:00
invoker.py