You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No activity has been seen on this extension in around 2 years, and it doesn't look like it's being actively maintained.
I had trouble using this extension in Stable Diffusion webui. I made minor changes to get it to run (had to change "two instances of canvas.tostring_rgb() to canvas.tostring_argb() and the last parameter of the associated .reshape() method calls from 3 to 4 to account for the additional color information), but there are many warnings about deprecated APIs, and I'm not a Python coder.