-
Notifications
You must be signed in to change notification settings - Fork 27.9k
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
[Bug]: Image previews link to temporary image directory/filename even when autosave is enabled #10762
Comments
I also experience the same bug. Hope it gets fixed soon. |
I see the same problem in Linux. |
is this being fixed? if previews are not being saved to the path defined in config, but windows temp folder instead, this also is a huge security risk. Sometimes nsfw images fail to produce correct images, and this you dont want to have in windows temp folder... |
This has been quite annoying. I've resorted to using Nomacs on the output directory for viewing results instead. |
Running into the same issue here as well. This breaks a couple of my extensions so I will need to downgrade to a previous version. |
Makes using it remotely with --listen on a 2nd pc very scuffed as you cannot rightclick download the images with the proper name. |
I believe this is related to a bug in gradio |
This worked for me too, thanks so much for showing it :) |
This issue has been fixed in the latest v1.3.2. |
Is there an existing issue for this?
What happened?
As per title, after rendering an image, the preview on the right links to its temp folder location rather than the one in the output folder. I am aware that this used to be the case when "Always save all generated images" was unchecked in the settings, but now it seems to happen regardless.
It's not a huge deal, but it does break the filenames in the lazy workflow I was using of copypasting or dragging/dropping outputs directly from the UI.
Steps to reproduce the problem
What should have happened?
When "Always save all generated images" is enabled in the settings, the filepath/filename used by previews of generated images should be that of the
outputs/[type]/[date]/[number]-[seed].[extension]
rather than the temp path.Commit where the problem happens
20ae71f
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Windows
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
What browsers do you use to access the UI ?
Mozilla Firefox
Command Line Arguments
List of extensions
https://github.com/KohakuBlueleaf/a1111-sd-webui-locon
https://github.com/yfszzx/stable-diffusion-webui-images-browser
https://github.com/ilian6806/stable-diffusion-webui-state
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: