remove extra inputs

This commit is contained in:
dunkeroni 2024-04-12 00:03:14 -04:00 committed by Kent Keirsey
parent bc12d6654e
commit 01897ec576
3 changed files with 0 additions and 3 deletions

@ -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,
},