e621-2024_index
收藏魔搭社区2024-12-20 更新2024-12-07 收录
下载链接:
https://modelscope.cn/datasets/deepghs/e621-2024_index
下载链接
链接失效反馈官方服务:
资源简介:
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,
)
```
针对[boxingscorpionbagel/e621-2024](https://huggingface.co/datasets/boxingscorpionbagel/e621-2024)的Tar归档索引文件。
你可通过[cheesechaser](https://github.com/deepghs/cheesechaser)下载[boxingscorpionbagel/e621-2024](https://huggingface.co/datasets/boxingscorpionbagel/e621-2024)与[deepghs/e621_newest](https://huggingface.co/datasets/deepghs/e621_newest)两个数据集的图像资源。
python
from cheesechaser.datapool import E621NewestDataPool
pool = E621NewestDataPool()
# 下载e621编号2010000至2010300的资源,保存至目录/data/e621
pool.batch_download_to_directory(
resource_ids=range(2010000, 2010300),
dst_dir='/data/e621',
max_workers=12,
)
提供机构:
maas
创建时间:
2024-12-03



