yfszzx / stable-diffusion-webui-images-browser

an images browse for stable-diffusion-webui
488 stars 234 forks source link

Improve Gallery performance on Windows #40

Closed cobryan05 closed 1 year ago

cobryan05 commented 1 year ago

10x speed-up refreshing gallery using 'sort by date' on Windows (with images are over a network drive... unsure of speedup on local machine) by using os.scandir.

Neglible effect on Linux.