| # DeCLIP SD Self-Attention Cache | |
| This folder contains split archives of the pre-extracted Stable Diffusion | |
| self-attention caches used by DeCLIP / SD-GSC training. | |
| Original local source: | |
| ```text | |
| /mnt/SSD8T/home/wjj/code/DeCLIP/sd_self_attn_cache/ | |
| ``` | |
| Original files: | |
| ```text | |
| sd_self_attn_coco.h5 | |
| sd_self_attn_coco_0.1.h5 | |
| rank_0.h5 | |
| ``` | |
| The two large HDF5 files are split into parts smaller than 50 GB for safer | |
| Hugging Face Hub storage and download. | |
| To restore: | |
| ```bash | |
| sha256sum -c manifest_parts.sha256 | |
| bash restore.sh | |
| sha256sum -c manifest_original.sha256 | |
| ``` | |