mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix missing init image when fit disabled
This commit is contained in:
parent
fab7a1d337
commit
33bbae2f47
@ -384,8 +384,8 @@ export const buildImageToImageGraph = (state: RootState): Graph => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// We are not resizing, so we need to set the image on the `LATENTS_TO_LATENTS` node explicitly
|
// We are not resizing, so we need to set the image on the `IMAGE_TO_LATENTS` node explicitly
|
||||||
set(graph.nodes[LATENTS_TO_LATENTS], 'image', {
|
set(graph.nodes[IMAGE_TO_LATENTS], 'image', {
|
||||||
image_name: initialImage.image_name,
|
image_name: initialImage.image_name,
|
||||||
image_origin: initialImage.image_origin,
|
image_origin: initialImage.image_origin,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user