e621-2024_index / README.md
narugo1992
Repository deepghs/e621-2024_index squashed!
377ce8a verified
---
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](https://huggingface.co/datasets/boxingscorpionbagel/e621-2024).
You can download images from both [boxingscorpionbagel/e621-2024](https://huggingface.co/datasets/boxingscorpionbagel/e621-2024) and [deepghs/e621_newest](https://huggingface.co/datasets/deepghs/e621_newest) with [cheesechaser](https://github.com/deepghs/cheesechaser).
```python
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,
)
```