diff --git a/frontend/src/features/system/systemSlice.ts b/frontend/src/features/system/systemSlice.ts index 23f84f9916..f1574b086a 100644 --- a/frontend/src/features/system/systemSlice.ts +++ b/frontend/src/features/system/systemSlice.ts @@ -50,7 +50,7 @@ const initialSystemState: SystemState = { isProcessing: false, log: [], shouldShowLogViewer: false, - shouldDisplayInProgressType: 'none', + shouldDisplayInProgressType: 'latents', shouldDisplayGuides: true, isGFPGANAvailable: true, isESRGANAvailable: true,