mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ui: split the canvas mask blur and edge size setting
This commit is contained in:
committed by
psychedelicious
parent
32b8478974
commit
afa7043dcd
@ -88,9 +88,9 @@ export const initialConfigState: AppConfig = {
|
||||
},
|
||||
canvasCoherenceEdgeSize: {
|
||||
initial: 16,
|
||||
sliderMin: 16,
|
||||
sliderMax: 512,
|
||||
numberInputMin: 16,
|
||||
sliderMin: 0,
|
||||
sliderMax: 128,
|
||||
numberInputMin: 0,
|
||||
numberInputMax: 1024,
|
||||
fineStep: 8,
|
||||
coarseStep: 16,
|
||||
@ -134,7 +134,7 @@ export const initialConfigState: AppConfig = {
|
||||
maskBlur: {
|
||||
initial: 16,
|
||||
sliderMin: 0,
|
||||
sliderMax: 64,
|
||||
sliderMax: 128,
|
||||
numberInputMin: 0,
|
||||
numberInputMax: 512,
|
||||
fineStep: 1,
|
||||
|
Reference in New Issue
Block a user