Resource Mirrors
Collection
Mirrors of some well-known sites/resources or something
•
30 items
•
Updated
•
4
This is the re-encoded dataset of deepghs/anime_pictures_full. And all the resized images are maintained here.
There are 605865 images in total. The maximum ID of these images is 834153. Last updated at 2024-09-09 07:46:37 UTC
.
Use cheesechaser to quickly get images from this repository.
Before using this code, you have to grant the access from this gated repository. And then set your personal HuggingFace token into HF_TOKEN
environment variable to give the code authorization for this repository.
from cheesechaser.datapool import AnimePicturesWebpDataPool
pool = AnimePicturesWebpDataPool()
pool.batch_download_to_directory(
# download images #600000-600100, any ranges or id lists are okay
resource_ids=range(600000, 600100),
# save to directory /data/anime_pictures_webp
dst_dir='/data/anime_pictures_webp',
)