WenhaoWang commited on
Commit
0b26114
·
verified ·
1 Parent(s): 4f22976

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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