InvokeAI/invokeai/backend
Lincoln Stein 5d612ec095 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-03-01 10:42:33 +11:00
..
embeddings Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
image_util make model manager v2 ready for PR review 2024-03-01 10:42:33 +11:00
install Fix issues identified during PR review by RyanjDick and brandonrising 2024-03-01 10:42:33 +11:00
ip_adapter Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
model_management_OLD Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
model_manager Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
onnx Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
stable_diffusion make model manager v2 ready for PR review 2024-03-01 10:42:33 +11:00
tiles feat(nodes): extract LATENT_SCALE_FACTOR to constants.py 2024-03-01 10:42:33 +11: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-03-01 10:42:33 +11:00
__init__.py consolidate model manager parts into a single class 2024-03-01 10:42:33 +11:00
lora.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
model_patcher.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
raw_model.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
textual_inversion.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00