divamgupta/diffusionbee-stable-diffusion-ui

Crop Outpainting saves to content

Open

#266 opened on Oct 30, 2022

View on GitHub
 (5 comments) (1 reaction) (0 assignees)JavaScript (560 forks)batch import
help wanted

Repository metrics

Stars
 (11,497 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Outpainting today saves the entire artboard – including image resize handles – even while mostly blank.

Here's a real export:

13d3

It means that users have to manually crop down saves to the content every time, or grab the raw images from the internal save directory.

It would be grand if DiffusionBee instead just cropped the height and width to the edges of the content.

Contributor guide