From d39bf73fac2ea012b6e8c6d1310bcffb825593e5 Mon Sep 17 00:00:00 2001 From: Qing Date: Wed, 21 Sep 2022 21:58:29 +0800 Subject: [PATCH] always use graduallyInpainting --- lama_cleaner/app/src/components/Settings/SettingsModal.tsx | 2 +- lama_cleaner/app/src/store/Atoms.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lama_cleaner/app/src/components/Settings/SettingsModal.tsx b/lama_cleaner/app/src/components/Settings/SettingsModal.tsx index 29c563e..a0ec1d8 100644 --- a/lama_cleaner/app/src/components/Settings/SettingsModal.tsx +++ b/lama_cleaner/app/src/components/Settings/SettingsModal.tsx @@ -45,7 +45,7 @@ export default function SettingModal(props: SettingModalProps) { > {isSD ? <> : } - + {/* */} {isSD ? <> : } diff --git a/lama_cleaner/app/src/store/Atoms.tsx b/lama_cleaner/app/src/store/Atoms.tsx index 4ee63f9..955845d 100644 --- a/lama_cleaner/app/src/store/Atoms.tsx +++ b/lama_cleaner/app/src/store/Atoms.tsx @@ -261,7 +261,7 @@ const localStorageEffect = ) } -const ROOT_STATE_KEY = 'settingsState2' +const ROOT_STATE_KEY = 'settingsState3' // Each atom can reference an array of these atom effect functions which are called in priority order when the atom is initialized // https://recoiljs.org/docs/guides/atom-effects/#local-storage-persistence export const settingState = atom({