Makes fast-latents in progress default

This commit is contained in:
psychedelicious 2022-11-02 21:37:24 +11:00 committed by Lincoln Stein
parent ee47ea0c89
commit d439abdb89

View File

@ -50,7 +50,7 @@ const initialSystemState: SystemState = {
isProcessing: false, isProcessing: false,
log: [], log: [],
shouldShowLogViewer: false, shouldShowLogViewer: false,
shouldDisplayInProgressType: 'none', shouldDisplayInProgressType: 'latents',
shouldDisplayGuides: true, shouldDisplayGuides: true,
isGFPGANAvailable: true, isGFPGANAvailable: true,
isESRGANAvailable: true, isESRGANAvailable: true,