WenhaoWang
commited on
Commit
•
9e45f6e
1
Parent(s):
218b7e5
Update README.md
Browse files
README.md
CHANGED
@@ -105,7 +105,8 @@ for i in range(1,52):
|
|
105 |
```python
|
106 |
# 100k subset videos generated by Pika (~xxG), Stable Video Diffusion (~xxG), 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/
|
|
|
109 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/svd_videos_subset.tar", repo_type="dataset")
|
110 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/opensora_videos_subset.tar", repo_type="dataset")
|
111 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/i2vgenxl_videos_subset.tar", repo_type="dataset")
|
|
|
105 |
```python
|
106 |
# 100k subset videos generated by Pika (~xxG), Stable Video Diffusion (~xxG), 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")
|
110 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/svd_videos_subset.tar", repo_type="dataset")
|
111 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/opensora_videos_subset.tar", repo_type="dataset")
|
112 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/i2vgenxl_videos_subset.tar", repo_type="dataset")
|