mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): correct model load event format
This commit is contained in:
parent
bf03127c69
commit
300725d1dd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user