Skip to content

Commit

Permalink
feat(ui): set default infill method to lama
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious authored and maryhipp committed Nov 20, 2024
1 parent ef8eded commit 549f4e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 549f4e9

Please sign in to comment.