yandere2023_index
收藏资源简介:
Index repository for [nyanko7/yandere2023](https://huggingface.co/datasets/nyanko7/yandere2023). You can download any files inside archives like this ```python # requires, hfutils>0.2.4 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 ) ```
本仓库为针对 [nyanko7/yandere2023](https://huggingface.co/datasets/nyanko7/yandere2023) 的索引仓库。你可通过如下代码下载归档文件内的任意文件: python # 需依赖 hfutils>0.2.4 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' # 将文件保存为 970000.png )




