You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

E621 Newest 4M Re-encoded Dataset

This is the re-encoded dataset of deepghs/e621_newest. And all the resized images are maintained here.

There are 369084 images in total. The maximum ID of these images is 5118594. Last updated at 2024-10-26 03:42:59 UTC.

This dataset only contains newest webp images, if you are looking for old webp images, just see NebulaeWis/e621-2024-webp-4Mpixel.

How to Painlessly Use This

Use cheesechaser to quickly get images from this repository and NebulaeWis/e621-2024-webp-4Mpixel.

from cheesechaser.datapool import E621NewestWebpDataPool

pool = E621NewestWebpDataPool()
pool.batch_download_to_directory(
    resource_ids=[
        # older images, from NebulaeWis/e621-2024-webp-4Mpixel
        *range(1, 300),

        # newest images, from deepghs/e621_newest-webp-4Mpixel
        *range(5080000, 5080300),
    ],

    # save to directory /data/webp_e621
    dst_dir='/data/webp_e621',
)
Downloads last month
748

Models trained or fine-tuned on deepghs/e621_newest-webp-4Mpixel