InvokeAI/invokeai/frontend/web/src/features/controlAdapters
psychedelicious 474eab6f8a fix(ui): clamp incoming w/h to ensure always a multiple of 8
When recalling metadata and/or using control image dimensions, it was possible to set a width or height that was not a multiple of 8, resulting in generation failures.

Added a `clamp` option to the w/h actions to fix this. The option is used for all untrusted sources - everything except for the w/h number inputs, which clamp the values themselves.
2024-05-02 23:09:26 -04:00
..
components fix(ui): clamp incoming w/h to ensure always a multiple of 8 2024-05-02 23:09:26 -04:00
hooks tidy(ui): revert changes to old CA implementation 2024-05-02 23:09:26 -04:00
store tidy(ui): revert changes to old CA implementation 2024-05-02 23:09:26 -04:00
util tidy(ui): revert changes to old CA implementation 2024-05-02 23:09:26 -04:00