Add model card
Browse filesThis PR adds a model card, linking the model to the paper [Next Block Prediction: Video Generation via Semi-Auto-Regressive Modeling](https://huggingface.co/papers/2502.07737) and the code implementation at https://github.com/RenShuhuai-Andy/NBP. It also ensures the model can be found at https://huggingface.co/models?pipeline_tag=video-to-video
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: video-to-video
|
3 |
+
---
|
4 |
+
|
5 |
+
This repository contains the model described in [Next Block Prediction: Video Generation via Semi-Auto-Regressive Modeling](https://huggingface.co/papers/2502.07737).
|
6 |
+
|
7 |
+
Code: https://github.com/RenShuhuai-Andy/NBP.
|