mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-17 22:03:18 -05:00
fix: Fix Outpaint not applying the expanded mask correctly
In unscaled situations
This commit is contained in:
committed by
psychedelicious
parent
e222484663
commit
e22211dac0
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user