Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-to-video
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# ShotStream: Streaming Multi-Shot Video Generation for Interactive Storytelling
|
|
@@ -13,7 +18,7 @@ Multi-shot video generation is crucial for long narrative storytelling. ShotStre
|
|
| 13 |
|
| 14 |
## Usage
|
| 15 |
|
| 16 |
-
For the full implementation and training details, please refer to the [official GitHub repository](https://github.com/KlingAIResearch/ShotStream).
|
| 17 |
|
| 18 |
### 1. Environment Setup
|
| 19 |
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-to-video
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
base_model:
|
| 7 |
+
- Wan-AI/Wan2.1-T2V-1.3B
|
| 8 |
---
|
| 9 |
|
| 10 |
# ShotStream: Streaming Multi-Shot Video Generation for Interactive Storytelling
|
|
|
|
| 18 |
|
| 19 |
## Usage
|
| 20 |
|
| 21 |
+
**Training and inference code, as well as the models, are all released.** For the full implementation and **training details**, please refer to the [official GitHub repository](https://github.com/KlingAIResearch/ShotStream).
|
| 22 |
|
| 23 |
### 1. Environment Setup
|
| 24 |
|