Update README.md
Browse files
README.md
CHANGED
|
@@ -67,21 +67,21 @@ df = pd.DataFrame(ds)
|
|
| 67 |
```
|
| 68 |
|
| 69 |
```python
|
| 70 |
-
#
|
| 71 |
-
from huggingface_hub import hf_hub_download
|
| 72 |
-
for i in range(1,52):
|
| 73 |
-
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="image_prompt_tar/image_prompt_%d.tar"%i, repo_type="dataset")
|
| 74 |
-
|
| 75 |
|
| 76 |
```
|
| 77 |
|
| 78 |
```python
|
| 79 |
-
# Embeddings for full
|
| 80 |
|
| 81 |
```
|
| 82 |
|
| 83 |
```python
|
| 84 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
|
| 86 |
```
|
| 87 |
|
|
|
|
| 67 |
```
|
| 68 |
|
| 69 |
```python
|
| 70 |
+
# Embeddings for full text prompts: ~xxG
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
|
| 72 |
```
|
| 73 |
|
| 74 |
```python
|
| 75 |
+
# Embeddings for full image prompts: ~xxG
|
| 76 |
|
| 77 |
```
|
| 78 |
|
| 79 |
```python
|
| 80 |
+
# Full uncompressed image prompts: ~1T
|
| 81 |
+
from huggingface_hub import hf_hub_download
|
| 82 |
+
for i in range(1,52):
|
| 83 |
+
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="image_prompt_tar/image_prompt_%d.tar"%i, repo_type="dataset")
|
| 84 |
+
|
| 85 |
|
| 86 |
```
|
| 87 |
|