WenhaoWang
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -86,8 +86,13 @@ hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="Subset_Image_Embedding.p
|
|
86 |
from huggingface_hub import hf_hub_download
|
87 |
for i in range(1,52):
|
88 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="image_prompt_tar/image_prompt_%d.tar"%i, repo_type="dataset")
|
|
|
89 |
|
90 |
-
|
|
|
|
|
|
|
|
|
91 |
```
|
92 |
|
93 |
```python
|
|
|
86 |
from huggingface_hub import hf_hub_download
|
87 |
for i in range(1,52):
|
88 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="image_prompt_tar/image_prompt_%d.tar"%i, repo_type="dataset")
|
89 |
+
```
|
90 |
|
91 |
+
```python
|
92 |
+
# 100k subset uncompressed image prompts: ~69.6G
|
93 |
+
from huggingface_hub import hf_hub_download
|
94 |
+
for i in range(1,3):
|
95 |
+
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="sub_image_prompt_tar/sub_image_prompt_%d.tar"%i, repo_type="dataset")
|
96 |
```
|
97 |
|
98 |
```python
|