InvokeAI/frontend/src/features
psychedelicious 21483f5d07 Fixes silent crash when init image too large
To send the mask to the server, the UI rendered the mask onto the init image and sent the whole image. The mask was then cropped by the server.

If the image was too large, the app silently failed. Maybe it exceeds the websocket size limit.

Fixed by cropping the mask in the UI layer, sending only bounding-box-sized mask image data.
2022-11-02 16:40:47 -04:00
..
gallery Decreases gallery width on inpainting 2022-11-02 16:40:47 -04:00
options Improves bounding box interactions 2022-11-02 16:40:47 -04:00
system Fixes hotkeys and settings buttons not working 2022-11-02 16:40:47 -04:00
tabs Fixes silent crash when init image too large 2022-11-02 16:40:47 -04:00