mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Outpainting being broken due to field name change
This commit is contained in:
parent
f65c8092cb
commit
b1ad777f5a
@ -254,7 +254,7 @@ export const buildCanvasOutpaintGraph = (
|
||||
{
|
||||
source: {
|
||||
node_id: MASK_FROM_ALPHA,
|
||||
field: 'mask',
|
||||
field: 'image',
|
||||
},
|
||||
destination: {
|
||||
node_id: MASK_COMBINE,
|
||||
|
@ -268,7 +268,7 @@ export const buildCanvasSDXLOutpaintGraph = (
|
||||
{
|
||||
source: {
|
||||
node_id: MASK_FROM_ALPHA,
|
||||
field: 'mask',
|
||||
field: 'image',
|
||||
},
|
||||
destination: {
|
||||
node_id: MASK_COMBINE,
|
||||
|
Loading…
Reference in New Issue
Block a user