Update README.md
Browse files
README.md
CHANGED
@@ -131,7 +131,7 @@ for i in range(1,52):
|
|
131 |
```
|
132 |
|
133 |
```python
|
134 |
-
# 100k subset videos generated by Pika (~57.6G), Stable Video Diffusion (~38.9G), Open-Sora (~xxG), I2VGen-XL (~
|
135 |
from huggingface_hub import hf_hub_download
|
136 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset_1.tar", repo_type="dataset")
|
137 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset_2.tar", repo_type="dataset")
|
|
|
131 |
```
|
132 |
|
133 |
```python
|
134 |
+
# 100k subset videos generated by Pika (~57.6G), Stable Video Diffusion (~38.9G), Open-Sora (~xxG), I2VGen-XL (~54.4G), and CogVideoX-5B (~xxG)
|
135 |
from huggingface_hub import hf_hub_download
|
136 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset_1.tar", repo_type="dataset")
|
137 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset_2.tar", repo_type="dataset")
|