WenhaoWang commited on
Commit
4b97856
1 Parent(s): 5e92488

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="Full_Image_Embedding.par
74
  ```
75
 
76
  ```python
77
- # Embeddings for 100k subset text prompts (~xxG) and image prompts (~xxG)
78
  from huggingface_hub import hf_hub_download
79
  hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="Subset_Text_Embedding.parquet", repo_type="dataset")
80
  hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="Subset_Image_Embedding.parquet", repo_type="dataset")
 
74
  ```
75
 
76
  ```python
77
+ # Embeddings for 100k subset text prompts (~1.2G) and image prompts (~0.2G)
78
  from huggingface_hub import hf_hub_download
79
  hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="Subset_Text_Embedding.parquet", repo_type="dataset")
80
  hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="Subset_Image_Embedding.parquet", repo_type="dataset")