mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): do not persist gallery images
- I've sorted out the issues that make *not* persisting troublesome, these will be rolled out with canvas - Also realized that persisting gallery images very quickly fills up localStorage, so we can't really do it anyways
This commit is contained in:
parent
0419f50ab0
commit
994b247f8e
@ -73,10 +73,12 @@ const rootPersistConfig = getPersistConfig({
|
|||||||
...modelsDenylist,
|
...modelsDenylist,
|
||||||
...nodesDenylist,
|
...nodesDenylist,
|
||||||
...postprocessingDenylist,
|
...postprocessingDenylist,
|
||||||
...resultsDenylist,
|
// ...resultsDenylist,
|
||||||
|
'results',
|
||||||
...systemDenylist,
|
...systemDenylist,
|
||||||
...uiDenylist,
|
...uiDenylist,
|
||||||
...uploadsDenylist,
|
// ...uploadsDenylist,
|
||||||
|
'uploads',
|
||||||
'hotkeys',
|
'hotkeys',
|
||||||
'config',
|
'config',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user