From d439abdb89db73e652add9df371234861189d90c Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Wed, 2 Nov 2022 21:37:24 +1100 Subject: [PATCH] Makes fast-latents in progress default --- frontend/src/features/system/systemSlice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,