mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixes postprocessing not being disabled when clicking use all
This commit is contained in:
parent
344cdf0ade
commit
b31f90c0bd
@ -309,6 +309,9 @@ export const optionsSlice = createSlice({
|
|||||||
if (typeof hires_fix === 'boolean') state.hiresFix = hires_fix;
|
if (typeof hires_fix === 'boolean') state.hiresFix = hires_fix;
|
||||||
if (width) state.width = width;
|
if (width) state.width = width;
|
||||||
if (height) state.height = height;
|
if (height) state.height = height;
|
||||||
|
|
||||||
|
state.shouldRunESRGAN = false;
|
||||||
|
state.shouldRunFacetool = false;
|
||||||
},
|
},
|
||||||
resetOptionsState: (state) => {
|
resetOptionsState: (state) => {
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user