add manual run mode

This commit is contained in:
Sanster
2022-04-23 20:21:34 +08:00
parent d94cae491a
commit f97e17a593
4 changed files with 127 additions and 113 deletions

View File

@@ -32,7 +32,7 @@ export const shortcutsState = atom<boolean>({
export interface Settings {
show: boolean
saveImageBesideOrigin: boolean
runInpaintingManually: boolean
model: AIModel
// For LaMa
@@ -47,7 +47,7 @@ export interface Settings {
export const settingStateDefault = {
show: false,
saveImageBesideOrigin: false,
runInpaintingManually: false,
model: AIModel.LAMA,
ldmSteps: 50,
hdStrategy: HDStrategy.RESIZE,