mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Makes fast-latents in progress default
This commit is contained in:
parent
ee47ea0c89
commit
d439abdb89
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user