InvokeAI/invokeai/app/services/model_install
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
..
__init__.py Model Manager Refactor: Install remote models and store their tags and other metadata (#5361) 2024-01-14 19:54:53 +00:00
model_install_base.py fix race condition between downloading last file and starting install 2024-03-01 10:42:33 +11:00
model_install_default.py make model key assignment deterministic 2024-03-03 14:32:14 +11:00