Initialize general backup dataset
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# General Backup
|
| 2 |
+
|
| 3 |
+
This dataset repo stores large project artifacts that are not suitable for the
|
| 4 |
+
main code repositories.
|
| 5 |
+
|
| 6 |
+
## Contents
|
| 7 |
+
|
| 8 |
+
- `DeCLIP/sd_self_attn_cache/`: pre-extracted Stable Diffusion self-attention
|
| 9 |
+
cache files used by DeCLIP / SD-GSC training.
|
| 10 |
+
|