zero01101 / openOutpaint

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

Generally fix black when outpainting using some firefox addons #145

Closed seijihariki closed 1 year ago

seijihariki commented 1 year ago

For some reason, when using some extensions, Firefox just bugs out the context after running a toDataURL. We now create a separate canvas for mask drawing, avoiding the issue altogether.

Should mostly fix https://github.com/zero01101/openOutpaint-webUI-extension/issues/3 even with addons installed.