forked from yfszzx/stable-diffusion-webui-images-browser
-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When an image is deleted and a new image is generated with the same name, the thumbnail for the deleted image is shown. The hash of the image path is used for the thumbnail name, which does not change when the image's content changes.
Hashing the image's content would work, but can be resource intensive. A relatively inexpensive cache busting heuristic would be to append the modified time of the file to the end of the path when hashing.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request