InvokeAI/invokeai/app/services/model_load
psychedelicious 20db93b901 fix(mm): check for presence of invoker before emitting model load event
The model loader emits events. During testing, it doesn't have access to a fully-mocked events service, so the test fails when attempting to call a nonexistent method. There was a check for this previously, but I accidentally removed it. Restored.
2024-05-20 15:18:57 +10:00
..
__init__.py consolidate model manager parts into a single class 2024-03-01 10:42:33 +11:00
model_load_base.py refactor(events): use pydantic schemas for events 2024-05-20 15:15:21 +10:00
model_load_default.py fix(mm): check for presence of invoker before emitting model load event 2024-05-20 15:18:57 +10:00