fix(ui): mark img2img resize node intermediate

This commit is contained in:
psychedelicious 2023-05-30 17:30:05 +10:00 committed by Kent Keirsey
parent 33bbae2f47
commit a9c47237b1

View File

@ -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,
};