mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ui: Color Infill UI
This commit is contained in:
committed by
psychedelicious
parent
adb7966bb3
commit
e55ab5b3a1
@ -69,6 +69,7 @@ export const buildCanvasOutpaintGraph = async (
|
||||
infillMosaicTileHeight,
|
||||
infillMosaicMinColor,
|
||||
infillMosaicMaxColor,
|
||||
infillColorValue,
|
||||
clipSkip,
|
||||
seamlessXAxis,
|
||||
seamlessYAxis,
|
||||
@ -376,6 +377,7 @@ export const buildCanvasOutpaintGraph = async (
|
||||
graph.nodes[INPAINT_INFILL] = {
|
||||
type: 'infill_rgba',
|
||||
id: INPAINT_INFILL,
|
||||
color: infillColorValue,
|
||||
is_intermediate,
|
||||
};
|
||||
}
|
||||
|
@ -70,6 +70,7 @@ export const buildCanvasSDXLOutpaintGraph = async (
|
||||
infillMosaicTileHeight,
|
||||
infillMosaicMinColor,
|
||||
infillMosaicMaxColor,
|
||||
infillColorValue,
|
||||
seamlessXAxis,
|
||||
seamlessYAxis,
|
||||
canvasCoherenceMode,
|
||||
@ -386,6 +387,7 @@ export const buildCanvasSDXLOutpaintGraph = async (
|
||||
type: 'infill_rgba',
|
||||
id: INPAINT_INFILL,
|
||||
is_intermediate,
|
||||
color: infillColorValue,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user