InvokeAI/frontend/src
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
..
app Fixes bugs/styling 2022-11-02 16:40:47 -04:00
assets Add New WebUI and Desktop Mode 2022-10-03 23:28:53 -04:00
common convert progress display to a drop-down 2022-11-01 17:39:08 -04:00
features Fixes silent crash when init image too large 2022-11-02 16:40:47 -04:00
styles Updates styling 2022-10-31 23:57:40 +11:00
Loading.tsx React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00
main.tsx Add New WebUI and Desktop Mode 2022-10-03 23:28:53 -04:00
vite-env.d.ts React web UI with flask-socketio API (#429) 2022-09-16 13:18:15 -04:00