InvokeAI/invokeai/backend/model_manager/load/model_loaders
Lincoln Stein ed2d9ae0d9 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-17 11:56:28 -05:00
..
__init__.py model loading and conversion implemented for vaes 2024-02-03 22:55:09 -05:00
controlnet.py make model manager v2 ready for PR review 2024-02-10 18:17:56 -05:00
generic_diffusers.py make model manager v2 ready for PR review 2024-02-10 18:17:56 -05:00
ip_adapter.py added textual inversion and lora loaders 2024-02-04 23:18:00 -05:00
lora.py Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
onnx.py Multiple refinements on loaders: 2024-02-05 21:55:11 -05:00
stable_diffusion.py make model manager v2 ready for PR review 2024-02-10 18:17:56 -05:00
textual_inversion.py Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
vae.py make model manager v2 ready for PR review 2024-02-10 18:17:56 -05:00