mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 12:15:09 -05:00
feat(ui): set default infill method to lama
This commit is contained in:
committed by
Mary Hipp Rogers
parent
ef8ededd2f
commit
549f4e9794
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user