Add pipeline tag, paper, project page, and code links to model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# LongE2V
|
| 6 |
|
| 7 |
Released LoRA weights for **LongE2V**, fine-tuned on top of `THUDM/CogVideoX-5b-I2V`.
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
| 10 |
- **Data**: preprocessed evaluation/training data (ECD, HQF, MVSEC) is released at [fansam39/LongE2V-data](https://huggingface.co/datasets/fansam39/LongE2V-data).
|
| 11 |
|
| 12 |
## Files
|
|
@@ -25,4 +29,4 @@ Or with the Hugging Face CLI:
|
|
| 25 |
hf download fansam39/LongE2V pytorch_lora_weights.safetensors --local-dir weights
|
| 26 |
```
|
| 27 |
|
| 28 |
-
See the code repository's README for full inference and evaluation instructions.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-to-video
|
| 4 |
---
|
| 5 |
|
| 6 |
# LongE2V
|
| 7 |
|
| 8 |
Released LoRA weights for **LongE2V**, fine-tuned on top of `THUDM/CogVideoX-5b-I2V`.
|
| 9 |
|
| 10 |
+
This model is presented in the paper [LongE2V: Long-Horizon Event-based Video Reconstruction, Prediction, and Frame Interpolation with Video Diffusion Models](https://huggingface.co/papers/2607.08770).
|
| 11 |
+
|
| 12 |
+
- **Project Page**: https://cdfan0627.github.io/LongE2V-page/
|
| 13 |
+
- **Code**: [cdfan0627/LongE2V](https://github.com/cdfan0627/LongE2V) (contains training and evaluation scripts for this model)
|
| 14 |
- **Data**: preprocessed evaluation/training data (ECD, HQF, MVSEC) is released at [fansam39/LongE2V-data](https://huggingface.co/datasets/fansam39/LongE2V-data).
|
| 15 |
|
| 16 |
## Files
|
|
|
|
| 29 |
hf download fansam39/LongE2V pytorch_lora_weights.safetensors --local-dir weights
|
| 30 |
```
|
| 31 |
|
| 32 |
+
See the code repository's README for full inference and evaluation instructions.
|