InvokeAI/invokeai/backend
psychedelicious 554d175792 feat(mm): improved model hash class
- Use memory view for hashlib algorithms (closer to python 3.11's filehash API in hashlib)
- Remove `sha1_fast` (realized it doesn't even hash the whole file, it just does the first block)
- Add support for custom file filters
- Update docstrings
- Update tests
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 feat(mm): improved model hash class 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