added already_saved_as attribute to images in gallery after use of highresfix quick button - fixes long-standing, apparently unnoticed, issue where saving image/ opening in new tab from context menu would lose the proper filename after quickbutton use.
~tweaked tmp pil file handling to work with new image saving (intended to avoid gradio displaying old images) which had caused an issue where saving image/ opening in new tab from context menu would not have the proper filename.~
different method to select new image after using hiresfix quickbutton with insert option
partial revert of previously updated image saving, to avoid changing tmp pil file handling (which I wasn't fully confident was correct, though it seemed to work). Now a generation overwriting a previously saved image might not update gradio gallery, same as pre-previous-update behaviour.
already_saved_as
attribute to images in gallery after use of highresfix quick button - fixes long-standing, apparently unnoticed, issue where saving image/ opening in new tab from context menu would lose the proper filename after quickbutton use.