zero01101 / openOutpaint

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

[Bug]: Layers seem to jumble content/position #185

Closed zero01101 closed 1 year ago

zero01101 commented 1 year ago

What happened?

so i added a silly little convenience option to generate all dreams onto a new layer and it seems to have exacerbated an issue i THOUGHT i noticed previously but could never verify until now

basically just enable the autolayer option, generate an image, then start outpainting - eventually previous layer seams will "pop out" - it's sort of difficult to see in the gif (easier full-res) but there's a few instances in which earlier dream layers' edges suddenly become very visible

ezgif-1-e1dc124ecf

Steps to reproduce the problem

  1. git checkout manual-scripts
  2. enable "new layer per dream" option
  3. create any arbitrary dream
  4. outpaint repeatedly

What should have happened?

layers should stay in their lane!!! >:( lol

Commit where the problem happens

ok honestly not sure as i THINK this has occurred for a while?

What platforms do you use to access openOutpaint?

Windows

What browsers do you use to access the UI ?

Mozilla Firefox

Browser Extensions/Addons

noscript, enhancer for youtube, greasemonkey, downthemall, facebook container, multi-account container, stream detector, kde plasma integration

AUTOMATIC1111 webUI Commandline Arguments

--ckpt-dir "E:\storage\stable diffusion models" --gfpgan-model GFPGANv1.4.pth --listen --autolaunch --deepdanbooru --xformers --api --api-log --enable-insecure-extension-access --cors-allow-origins=http://127.0.0.1:1180,http://127.0.0.1:3456,http://localhost:1180,http://localhost:3456,http://192.168.130.61,http://192.168.101.41:3456,https://zero01101.github.io,http://localhost:7860,http://192.168.120.20:3456

Additional information

No response

seijihariki commented 1 year ago

_syncLayers should be fixed now on manual-scripts

zero01101 commented 1 year ago

confirmed and many thanks as usual