File size: 677 Bytes
d969c21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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,
)

```