Update pipeline tag to image-to-video and add paper link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
base_model: Wan-AI/Wan2.2-TI2V-5B
|
| 4 |
-
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# PhyRAG Wan2.2 TI2V-5B
|
| 8 |
|
| 9 |
> Authors: Kexu Cheng, Zicheng Liu, Mingju Gao, Chunhe Song, Hao Tang
|
| 10 |
> Project page: https://sediment1024.github.io/PhysRAG/
|
| 11 |
-
> Paper:
|
| 12 |
> Code: https://github.com/sediment1024/PhysRAG
|
| 13 |
> Dataset: https://huggingface.co/datasets/sediment1024/PhysRAG
|
| 14 |
|
|
@@ -41,8 +41,6 @@ The SHA-256 checksum is
|
|
| 41 |
2. PhyRAG 170-video RAG library and FAISS index
|
| 42 |
3. VideoCLIP-XL retriever checkpoint
|
| 43 |
|
| 44 |
-
The paper link will be added once the public manuscript page is available.
|
| 45 |
-
|
| 46 |
## Citation
|
| 47 |
|
| 48 |
```bibtex
|
|
@@ -55,4 +53,4 @@ The paper link will be added once the public manuscript page is available.
|
|
| 55 |
primaryClass={cs.CV},
|
| 56 |
url={https://arxiv.org/abs/2606.26916},
|
| 57 |
}
|
| 58 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model: Wan-AI/Wan2.2-TI2V-5B
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
pipeline_tag: image-to-video
|
| 5 |
---
|
| 6 |
|
| 7 |
# PhyRAG Wan2.2 TI2V-5B
|
| 8 |
|
| 9 |
> Authors: Kexu Cheng, Zicheng Liu, Mingju Gao, Chunhe Song, Hao Tang
|
| 10 |
> Project page: https://sediment1024.github.io/PhysRAG/
|
| 11 |
+
> Paper: [PhysRAG: Enhancing Physics-Awareness in Video Generation via Retrieval-Augmented Generation](https://huggingface.co/papers/2606.26916)
|
| 12 |
> Code: https://github.com/sediment1024/PhysRAG
|
| 13 |
> Dataset: https://huggingface.co/datasets/sediment1024/PhysRAG
|
| 14 |
|
|
|
|
| 41 |
2. PhyRAG 170-video RAG library and FAISS index
|
| 42 |
3. VideoCLIP-XL retriever checkpoint
|
| 43 |
|
|
|
|
|
|
|
| 44 |
## Citation
|
| 45 |
|
| 46 |
```bibtex
|
|
|
|
| 53 |
primaryClass={cs.CV},
|
| 54 |
url={https://arxiv.org/abs/2606.26916},
|
| 55 |
}
|
| 56 |
+
```
|