fix: Outpainting being broken due to field name change

This commit is contained in:
blessedcoolant 2023-08-15 20:04:04 +12:00 committed by psychedelicious
parent f65c8092cb
commit b1ad777f5a
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ export const buildCanvasOutpaintGraph = (
{
source: {
node_id: MASK_FROM_ALPHA,
field: 'mask',
field: 'image',
},
destination: {
node_id: MASK_COMBINE,

View File

@ -268,7 +268,7 @@ export const buildCanvasSDXLOutpaintGraph = (
{
source: {
node_id: MASK_FROM_ALPHA,
field: 'mask',
field: 'image',
},
destination: {
node_id: MASK_COMBINE,