File size: 504 Bytes
44aec77 be3a8f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: openrail
---
Index repository for [nyanko7/yandere2023](https://huggingface.co/datasets/nyanko7/yandere2023).
You can download any files inside archives like this
```python
# requires, hfutils>0.4.3
from hfutils.index import hf_tar_file_download
hf_tar_file_download(
repo_id='nyanko7/yandere2023',
idx_repo_id='deepghs/yandere2023_index',
archive_in_repo='original/data-0000.tar',
file_in_archive='970000.png',
local_file='970000.png' # save it to 970000.png
)
```
|