mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix node types for canvas graphs
This commit is contained in:
parent
6f591b324b
commit
04c060a89d
@ -152,7 +152,7 @@ export const buildCanvasInpaintGraph = (
|
||||
fp32,
|
||||
},
|
||||
[CANVAS_OUTPUT]: {
|
||||
type: 'iai_canvas_paste_back',
|
||||
type: 'canvas_paste_back',
|
||||
id: CANVAS_OUTPUT,
|
||||
is_intermediate: getIsIntermediate(state),
|
||||
board: getBoardField(state),
|
||||
|
@ -171,7 +171,7 @@ export const buildCanvasOutpaintGraph = (
|
||||
fp32,
|
||||
},
|
||||
[CANVAS_OUTPUT]: {
|
||||
type: 'iai_canvas_paste_back',
|
||||
type: 'canvas_paste_back',
|
||||
id: CANVAS_OUTPUT,
|
||||
is_intermediate: getIsIntermediate(state),
|
||||
board: getBoardField(state),
|
||||
|
@ -153,7 +153,7 @@ export const buildCanvasSDXLInpaintGraph = (
|
||||
fp32,
|
||||
},
|
||||
[CANVAS_OUTPUT]: {
|
||||
type: 'iai_canvas_paste_back',
|
||||
type: 'canvas_paste_back',
|
||||
id: CANVAS_OUTPUT,
|
||||
is_intermediate: getIsIntermediate(state),
|
||||
board: getBoardField(state),
|
||||
|
@ -171,7 +171,7 @@ export const buildCanvasSDXLOutpaintGraph = (
|
||||
fp32,
|
||||
},
|
||||
[CANVAS_OUTPUT]: {
|
||||
type: 'iai_canvas_paste_back',
|
||||
type: 'canvas_paste_back',
|
||||
id: CANVAS_OUTPUT,
|
||||
is_intermediate: getIsIntermediate(state),
|
||||
board: getBoardField(state),
|
||||
|
Loading…
Reference in New Issue
Block a user