Skip to content

Commit 8d39eab

Browse files
fix(ui): metadata error on img2img
1 parent 62da69b commit 8d39eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearImageToImageGraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export const buildLinearImageToImageGraph = (
329329
strength,
330330
init_image: initialImage.imageName,
331331
},
332-
IMAGE_TO_LATENTS
332+
LATENTS_TO_IMAGE
333333
);
334334

335335
// Add Seamless To Graph

invokeai/frontend/web/src/features/nodes/util/graphBuilders/buildLinearSDXLImageToImageGraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export const buildLinearSDXLImageToImageGraph = (
350350
positive_style_prompt: positiveStylePrompt,
351351
negative_style_prompt: negativeStylePrompt,
352352
},
353-
IMAGE_TO_LATENTS
353+
LATENTS_TO_IMAGE
354354
);
355355

356356
// Add Seamless To Graph

0 commit comments

Comments
 (0)