WenhaoWang
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -73,6 +73,16 @@ for i in range(1,52):
|
|
73 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="image_prompt_tar/image_prompt_%d.tar"%i, repo_type="dataset")
|
74 |
|
75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
```
|
77 |
|
78 |
```python
|
@@ -82,4 +92,14 @@ for i in range(1,52):
|
|
82 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="pika_videos_tar/pika_videos_%d.tar"%i, repo_type="dataset")
|
83 |
```
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
|
|
|
73 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="image_prompt_tar/image_prompt_%d.tar"%i, repo_type="dataset")
|
74 |
|
75 |
|
76 |
+
```
|
77 |
+
|
78 |
+
```python
|
79 |
+
# Embeddings for full text prompts: xxG
|
80 |
+
|
81 |
+
```
|
82 |
+
|
83 |
+
```python
|
84 |
+
# Embeddings for full image prompts: xxG
|
85 |
+
|
86 |
```
|
87 |
|
88 |
```python
|
|
|
92 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="pika_videos_tar/pika_videos_%d.tar"%i, repo_type="dataset")
|
93 |
```
|
94 |
|
95 |
+
```python
|
96 |
+
# 100k subset videos generated by Pika, Stable Video Diffusion, Open-Sora, I2VGen-XL, and CogVideoX-5B
|
97 |
+
from huggingface_hub import hf_hub_download
|
98 |
+
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset.tar", repo_type="dataset")
|
99 |
+
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/svd_videos_subset.tar", repo_type="dataset")
|
100 |
+
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/opensora_videos_subset.tar", repo_type="dataset")
|
101 |
+
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/i2vgenxl_videos_subset.tar", repo_type="dataset")
|
102 |
+
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/cog_videos_subset.tar", repo_type="dataset")
|
103 |
+
```
|
104 |
+
|
105 |
|