space-nuko
space-nuko
> If the performance is bad then let's not merge this in. The bad performance is caused by gradio, specifically the slider change event running on every mouse movement. If...
Oh I see, filed an issue here https://github.com/gradio-app/gradio/issues/3443 And you're welcome!
@AUTOMATIC1111 Before:  After: 
Ran across an issue when copying the result image to other img2img tabs, appears to be this Gradio bug: https://github.com/gradio-app/gradio/issues/3623
`Releasable` requires Gradio 3.23 since it's a new feature
> I don't want to have resize from/to in the first place: it's needed in HR upscale where things are complex, for img2img there's no need. Disagree, I've found it...
The "resize to" text can be hidden in the case of Upscale By not being used, in that case it's redundant info
1. Personally I like having the "Upscale By" slider on its own row since you can only use either upscale or the width/height sliders, but to each their own. So...
Thanks for the feedback. I think auto's working on some improvements I'll test out shortly The saga continues in #9108...
This is good. Also, I've wanted a way to check the startup time of extensions. Might be necessary to add timers to the script callbacks for those.