smaller brushsize

This commit is contained in:
Qing
2024-11-23 10:53:27 +08:00
parent dcb77120fb
commit 24764bd8bb

View File

@@ -1,6 +1,6 @@
export const ACCENT_COLOR = "#ffcc00bb" export const ACCENT_COLOR = "#ffcc00bb"
export const DEFAULT_BRUSH_SIZE = 40 export const DEFAULT_BRUSH_SIZE = 40
export const MIN_BRUSH_SIZE = 3 export const MIN_BRUSH_SIZE = 1
export const MAX_BRUSH_SIZE = 200 export const MAX_BRUSH_SIZE = 200
export const MODEL_TYPE_INPAINT = "inpaint" export const MODEL_TYPE_INPAINT = "inpaint"
export const MODEL_TYPE_DIFFUSERS_SD = "diffusers_sd" export const MODEL_TYPE_DIFFUSERS_SD = "diffusers_sd"