InvokeAI/invokeai/backend/model_manager/load
Lincoln Stein 2ad0752582 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-02-19 08:16:56 +11:00
..
convert_cache add a JIT download_and_cache() call to the model installer 2024-02-15 18:00:08 +11:00
model_cache References to context.services.model_manager.store.get_model can only accept keys, remove invalid assertion 2024-02-15 18:00:16 +11:00
model_loaders Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
__init__.py Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-19 08:16:56 +11:00
load_base.py Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-19 08:16:56 +11:00
load_default.py Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-19 08:16:56 +11:00
memory_snapshot.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
model_util.py make model manager v2 ready for PR review 2024-02-15 18:00:08 +11:00
optimizations.py add ram cache module and support files 2024-02-15 17:50:31 +11:00