zero01101 / openOutpaint

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

[Bug]: ghosts of deleted layers haunt future generations #201

Closed zero01101 closed 1 year ago

zero01101 commented 1 year ago

What happened?

content in deleted layers affects future dream generation and it's spooky because i banished these evil spirits yet still they remain

Steps to reproduce the problem

What should have happened?

NO GHOSTS 2SPOOKY

Commit where the problem happens

observed on 6bc3043fc34bde27f33c536fb3987d799371c531, likely occurrs much earlier

What platforms do you use to access openOutpaint?

Windows

What browsers do you use to access the UI ?

Mozilla Firefox

Browser Extensions/Addons

seriously a lot but they're not doing this

AUTOMATIC1111 webUI Commandline Arguments

yep

Additional information

👻

seijihariki commented 1 year ago

@zero01101 it seems to be an issue in the layer management lib.

Screenshot_2023-02-18-15-32-08-768_com.github.android.jpg

I'm currently not with a computer, so if you can, there you need to change the hide() and unhide() functions to set this.state.visible = true and false respectively instead of setting the display variable manually.

zero01101 commented 1 year ago

confirmed ghostbusting, very muchly obliged!