mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): correct model load event format
This commit is contained in:
@@ -33,6 +33,7 @@ export const addModelLoadEventListener = (startAppListening: AppStartListening)
|
||||
if (submodel_type) {
|
||||
extras.push(submodel_type);
|
||||
}
|
||||
|
||||
const message = `Model load complete: ${name} (${extras.join(', ')})`;
|
||||
|
||||
log.debug(action.payload, message);
|
||||
|
||||
Reference in New Issue
Block a user