fire-eggs / Danbooru2021

Python scripts and tools for working with the Danbooru2022 data set. Note: this is a sqlite database and a viewer, not directly related to machine learning.
https://www.gwern.net/Danbooru2021
MIT License
42 stars 2 forks source link

Large image sets are slow #32

Closed fire-eggs closed 3 years ago

fire-eggs commented 4 years ago

Try to fetch a large image set (e.g. "comic"). Currently 305,401 images match. The browser sits there for a long time with nothing apparently happening.

Investigate a paged process, or other means to improve perceived performance.

fire-eggs commented 3 years ago

paged implemented