zero01101 / openOutpaint

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

Img2Img denoise strength bug? #147

Closed bananasss00 closed 1 year ago

bananasss00 commented 1 year ago

Describe the bug "Denoising Strength" below 0.7 results in a blurry image. Used v1.5, v2.1[512] inpainting models with different samplers and steps

To Reproduce Steps to reproduce the behavior:

  1. Set the 'Denoise Strength' level below 0.7.
  2. Regenerate some area
  3. See blurry square

Expected behavior Same behavior as in WebUI-Inpainting

Screenshots изображение

Environment (please complete the following information):

zero01101 commented 1 year ago

this should be fixed in https://github.com/zero01101/openOutpaint/commit/15395d899d95466c013c2793a19ce457f7d6bd96 now; it was actually failing to supply inpaint type whatsoever in the parameters until manually changed, and thus was falling back to "fill" mode which returns that sort of output