WenhaoWang
commited on
Commit
•
aca10fa
1
Parent(s):
142f8c4
Update README.md
Browse files
README.md
CHANGED
@@ -76,12 +76,12 @@ for i in range(1,52):
|
|
76 |
```
|
77 |
|
78 |
```python
|
79 |
-
# Embeddings for full text prompts: xxG
|
80 |
|
81 |
```
|
82 |
|
83 |
```python
|
84 |
-
# Embeddings for full image prompts: xxG
|
85 |
|
86 |
```
|
87 |
|
@@ -93,7 +93,7 @@ for i in range(1,52):
|
|
93 |
```
|
94 |
|
95 |
```python
|
96 |
-
# 100k subset videos generated by Pika, Stable Video Diffusion, Open-Sora, I2VGen-XL, and CogVideoX-5B
|
97 |
from huggingface_hub import hf_hub_download
|
98 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset.tar", repo_type="dataset")
|
99 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/svd_videos_subset.tar", repo_type="dataset")
|
|
|
76 |
```
|
77 |
|
78 |
```python
|
79 |
+
# Embeddings for full text prompts: ~xxG
|
80 |
|
81 |
```
|
82 |
|
83 |
```python
|
84 |
+
# Embeddings for full image prompts: ~xxG
|
85 |
|
86 |
```
|
87 |
|
|
|
93 |
```
|
94 |
|
95 |
```python
|
96 |
+
# 100k subset videos generated by Pika (~xxG), Stable Video Diffusion (~xxG), Open-Sora (~xxG), I2VGen-XL (~xxG), and CogVideoX-5B (~xxG)
|
97 |
from huggingface_hub import hf_hub_download
|
98 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/pika_videos_subset.tar", repo_type="dataset")
|
99 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/svd_videos_subset.tar", repo_type="dataset")
|