InvokeAI/invokeai/app
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
..
api tidy(api): remove non-heuristic install route 2024-02-27 08:38:37 -05:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations feat(nodes): update LoRAMetadataItem model 2024-02-26 14:49:38 -05:00
services make model key assignment deterministic 2024-02-28 18:08:34 +11:00
shared tidy(nodes): move all field things to fields.py 2024-02-15 17:30:02 +11:00
util feat(nodes): add whole queue_item to InvocationContextData 2024-02-20 09:54:01 +11:00
api_app.py refactor(nodes): merge processors 2024-02-20 09:54:01 +11:00