mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
parent
593604bbba
commit
56254b74e2
@ -143,6 +143,7 @@ export const buildLinearTextToImageGraph = (
|
|||||||
type: isUsingOnnxModel ? 'l2i_onnx' : 'l2i',
|
type: isUsingOnnxModel ? 'l2i_onnx' : 'l2i',
|
||||||
id: LATENTS_TO_IMAGE,
|
id: LATENTS_TO_IMAGE,
|
||||||
fp32,
|
fp32,
|
||||||
|
is_intermediate,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
edges: [
|
edges: [
|
||||||
|
Loading…
Reference in New Issue
Block a user