fix(ui): metadata error on img2img

This commit is contained in:
psychedelicious 2023-11-17 12:06:20 +11:00
parent 62da69b3e8
commit 8d39eab3a9
2 changed files with 2 additions and 2 deletions

View File

@ -329,7 +329,7 @@ export const buildLinearImageToImageGraph = (
strength, strength,
init_image: initialImage.imageName, init_image: initialImage.imageName,
}, },
IMAGE_TO_LATENTS LATENTS_TO_IMAGE
); );
// Add Seamless To Graph // Add Seamless To Graph

View File

@ -350,7 +350,7 @@ export const buildLinearSDXLImageToImageGraph = (
positive_style_prompt: positiveStylePrompt, positive_style_prompt: positiveStylePrompt,
negative_style_prompt: negativeStylePrompt, negative_style_prompt: negativeStylePrompt,
}, },
IMAGE_TO_LATENTS LATENTS_TO_IMAGE
); );
// Add Seamless To Graph // Add Seamless To Graph