yfszzx / stable-diffusion-webui-images-browser

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

Image caching #35

Open HappyCatKitten opened 1 year ago

HappyCatKitten commented 1 year ago

It takes a few seconds for images to load when paging,

Im not sure why since I have a high spec SSD, also there is no caching of the images..

Be great if this was resolved.. only a small thing but would improve the experience.

baloneysammich commented 1 year ago

Probably due to the fact that the images seen in the browser are actually copies of the originals made in the temp directory. And even when you return to a previously visited page, a brand new set of copies is created for that page.

gitpulled commented 1 year ago

how do you move the temp folder? my images are stored on my SSD but my SD is on my HDD, and it's causing me space issues on the HDD.