feat(ui): set default infill method to lama

This commit is contained in:
psychedelicious
2024-11-20 09:49:56 -06:00
committed by Mary Hipp Rogers
parent ef8ededd2f
commit 549f4e9794

View File

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