InvokeAI/invokeai/backend
Lincoln Stein dfcf38be91 BREAKING CHANGES: invocations now require model key, not base/type/name
- Implement new model loader and modify invocations and embeddings

- Finish implementation loaders for all models currently supported by
  InvokeAI.

- Move lora, textual_inversion, and model patching support into
  backend/embeddings.

- Restore support for model cache statistics collection (a little ugly,
  needs work).

- Fixed up invocations that load and patch models.

- Move seamless and silencewarnings utils into better location
2024-02-15 17:56:01 +11:00
..
embeddings BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-15 17:56:01 +11:00
image_util chore: rename DWPose to DW Openpose 2024-02-12 11:12:45 -05:00
install BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-15 17:56:01 +11:00
ip_adapter Add support for IPAdapterFull models. The changes are based on this upstream PR: https://github.com/tencent-ailab/IP-Adapter/pull/139 . 2023-11-29 15:07:21 -08:00
model_management added textual inversion and lora loaders 2024-02-15 17:51:07 +11:00
model_manager BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-15 17:56:01 +11:00
onnx added textual inversion and lora loaders 2024-02-15 17:51:07 +11:00
stable_diffusion BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-15 17:56:01 +11:00
tiles feat(nodes): extract LATENT_SCALE_FACTOR to constants.py 2024-02-15 17:30:03 +11:00
training Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
util BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-15 17:56:01 +11:00
__init__.py chore(backend): rename ModelInfo -> LoadedModelInfo 2024-02-15 17:30:03 +11:00