Update README.md
Browse files
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 (~
|
| 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")
|