mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(mm): emit correct event when model load complete
This commit is contained in:
parent
eaf67b2150
commit
ed6c716ddc
@ -72,6 +72,6 @@ class ModelLoadService(ModelLoadServiceBase):
|
||||
).load_model(model_config, submodel_type)
|
||||
|
||||
if hasattr(self, "_invoker"):
|
||||
self._invoker.services.events.emit_model_load_started(model_config, submodel_type)
|
||||
self._invoker.services.events.emit_model_load_complete(model_config, submodel_type)
|
||||
|
||||
return loaded_model
|
||||
|
Loading…
Reference in New Issue
Block a user