InvokeAI/invokeai/backend
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
..
embeddings Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
image_util Merge branch 'main' into refactor/model-manager2/loader 2024-02-10 18:52:37 -05:00
install Fix issues identified during PR review by RyanjDick and brandonrising 2024-02-15 23:25:56 -05:00
ip_adapter Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
model_management_OLD Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
model_manager Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
onnx Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
stable_diffusion make model manager v2 ready for PR review 2024-02-10 18:17:56 -05:00
tiles In CalculateImageTilesEvenSplitInvocation to have overlap_fraction becomes just overlap. This is now in pixels rather than as a fraction of the tile size. 2023-12-17 15:10:50 +00:00
training Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
util Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
__init__.py consolidate model manager parts into a single class 2024-02-09 23:09:26 -05:00
lora.py Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
model_patcher.py Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
raw_model.py Tidy names and locations of modules 2024-02-17 11:56:28 -05:00
textual_inversion.py Tidy names and locations of modules 2024-02-17 11:56:28 -05:00