InvokeAI/tests/app/services/model_install
Lincoln Stein 2b1cb569eb 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-02-28 18:08:34 +11:00
..
test_model_install.py make model key assignment deterministic 2024-02-28 18:08:34 +11:00