Resource Mirrors
Collection
Mirrors of some well-known sites/resources or something
•
30 items
•
Updated
•
4
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Tar index files for nyanko7/danbooru2023.
You can download images from both nyanko7/danbooru2023 and deepghs/danbooru_newest with cheesechaser.
from cheesechaser.datapool import DanbooruNewestDataPool
pool = DanbooruNewestDataPool()
# download danbooru original images from 7200000-7201000, to directory /data/danbooru_original
pool.batch_download_to_directory(
resource_ids=range(7200000, 7201000),
dst_dir='/data/danbooru_original',
max_workers=12,
)