WenhaoWang commited on
Commit
f589043
1 Parent(s): 83a9ebf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ df = pd.DataFrame(ds)
67
  ```
68
 
69
  ```python
70
- # Embeddings for full text prompts (~xxG) and image prompts (~xxG)
71
  from huggingface_hub import hf_hub_download
72
  hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="Full_Text_Embedding.parquet", repo_type="dataset")
73
  hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="Full_Image_Embedding.parquet", repo_type="dataset")
 
67
  ```
68
 
69
  ```python
70
+ # Embeddings for full text prompts (~21G) and image prompts (~3.5G)
71
  from huggingface_hub import hf_hub_download
72
  hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="Full_Text_Embedding.parquet", repo_type="dataset")
73
  hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="Full_Image_Embedding.parquet", repo_type="dataset")