-
Notifications
You must be signed in to change notification settings - Fork 27.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hires button, opt insert gallery #16405
base: dev
Are you sure you want to change the base?
Conversation
add option to insert the resulting images into Gallery as opposed to replace original when using high button to perform upscale
Works and appreciated @w-e-w, always wanted to be able to rerun high-res fix with different settings. One request perhaps: right now seems to select the previous, initial low-res image after the high-res fix, not the new image. Would it be possible to switch to the new image instead? (The browser I tested with was Chromium) |
yes, but unfortunately as we are currently using this means if we want to change the selected image it would require some messy custom JavaScript and other changes to the codebase then I would like fore this sort of thing I would rather wait until after we upgread gradio version, which is something that we have been saying for a long time ......
|
No worries; makes sense. I think Auto typically prefers fewer JS solutions as well. |
Finally waited for this, can you provide this feature for adetailer as well? |
Not switching to the new image seems a bit silly. |
that may be doable with JavaScript (if you know how feel free to add it)
I wouldn't call this no properly, as it's basically just adding to what we've been doing now and consider this basically no timeline for Gradio 4, and someone did request for the this little future |
Description
add option to insert the resulting images into Gallery as opposed to replace original when using high button to perform upscale
Setting > Gallery > Insert [✨] hires button results to gallery
defaultFalse
Screenshots/videos:
geninfo["infotexts"][gallery_index: gallery_index+1] = processed.infotexts
was a line I forgot to when remove when I was working on cfb90a9 luckily it wasn't causing any issuesChecklist: