fix: Fix Outpaint not applying the expanded mask correctly

In unscaled situations
This commit is contained in:
blessedcoolant 2024-05-15 08:44:59 +05:30 committed by psychedelicious
parent e222484663
commit e22211dac0
2 changed files with 4 additions and 4 deletions

View File

@ -528,8 +528,8 @@ export const buildCanvasOutpaintGraph = async (
}, },
{ {
source: { source: {
node_id: MASK_RESIZE_DOWN, node_id: INPAINT_CREATE_MASK,
field: 'image', field: 'expanded_mask_area',
}, },
destination: { destination: {
node_id: CANVAS_OUTPUT, node_id: CANVAS_OUTPUT,

View File

@ -584,8 +584,8 @@ export const buildCanvasSDXLOutpaintGraph = async (
}, },
{ {
source: { source: {
node_id: MASK_COMBINE, node_id: INPAINT_CREATE_MASK,
field: 'image', field: 'expanded_mask_area',
}, },
destination: { destination: {
node_id: CANVAS_OUTPUT, node_id: CANVAS_OUTPUT,