Add model card with pipeline tag, library name and usage example
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
This model performs image-to-video generation based on the paper [FlexWorld: Progressively Expanding 3D Scenes for Flexible-View Synthesis](https://arxiv.org/abs/2503.13265).
|
|
@@ -15,4 +17,4 @@ A basic example of generating a static scene video given an image and a camera t
|
|
| 15 |
```bash
|
| 16 |
# You can utilize our CamPlanner class to freely construct the desired trajectory at line 13 in the `video_generate.py` file.
|
| 17 |
python video_generate.py --input_image_path ./assets/room.png --output_dir ./results-single-traj
|
| 18 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: image-to-video
|
| 4 |
+
library_name: diffusers
|
| 5 |
---
|
| 6 |
|
| 7 |
This model performs image-to-video generation based on the paper [FlexWorld: Progressively Expanding 3D Scenes for Flexible-View Synthesis](https://arxiv.org/abs/2503.13265).
|
|
|
|
| 17 |
```bash
|
| 18 |
# You can utilize our CamPlanner class to freely construct the desired trajectory at line 13 in the `video_generate.py` file.
|
| 19 |
python video_generate.py --input_image_path ./assets/room.png --output_dir ./results-single-traj
|
| 20 |
+
```
|