zero01101 / openOutpaint

local offline javascript and html canvas outpainting gizmo for stable diffusion webUI API 🐠
MIT License
499 stars 43 forks source link

Add default when ctrl is clicked while expanding canvas #173

Closed patrickas closed 1 year ago

patrickas commented 1 year ago

When the user Clicks the buttons to expand canvas, they get a prompt where they have to pick pick the value to expand by.

I have found that 90% of the time I just accept the default value and go from there.

This makes it so that control click just expands the canvas by the default value without showing the prompt.

It would be cool if the next step is to auto expand the canvas whenever a picture is painted outside the borders which would make it more fluidly infinite but that is a patch for another day :-)

zero01101 commented 1 year ago

simple, straightforward, and does what it says on the tin. thanks!