diff --git a/frontend/src/features/options/store/optionsSlice.ts b/frontend/src/features/options/store/optionsSlice.ts index 63ed8c2c1e..b7a88b90e5 100644 --- a/frontend/src/features/options/store/optionsSlice.ts +++ b/frontend/src/features/options/store/optionsSlice.ts @@ -309,6 +309,9 @@ export const optionsSlice = createSlice({ if (typeof hires_fix === 'boolean') state.hiresFix = hires_fix; if (width) state.width = width; if (height) state.height = height; + + state.shouldRunESRGAN = false; + state.shouldRunFacetool = false; }, resetOptionsState: (state) => { return {