yfszzx / stable-diffusion-webui-images-browser

an images browse for stable-diffusion-webui
489 stars 235 forks source link

[BUG] Loading the images leaves tons of Temp files #56

Open redkjuegos opened 1 year ago

redkjuegos commented 1 year ago

When searching trough the image folders, everyime an image is loaded it is also copied to C:\Users\User\AppData\Local\Temp

It remains there until manually deleted.

Onkitova commented 1 year ago

Can confirm this. The same goes for https://github.com/yfszzx/stable-diffusion-webui-inspiration yet its impact on TEMP is not that critical.

YakuzaSuske commented 1 year ago

Same issue, i wish this was fixed so instead of making copies, it just uses the images already in the outputs directory.

Venicus commented 1 year ago

At a minimum it would be nice if it used the same temp directory specified in SD's settings rather than dropping them into appdata, or had an option to specify what temp directory to put them in.