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
338d5f158b
commit
500a733d79
@ -33,6 +33,7 @@ export const addModelLoadEventListener = (startAppListening: AppStartListening)
|
|||||||
if (submodel_type) {
|
if (submodel_type) {
|
||||||
extras.push(submodel_type);
|
extras.push(submodel_type);
|
||||||
}
|
}
|
||||||
|
|
||||||
const message = `Model load complete: ${name} (${extras.join(', ')})`;
|
const message = `Model load complete: ${name} (${extras.join(', ')})`;
|
||||||
|
|
||||||
log.debug(action.payload, message);
|
log.debug(action.payload, message);
|
||||||
|
Loading…
Reference in New Issue
Block a user