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: {
node_id: MASK_RESIZE_DOWN,
field: 'image',
node_id: INPAINT_CREATE_MASK,
field: 'expanded_mask_area',
},
destination: {
node_id: CANVAS_OUTPUT,

View File

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