mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixes crash on cancel with intermediates enabled, fixes #1416
This commit is contained in:
parent
941d427302
commit
30dc9220c1
@ -168,6 +168,7 @@ const makeSocketIOListeners = (
|
||||
setIntermediateImage({
|
||||
uuid: uuidv4(),
|
||||
...data,
|
||||
category: 'result',
|
||||
})
|
||||
);
|
||||
if (!data.isBase64) {
|
||||
|
Loading…
Reference in New Issue
Block a user