yandere2023_index / README.md
narugo's picture
Update README.md
be3a8f3 verified
|
raw
history blame
504 Bytes
---
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
)
```