InvokeAI/invokeai/backend
Lincoln Stein a72056e0df make model key assignment deterministic
- When installing, model keys are now calculated from the model contents.
- .safetensors, .ckpt and other single file models are hashed with sha1
- The contents of diffusers directories are hashed using imohash (faster)

fixup yaml->sql db migration script to assign deterministic key

- this commit also detects and assigns the correct image encoder for
  ip adapter models.
2024-03-03 14:32:14 +11:00
..
embeddings Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
image_util chore: ruff 2024-03-01 10:42:33 +11:00
install chore: ruff 2024-03-01 10:42:33 +11:00
ip_adapter final tidying before marking PR as ready for review 2024-03-01 10:42:33 +11:00
model_manager make model key assignment deterministic 2024-03-03 14:32:14 +11:00
onnx final tidying before marking PR as ready for review 2024-03-01 10:42:33 +11:00
stable_diffusion Remove unused code for attention map saving. 2024-03-02 08:25:41 -05:00
tiles feat(nodes): extract LATENT_SCALE_FACTOR to constants.py 2024-03-01 10:42:33 +11:00
training chore: ruff 2024-03-01 10:42:33 +11:00
util chore: ruff 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 final tidying before marking PR as ready for review 2024-03-01 10:42:33 +11:00
model_patcher.py chore: ruff 2024-03-01 10:42:33 +11:00
raw_model.py final tidying before marking PR as ready for review 2024-03-01 10:42:33 +11:00
textual_inversion.py final tidying before marking PR as ready for review 2024-03-01 10:42:33 +11:00