InvokeAI/invokeai/backend/model_manager/load
Lincoln Stein c87497fd54
record model_variant in t2i and clip_vision configs (#5989)
- Move base of t2i and clip_vision config models to DiffusersBase, which contains
  a field to record the model variant (e.g. "fp16")
- This restore the ability to load fp16 t2i and clip_vision models
- Also add defensive coding to load the vanilla model when the fp16 model
  has been replaced (or more likely, user's preferences changed since installation)

Co-authored-by: Lincoln Stein <lstein@gmail.com>
2024-03-19 20:14:12 +00:00
..
convert_cache chore: ruff 2024-03-01 10:42:33 +11:00
model_cache 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
model_loaders record model_variant in t2i and clip_vision configs (#5989) 2024-03-19 20:14:12 +00:00
__init__.py chore: ruff 2024-03-01 10:42:33 +11:00
load_base.py final tidying before marking PR as ready for review 2024-03-01 10:42:33 +11:00
load_default.py fix(mm): misc typing fixes for model loaders 2024-03-05 23:50:19 +11:00
memory_snapshot.py final tidying before marking PR as ready for review 2024-03-01 10:42:33 +11:00
model_loader_registry.py Experiment with using absolute paths within model management 2024-03-08 15:36:14 -05:00
model_util.py make model manager v2 ready for PR review 2024-03-01 10:42:33 +11:00
optimizations.py final tidying before marking PR as ready for review 2024-03-01 10:42:33 +11:00