mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): mark img2img resize node intermediate
This commit is contained in:
parent
33bbae2f47
commit
a9c47237b1
@ -352,6 +352,7 @@ export const buildImageToImageGraph = (state: RootState): Graph => {
|
||||
image_name: initialImage.image_name,
|
||||
image_origin: initialImage.image_origin,
|
||||
},
|
||||
is_intermediate: true,
|
||||
height,
|
||||
width,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user