InvokeAI/invokeai/backend/model_management_OLD/models
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
..
__init__.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
base.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
clip_vision.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
controlnet.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
ip_adapter.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
lora.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
sdxl.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
stable_diffusion_onnx.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
stable_diffusion.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
t2i_adapter.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
textual_inversion.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00
vae.py Tidy names and locations of modules 2024-02-19 08:16:56 +11:00