|
--- |
|
license: mit |
|
task_categories: |
|
- image-classification |
|
- image-to-image |
|
- text-to-image |
|
language: |
|
- en |
|
- ja |
|
size_categories: |
|
- 1M<n<10M |
|
--- |
|
|
|
Index files of [NebulaeWis/e621-2024-webp-4Mpixel](https://huggingface.co/datasets/NebulaeWis/e621-2024-webp-4Mpixel). |
|
|
|
You can download images from NebulaeWis/e621-2024-webp-4Mpixel with [cheesechaser](https://github.com/deepghs/cheesechaser). |
|
|
|
```python |
|
from cheesechaser.datapool import E621NewestWebpDataPool |
|
|
|
pool = E621NewestWebpDataPool() |
|
|
|
# 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, |
|
) |
|
|
|
``` |
|
|