Improve model card: Add pipeline tag, library name, link to code, and correct license
#2
by
nielsr
HF Staff
- opened
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 |
|