Improve model card: Add pipeline tag, library name, link to code, and correct license
Browse filesThis PR improves the model card by:
- Adding the `pipeline_tag` to enable discovery via the text-to-video pipeline.
- Adding the `library_name` to facilitate one-click inference.
- Adding a link to the official code repository.
- Correcting the license to `mit` based on the Github repository.
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
This repository contains a pruned and isolated pipeline for Stage 2 of [StreamingT2V](https://streamingt2v.github.io/), dubbed "VidXTend."
|
|
@@ -15,6 +17,7 @@ This model's primary purpose is extending 16-frame 256px x 256x animations by 8
|
|
| 15 |
}
|
| 16 |
```
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
# Usage
|
| 20 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
pipeline_tag: text-to-video
|
| 5 |
---
|
| 6 |
|
| 7 |
This repository contains a pruned and isolated pipeline for Stage 2 of [StreamingT2V](https://streamingt2v.github.io/), dubbed "VidXTend."
|
|
|
|
| 17 |
}
|
| 18 |
```
|
| 19 |
|
| 20 |
+
Code: https://github.com/Picsart-AI-Research/StreamingT2V
|
| 21 |
|
| 22 |
# Usage
|
| 23 |
|