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 {
|
||||
// We are not resizing, so we need to set the image on the `LATENTS_TO_LATENTS` node explicitly
|
||||
set(graph.nodes[LATENTS_TO_LATENTS], 'image', {
|
||||
// We are not resizing, so we need to set the image on the `IMAGE_TO_LATENTS` node explicitly
|
||||
set(graph.nodes[IMAGE_TO_LATENTS], 'image', {
|
||||
image_name: initialImage.image_name,
|
||||
image_origin: initialImage.image_origin,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user