diff --git a/invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearImageToImageGraph.ts b/invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearImageToImageGraph.ts index e13e7f3e53..d1897ad9ee 100644 --- a/invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearImageToImageGraph.ts +++ b/invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearImageToImageGraph.ts @@ -329,7 +329,7 @@ export const buildLinearImageToImageGraph = ( strength, init_image: initialImage.imageName, }, - IMAGE_TO_LATENTS + LATENTS_TO_IMAGE ); // Add Seamless To Graph diff --git a/invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearSDXLImageToImageGraph.ts b/invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearSDXLImageToImageGraph.ts index 94586c97ba..0b57dcd5bf 100644 --- a/invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearSDXLImageToImageGraph.ts +++ b/invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearSDXLImageToImageGraph.ts @@ -350,7 +350,7 @@ export const buildLinearSDXLImageToImageGraph = ( positive_style_prompt: positiveStylePrompt, negative_style_prompt: negativeStylePrompt, }, - IMAGE_TO_LATENTS + LATENTS_TO_IMAGE ); // Add Seamless To Graph