mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): enable all schedulers by default
This commit is contained in:
parent
94cfcdc411
commit
450641c414
@ -21,7 +21,7 @@ export const initialUIState: UIState = {
|
||||
shouldShowGallery: true,
|
||||
shouldHidePreview: false,
|
||||
shouldShowProgressInViewer: true,
|
||||
enabledSchedulers: [],
|
||||
enabledSchedulers: SCHEDULER_NAMES,
|
||||
};
|
||||
|
||||
export const uiSlice = createSlice({
|
||||
|
Loading…
Reference in New Issue
Block a user