InvokeAI/backend
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
..
modules Generalize facetool strength argument 2022-10-14 00:03:06 -04:00
invoke_ai_web_server.py Fixes silent crash when init image too large 2022-11-02 16:40:47 -04:00