InvokeAI/invokeai/backend/model_manager
2024-03-14 16:03:37 +11:00
..
load Do not override log_memory_usage when debug logs are enabled. The speed cost of log_memory_usage=True is large. It is common to want debug log without enabling log_memory_usage. 2024-03-12 09:48:50 +11:00
metadata fix(mm): config.json to indicates diffusers model 2024-03-13 21:02:29 +11:00
util install model if diffusers or single file, cleaned up backend logic to not mess with existing model install 2024-03-13 21:02:29 +11:00
__init__.py chore: ruff 2024-03-01 10:42:33 +11:00
config.py feat(nodes): add w/h defaults for models 2024-03-14 16:03:37 +11:00
convert_ckpt_to_diffusers.py chore: ruff 2024-03-01 10:42:33 +11:00
libc_util.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
merge.py fix(mm): fix incorrect calls to update_model 2024-03-05 23:50:19 +11:00
probe.py feat(mm): faster hashing for spinning disk HDDs 2024-03-14 15:54:42 +11:00
search.py docs(mm): format docstrings for ModelSearch 2024-03-10 12:09:47 +11:00