always use graduallyInpainting

This commit is contained in:
Qing 2022-09-21 21:58:29 +08:00
parent d8ed4d2a58
commit d39bf73fac
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ export default function SettingModal(props: SettingModalProps) {
>
{isSD ? <></> : <ManualRunInpaintingSettingBlock />}
<GraduallyInpaintingSettingBlock />
{/* <GraduallyInpaintingSettingBlock /> */}
<DownloadMaskSettingBlock />
<ModelSettingBlock />
{isSD ? <></> : <HDSettingBlock />}

View File

@ -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<Settings>({