InvokeAI/invokeai/frontend/web/src
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
..
app fix(ui): add initial image dimensions to state 2023-06-22 16:25:49 +10:00
assets/images feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
common style: Theme placeholder style for IAIMantineMultiSelect 2023-06-18 22:17:09 +12:00
features fix(ui): add initial image dimensions to state 2023-06-22 16:25:49 +10:00
mantine-theme feat(ui): mantine scrollbar theming 2023-06-14 14:14:24 +10:00
services feat(ui): store only image name in parameters 2023-06-22 16:25:49 +10:00
theme feat(ui): support negative controlnet weights 2023-06-13 00:04:21 +10:00
i18.d.ts feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
i18n.ts feat(ui): store language in redux 2023-05-12 19:35:03 +10:00
index.ts feat(ui): set up for packaging 2023-04-28 21:56:43 +10:00
main.tsx feat(ui): rename main app components 2023-04-28 21:56:43 +10:00
vite-env.d.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00