add reverse mask

This commit is contained in:
Qing
2024-01-30 13:30:43 +08:00
parent e5f71ae535
commit cdac68a9a9
5 changed files with 34 additions and 17 deletions

View File

@@ -126,4 +126,4 @@ export enum PowerPaintTask {
outpainting = "outpainting",
}
export type AdjustMaskOperate = "expand" | "shrink"
export type AdjustMaskOperate = "expand" | "shrink" | "reverse"