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 379e51e5a9..c5e8ec8934 100644 --- a/invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearSDXLImageToImageGraph.ts +++ b/invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearSDXLImageToImageGraph.ts @@ -397,7 +397,7 @@ export const buildLinearSDXLImageToImageGraph = ( // Add Refiner if enabled if (shouldUseSDXLRefiner) { - addSDXLRefinerToGraph(state, graph, LATENTS_TO_IMAGE); + addSDXLRefinerToGraph(state, graph, SDXL_LATENTS_TO_LATENTS); } // add dynamic prompts - also sets up core iteration and seed