mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Fix Outpaint not applying the expanded mask correctly
In unscaled situations
This commit is contained in:
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user