lyc Cursor commited on
Commit 路
3642d4f
1
Parent(s): 96b8b80
Point code links at DAGroup-PKU/SEPARATING-WHAT-FROM-WHEN
Browse files
README.md
CHANGED
|
@@ -20,12 +20,12 @@ tags:
|
|
| 20 |
<sup>1</sup>Peking University 路 <sup>2</sup>Qwen Business Unit of Alibaba 路 <sup>3</sup>HKUST 路 <sup>4</sup>CUHK 路 <sup>5</sup>Shanghai Jiao Tong University
|
| 21 |
|
| 22 |
[](https://dagroup-pku.github.io/SEPARATING-WHAT-FROM-WHEN.github.io/)
|
| 23 |
-
[](https://huggingface.co/starry0929/Separating-What-From-When)
|
| 25 |
|
| 26 |
</div>
|
| 27 |
|
| 28 |
-
**Temporal Context Routing (TCR)** adds a timing term to text-attention logits so picture and speech are generated as two streams against one shared clock. This repo hosts the released **LoRA** (`separating-what-from-when.safetensors`, ~2.3 GB) and the **200 held-out test prompts** (`test_prompts_200.json`) used in the paper. Training and inference code is at [DAGroup-PKU/
|
| 29 |
|
| 30 |
## Files
|
| 31 |
|
|
@@ -42,7 +42,7 @@ huggingface-cli download starry0929/Separating-What-From-When \
|
|
| 42 |
--local-dir ./weights
|
| 43 |
```
|
| 44 |
|
| 45 |
-
Then follow the [
|
| 46 |
|
| 47 |
```bash
|
| 48 |
bash scripts/infer.sh \
|
|
@@ -68,4 +68,4 @@ bash scripts/infer.sh \
|
|
| 68 |
|
| 69 |
## License
|
| 70 |
|
| 71 |
-
The LoRA is trained on LTX-2.3 and is intended to be used with that backbone under the [LTX-2 Community License](https://github.com/DAGroup-PKU/
|
|
|
|
| 20 |
<sup>1</sup>Peking University 路 <sup>2</sup>Qwen Business Unit of Alibaba 路 <sup>3</sup>HKUST 路 <sup>4</sup>CUHK 路 <sup>5</sup>Shanghai Jiao Tong University
|
| 21 |
|
| 22 |
[](https://dagroup-pku.github.io/SEPARATING-WHAT-FROM-WHEN.github.io/)
|
| 23 |
+
[](https://github.com/DAGroup-PKU/SEPARATING-WHAT-FROM-WHEN)
|
| 24 |
[](https://huggingface.co/starry0929/Separating-What-From-When)
|
| 25 |
|
| 26 |
</div>
|
| 27 |
|
| 28 |
+
**Temporal Context Routing (TCR)** adds a timing term to text-attention logits so picture and speech are generated as two streams against one shared clock. This repo hosts the released **LoRA** (`separating-what-from-when.safetensors`, ~2.3 GB) and the **200 held-out test prompts** (`test_prompts_200.json`) used in the paper. Training and inference code is at [DAGroup-PKU/SEPARATING-WHAT-FROM-WHEN](https://github.com/DAGroup-PKU/SEPARATING-WHAT-FROM-WHEN). Demos: [project page](https://dagroup-pku.github.io/SEPARATING-WHAT-FROM-WHEN.github.io/).
|
| 29 |
|
| 30 |
## Files
|
| 31 |
|
|
|
|
| 42 |
--local-dir ./weights
|
| 43 |
```
|
| 44 |
|
| 45 |
+
Then follow the [code README](https://github.com/DAGroup-PKU/SEPARATING-WHAT-FROM-WHEN#inference):
|
| 46 |
|
| 47 |
```bash
|
| 48 |
bash scripts/infer.sh \
|
|
|
|
| 68 |
|
| 69 |
## License
|
| 70 |
|
| 71 |
+
The LoRA is trained on LTX-2.3 and is intended to be used with that backbone under the [LTX-2 Community License](https://github.com/DAGroup-PKU/SEPARATING-WHAT-FROM-WHEN/blob/main/LICENSE).
|