e621-2024_index / README.md
narugo's picture
Repository deepghs/e621-2024_index squashed!
377ce8a verified
metadata
license: mit
task_categories:
  - image-classification
  - image-to-image
  - text-to-image
language:
  - en
  - ja
size_categories:
  - 1M<n<10M

Tar index files for boxingscorpionbagel/e621-2024.

You can download images from both boxingscorpionbagel/e621-2024 and deepghs/e621_newest with cheesechaser.

from cheesechaser.datapool import E621NewestDataPool

pool = E621NewestDataPool()

# download e621 #2010000-2010300, to directory /data/e621
pool.batch_download_to_directory(
    resource_ids=range(2010000, 2010300),
    dst_dir='/data/e621',
    max_workers=12,
)