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: {
|
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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user