mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove extra inputs
This commit is contained in:
parent
bc12d6654e
commit
01897ec576
invokeai/frontend/web/src/features/nodes/util/graph
@ -133,7 +133,6 @@ export const buildCanvasInpaintGraph = async (
|
||||
coherence_mode: canvasCoherenceMode,
|
||||
minimum_denoise: canvasCoherenceMinDenoise,
|
||||
edge_radius: canvasCoherenceEdgeSize,
|
||||
image: canvasInitImage,
|
||||
tiled: false,
|
||||
fp32: fp32,
|
||||
},
|
||||
|
@ -157,7 +157,6 @@ export const buildCanvasOutpaintGraph = async (
|
||||
coherence_mode: canvasCoherenceMode,
|
||||
edge_radius: canvasCoherenceEdgeSize,
|
||||
minimum_denoise: canvasCoherenceMinDenoise,
|
||||
image: canvasInitImage,
|
||||
tiled: false,
|
||||
fp32: fp32,
|
||||
},
|
||||
|
@ -135,7 +135,6 @@ export const buildCanvasSDXLInpaintGraph = async (
|
||||
coherence_mode: canvasCoherenceMode,
|
||||
minimum_denoise: refinerModel ? Math.max(0.2, canvasCoherenceMinDenoise) : canvasCoherenceMinDenoise,
|
||||
edge_radius: canvasCoherenceEdgeSize,
|
||||
image: canvasInitImage,
|
||||
tiled: false,
|
||||
fp32: fp32,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user