From b06f9e06f70a3e957a83bd7a993c181805406859 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:49:56 -0600 Subject: [PATCH] feat(ui): set default infill method to lama --- .../web/src/features/controlLayers/store/paramsSlice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/controlLayers/store/paramsSlice.ts b/invokeai/frontend/web/src/features/controlLayers/store/paramsSlice.ts index 582419a247e..6d5b3a54d7b 100644 --- a/invokeai/frontend/web/src/features/controlLayers/store/paramsSlice.ts +++ b/invokeai/frontend/web/src/features/controlLayers/store/paramsSlice.ts @@ -83,7 +83,7 @@ const initialState: ParamsState = { canvasCoherenceMode: 'Gaussian Blur', canvasCoherenceMinDenoise: 0, canvasCoherenceEdgeSize: 16, - infillMethod: 'patchmatch', + infillMethod: 'lama', infillTileSize: 32, infillPatchmatchDownscaleSize: 1, infillColorValue: { r: 0, g: 0, b: 0, a: 1 },