WenhaoWang
commited on
Commit
•
f589043
1
Parent(s):
83a9ebf
Update README.md
Browse files
README.md
CHANGED
@@ -67,7 +67,7 @@ df = pd.DataFrame(ds)
|
|
67 |
```
|
68 |
|
69 |
```python
|
70 |
-
# Embeddings for full text prompts (~
|
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")
|