wip(ui): Replace 2 Layer Coherence pass with Gradient Mask

This commit is contained in:
blessedcoolant
2024-02-21 23:02:49 +05:30
committed by psychedelicious
parent ea7b7bcf40
commit 8f6c2a8b92
22 changed files with 122 additions and 1099 deletions

View File

@ -86,14 +86,14 @@ export const initialConfigState: AppConfig = {
fineStep: 0.01,
coarseStep: 0.05,
},
canvasCoherenceSteps: {
initial: 20,
sliderMin: 1,
sliderMax: 100,
numberInputMin: 1,
numberInputMax: 999,
fineStep: 1,
coarseStep: 1,
canvasCoherenceEdgeSize: {
initial: 16,
sliderMin: 16,
sliderMax: 512,
numberInputMin: 16,
numberInputMax: 1024,
fineStep: 8,
coarseStep: 16,
},
cfgRescaleMultiplier: {
initial: 0,