chore: Remove shouldFitToWidthHeight from Inpaint Graphs

Was never used for inpainting but was fed to the node anyway.
This commit is contained in:
blessedcoolant 2023-08-13 21:16:37 +12:00
parent b35cdc05a5
commit 33779b6339
4 changed files with 0 additions and 4 deletions

View File

@ -53,7 +53,6 @@ export const buildCanvasInpaintGraph = (
scheduler,
steps,
img2imgStrength: strength,
shouldFitToWidthHeight,
iterations,
seed,
shouldRandomizeSeed,

View File

@ -59,7 +59,6 @@ export const buildCanvasOutpaintGraph = (
scheduler,
steps,
img2imgStrength: strength,
shouldFitToWidthHeight,
iterations,
seed,
shouldRandomizeSeed,

View File

@ -53,7 +53,6 @@ export const buildCanvasSDXLInpaintGraph = (
scheduler,
steps,
img2imgStrength: strength,
shouldFitToWidthHeight,
iterations,
seed,
shouldRandomizeSeed,

View File

@ -59,7 +59,6 @@ export const buildCanvasSDXLOutpaintGraph = (
scheduler,
steps,
img2imgStrength: strength,
shouldFitToWidthHeight,
iterations,
seed,
shouldRandomizeSeed,