zero01101 / openOutpaint

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

[Bug]: After pressing "Y" the canvas is cleared, only the last generation remains #272

Closed BenderBlender closed 7 months ago

BenderBlender commented 7 months ago

What happened?

After clicking on "Y" (or "ENTER" after generation), the canvas is completely cleared, leaving only the square with the latest generation. So it’s not possible to use the editor normally.

Steps to reproduce the problem

  1. Generate first image
  2. Press "Y" (all ok)
  3. Generate second image (in the other place of canvas)
  4. Press "Y" (all canvas cleared, except for the square with the current generation)

What should have happened?

After clicking on "Y" (or "ENTER" after generation), the canvas is completely cleared, leaving only the square with the latest generation. So it’s not possible to use the editor normally.

Commit where the problem happens

-

What platforms do you use to access openOutpaint?

Windows

What browsers do you use to access the UI ?

Google Chrome

Browser Extensions/Addons

-

AUTOMATIC1111 webUI Commandline Arguments

@echo off

set PYTHON= set GIT= set VENV_DIR= set COMMANDLINE_ARGS=--theme=dark --opt-sdp-no-mem-attention --no-half-vae --opt-channelslast --api set SAFETENSORS_FAST_GPU=1

call webui.bat

Additional information

-

BenderBlender commented 7 months ago

Checked it in browser Microsoft Edge, everything is the same, so it's not because of the browser

zero01101 commented 7 months ago

closing as duplicate of https://github.com/zero01101/openOutpaint/issues/268

zero01101 commented 7 months ago

seems chromium upstream is really seeming to be the culprit here; if anyone still affected could confirm the findings in https://github.com/zero01101/openOutpaint/issues/268#issuecomment-1848414152 that'd be awesome :)

BenderBlender commented 7 months ago

After the last update everything worked! Thank you very much!