InvokeAI/invokeai/frontend/web/src/app/store
psychedelicious 3e0ee838cf fix(ui): add initial image dimensions to state
We need to access the initial image dimensions during the creation of the `ImageToImage` graph to determine if we need to resize the image.

Because the `initialImage` is now just an image name, we need to either store (easy) or dynamically retrieve its dimensions during graph creation (a bit less easy).

Took the easiest path. May need to revise this in the future.
2023-06-22 16:25:49 +10:00
..
enhancers/reduxRemember feat(ui): add controlNetDenylist 2023-06-04 22:34:58 +10:00
middleware fix(ui): add initial image dimensions to state 2023-06-22 16:25:49 +10:00
util feat(ui): wip img2img layouting 2023-05-11 11:55:51 +10:00
actions.ts feat(ui): migrate to redux-remember 2023-05-11 11:55:51 +10:00
constants.ts feat(ui): migrate to redux-remember 2023-05-11 11:55:51 +10:00
store.ts feat(ui): wip boards via rtk-query 2023-06-22 16:25:49 +10:00
storeHooks.ts cleanup(ui): Remove unused vars + minor bug fixes 2023-05-11 11:55:51 +10:00
storeUtils.ts chore(ui): tidy npm structure 2023-04-28 21:56:43 +10:00