ui: split the canvas mask blur and edge size setting

This commit is contained in:
blessedcoolant
2024-02-26 19:05:11 +05:30
committed by psychedelicious
parent 32b8478974
commit afa7043dcd
9 changed files with 21 additions and 16 deletions

View File

@ -6,7 +6,7 @@ export type Feature =
| 'paramNegativeConditioning'
| 'paramPositiveConditioning'
| 'paramScheduler'
| 'compositingBlur'
| 'compositingMaskBlur'
| 'compositingBlurMethod'
| 'compositingCoherencePass'
| 'compositingCoherenceMode'