mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): metadata error on img2img
This commit is contained in:
parent
62da69b3e8
commit
8d39eab3a9
@ -329,7 +329,7 @@ export const buildLinearImageToImageGraph = (
|
||||
strength,
|
||||
init_image: initialImage.imageName,
|
||||
},
|
||||
IMAGE_TO_LATENTS
|
||||
LATENTS_TO_IMAGE
|
||||
);
|
||||
|
||||
// Add Seamless To Graph
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user