zero01101 / openOutpaint

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

Some general fixes #75

Closed seijihariki closed 1 year ago

seijihariki commented 1 year ago

Just some general fixes and an auto webui configuration checker to set img2img color correction and inpainting mask weight.

seijihariki commented 1 year ago

i don't think i ever noticed this happening lol, and it may be placebo now but sliders do feel "better" with "out-of-bounds" mouse cursor movement...

This was because it used the current DOM layer as reference for calculating percentage. Before:

https://user-images.githubusercontent.com/7552751/206340770-82b6fb28-634a-4a28-a496-a986c56a8eb2.mp4

Now:

https://user-images.githubusercontent.com/7552751/206340889-f9b5b371-febf-436e-b96b-6f0347e20b20.mp4

seijihariki commented 1 year ago

I will merge the fixes for now.