WenhaoWang
commited on
Commit
•
dca9ad8
1
Parent(s):
7238071
Update README.md
Browse files
README.md
CHANGED
@@ -103,7 +103,7 @@ for i in range(1,52):
|
|
103 |
```
|
104 |
|
105 |
```python
|
106 |
-
# 100k subset videos generated by Pika (~
|
107 |
from huggingface_hub import hf_hub_download
|
108 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset_1.tar", repo_type="dataset")
|
109 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset_2.tar", repo_type="dataset")
|
|
|
103 |
```
|
104 |
|
105 |
```python
|
106 |
+
# 100k subset videos generated by Pika (~57.6G), Stable Video Diffusion (~38.9G), Open-Sora (~xxG), I2VGen-XL (~xxG), and CogVideoX-5B (~xxG)
|
107 |
from huggingface_hub import hf_hub_download
|
108 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset_1.tar", repo_type="dataset")
|
109 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset_2.tar", repo_type="dataset")
|