Prevent a duplicate image from appearing in the gallery

Set final l2i to intermediate so the save image node is the only one outputting a final image.
This commit is contained in:
Jonathan 2023-09-18 12:30:51 -05:00 committed by GitHub
parent 593604bbba
commit 56254b74e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,7 @@ export const buildLinearTextToImageGraph = (
type: isUsingOnnxModel ? 'l2i_onnx' : 'l2i',
id: LATENTS_TO_IMAGE,
fp32,
is_intermediate,
},
},
edges: [