zero01101 / openOutpaint

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

General usability fixes #114

Closed seijihariki closed 1 year ago

seijihariki commented 1 year ago

Fixes sampler didn't load correctly, marquee tool now supports multiple layers appropriately (can move selections from each layer, and applies changes correctly). Also added ghost peek to marquee when editing bottom layers.

Makes text fields less finicky. Now, if a text field is selected, canvas must be clicked once to focus it again.

zero01101 commented 1 year ago

i still never ran into that sampler not loading correctly thing myself but that sure doesn't mean it doesn't happen :| the prompt field changes are probably precisely what that reddit comment was asking for, and the layer peeking is super nifty :) i was all worried that something went HORRIBLY wrong when SD started giving me those AGSI application errors right after i pulled in these changes, but turns out i was still using the v2 depth2img model which, yeah, that won't work...

all seems fantastic and thank you enormously like always :) sorry i've been absent these last few days; work's ramping up, holiday season craziness, and taking care of a very very sick dog :(

seijihariki commented 1 year ago

No problems whatsoever! I'm doing what I can too, and holiday season is also catching up to me here. I'm just fixing whatever I run into when running the program on my own, so no pressure there!

Will be merging this here then.