diff --git a/invokeai/frontend/web/src/app/store/store.ts b/invokeai/frontend/web/src/app/store/store.ts index e9e104dac2..b0f73a759e 100644 --- a/invokeai/frontend/web/src/app/store/store.ts +++ b/invokeai/frontend/web/src/app/store/store.ts @@ -73,10 +73,12 @@ const rootPersistConfig = getPersistConfig({ ...modelsDenylist, ...nodesDenylist, ...postprocessingDenylist, - ...resultsDenylist, + // ...resultsDenylist, + 'results', ...systemDenylist, ...uiDenylist, - ...uploadsDenylist, + // ...uploadsDenylist, + 'uploads', 'hotkeys', 'config', ],