InvokeAI/invokeai/backend/model_manager
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
..
load Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
metadata Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-15 23:25:56 -05:00
util Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
__init__.py loaders for main, controlnet, ip-adapter, clipvision and t2i 2024-02-04 17:23:10 -05:00
config.py Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
convert_ckpt_to_diffusers.py loaders for main, controlnet, ip-adapter, clipvision and t2i 2024-02-04 17:23:10 -05:00
hash.py chore: ruff lint 2023-11-14 07:57:07 +11:00
libc_util.py Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
merge.py Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-15 23:25:56 -05:00
probe.py Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
search.py fix a number of typechecking errors 2024-02-13 00:26:49 -05:00