Text-to-Video
English
yawenluo commited on
Commit
a7b30c1
·
verified ·
1 Parent(s): 2583092

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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