fix(ui): fix img2img type

This commit is contained in:
psychedelicious
2023-04-06 16:40:45 +10:00
parent 2787d32881
commit 3cd2695676

View File

@@ -91,7 +91,7 @@ export function buildImg2ImgNode(
progress_images: shouldDisplayInProgressType === 'full-res',
image: {
image_name: initialImage.name,
image_type: 'results',
image_type: initialImage.type,
},
strength,
fit,