LewisYao commited on
Commit
bdb1898
·
verified ·
1 Parent(s): 427c06a

Add model card for released Prompt Reinjection rotations

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Prompt Reinjection Rotations
2
+
3
+ Released Procrustes rotation files for the ICML 2026 paper
4
+ `Prompt Reinjection: Alleviating Prompt Forgetting in Multimodal Diffusion Transformers`.
5
+
6
+ ## Files
7
+
8
+ - `sd3_coco5k_o1.pt`: SD3 rotation computed on COCO 5k, with origin layer 1 and target layers 2-23.
9
+ - `flux_coco5k_o2.pt`: FLUX rotation computed on COCO 5k, with origin layer 2 and target layers 3-56.
10
+
11
+ ## Usage
12
+
13
+ Download the files and place them under `prompt_reinjection/rotations/` in the main repository:
14
+
15
+ ```bash
16
+ hf download LewisYao/PromptReinjection sd3_coco5k_o1.pt flux_coco5k_o2.pt --local-dir prompt_reinjection/rotations
17
+ ```
18
+
19
+ The default helper script in the main repository will pick them up automatically.