Update README.md
Browse files
README.md
CHANGED
@@ -184,6 +184,23 @@ hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="eval_videos_tar/i2vgenxl_vid
|
|
184 |
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="eval_videos_tar/cog_videos_eval.tar", repo_type="dataset")
|
185 |
```
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
# Comparison with VidProM and DiffusionDB
|
188 |
<p align="center">
|
189 |
<img src="https://huggingface.co/datasets/tipi2v/TIP-I2V/resolve/main/assets/table.png" width="1000">
|
|
|
184 |
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="eval_videos_tar/cog_videos_eval.tar", repo_type="dataset")
|
185 |
```
|
186 |
|
187 |
+
## Download original HTML files
|
188 |
+
```python
|
189 |
+
from huggingface_hub import hf_hub_download
|
190 |
+
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-1 [1123665843365093487].html", repo_type="dataset")
|
191 |
+
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-2 [1126318113038798948].html", repo_type="dataset")
|
192 |
+
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-3 [1129173119609876580].html", repo_type="dataset")
|
193 |
+
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-4 [1129173161527750727].html", repo_type="dataset")
|
194 |
+
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-5 [1129173449592553564].html", repo_type="dataset")
|
195 |
+
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-6 [1134375192890712074].html", repo_type="dataset")
|
196 |
+
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-7 [1134375328442224690].html", repo_type="dataset")
|
197 |
+
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-8 [1134375370590802051].html", repo_type="dataset")
|
198 |
+
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-9 [1134375412189908992].html", repo_type="dataset")
|
199 |
+
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-10 [1134375457236725770].html", repo_type="dataset")
|
200 |
+
|
201 |
+
```
|
202 |
+
|
203 |
+
|
204 |
# Comparison with VidProM and DiffusionDB
|
205 |
<p align="center">
|
206 |
<img src="https://huggingface.co/datasets/tipi2v/TIP-I2V/resolve/main/assets/table.png" width="1000">
|