mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix: outpaint result not getting pasted back correctly
This commit is contained in:
committed by
psychedelicious
parent
8e1fbd6ed1
commit
cc82ce820a
@@ -176,6 +176,7 @@ export const buildCanvasOutpaintGraph = (
|
||||
is_intermediate: getIsIntermediate(state),
|
||||
board: getBoardField(state),
|
||||
use_cache: false,
|
||||
mask_blur: canvasCoherenceEdgeSize,
|
||||
},
|
||||
},
|
||||
edges: [
|
||||
@@ -468,7 +469,7 @@ export const buildCanvasOutpaintGraph = (
|
||||
},
|
||||
{
|
||||
source: {
|
||||
node_id: LATENTS_TO_IMAGE,
|
||||
node_id: INPAINT_IMAGE_RESIZE_DOWN,
|
||||
field: 'image',
|
||||
},
|
||||
destination: {
|
||||
|
||||
@@ -176,6 +176,7 @@ export const buildCanvasSDXLOutpaintGraph = (
|
||||
is_intermediate: getIsIntermediate(state),
|
||||
board: getBoardField(state),
|
||||
use_cache: false,
|
||||
mask_blur: canvasCoherenceEdgeSize,
|
||||
},
|
||||
},
|
||||
edges: [
|
||||
@@ -477,7 +478,7 @@ export const buildCanvasSDXLOutpaintGraph = (
|
||||
},
|
||||
{
|
||||
source: {
|
||||
node_id: LATENTS_TO_IMAGE,
|
||||
node_id: INPAINT_IMAGE_RESIZE_DOWN,
|
||||
field: 'image',
|
||||
},
|
||||
destination: {
|
||||
|
||||
Reference in New Issue
Block a user