Update README.md
Browse files
README.md
CHANGED
@@ -7,12 +7,8 @@ Index files of [KBlueLeaf/danbooru2023-webp-4Mpixel](https://huggingface.co/data
|
|
7 |
You can download images from KBlueLeaf/danbooru2023-webp-4Mpixel with [cheesechaser](https://github.com/deepghs/cheesechaser).
|
8 |
|
9 |
```python
|
10 |
-
import logging
|
11 |
-
|
12 |
from cheesechaser.datapool import DanbooruWebpDataPool
|
13 |
|
14 |
-
logging.basicConfig(level=logging.INFO)
|
15 |
-
|
16 |
pool = DanbooruWebpDataPool()
|
17 |
|
18 |
# download danbooru images with webp format, to directory /data/danbooru_webp
|
|
|
7 |
You can download images from KBlueLeaf/danbooru2023-webp-4Mpixel with [cheesechaser](https://github.com/deepghs/cheesechaser).
|
8 |
|
9 |
```python
|
|
|
|
|
10 |
from cheesechaser.datapool import DanbooruWebpDataPool
|
11 |
|
|
|
|
|
12 |
pool = DanbooruWebpDataPool()
|
13 |
|
14 |
# download danbooru images with webp format, to directory /data/danbooru_webp
|