Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
__pycache__/
*.pyc
*.pyc
build/
uv.lock
*.egg-info
Binary file removed assets/ovi_trailer.mp4
Binary file not shown.
73 changes: 0 additions & 73 deletions download_weights.py

This file was deleted.

26 changes: 0 additions & 26 deletions example_prompts/gpt_examples_i2v.csv

This file was deleted.

13 changes: 0 additions & 13 deletions example_prompts/gpt_examples_t2v.csv

This file was deleted.

Binary file removed example_prompts/pngs/0.png
Binary file not shown.
Binary file removed example_prompts/pngs/1.png
Binary file not shown.
Binary file removed example_prompts/pngs/13.png
Binary file not shown.
Binary file removed example_prompts/pngs/17.png
Binary file not shown.
Binary file removed example_prompts/pngs/18.png
Binary file not shown.
Binary file removed example_prompts/pngs/19.png
Binary file not shown.
Binary file removed example_prompts/pngs/2.png
Binary file not shown.
Binary file removed example_prompts/pngs/23.png
Binary file not shown.
Binary file removed example_prompts/pngs/3.png
Binary file not shown.
Binary file removed example_prompts/pngs/4.png
Binary file not shown.
Binary file removed example_prompts/pngs/41.png
Binary file not shown.
Binary file removed example_prompts/pngs/43.png
Binary file not shown.
Binary file removed example_prompts/pngs/5.png
Binary file not shown.
Binary file removed example_prompts/pngs/57.png
Binary file not shown.
Binary file removed example_prompts/pngs/59.png
Binary file not shown.
Binary file removed example_prompts/pngs/6.png
Binary file not shown.
Binary file removed example_prompts/pngs/60.png
Binary file not shown.
Binary file removed example_prompts/pngs/61.png
Binary file not shown.
Binary file removed example_prompts/pngs/67.png
Binary file not shown.
Binary file removed example_prompts/pngs/7.png
Binary file not shown.
Binary file removed example_prompts/pngs/8.png
Binary file not shown.
Binary file removed example_prompts/pngs/80.png
Binary file not shown.
Binary file removed example_prompts/pngs/88.png
Binary file not shown.
Binary file removed example_prompts/pngs/89.png
Binary file not shown.
Binary file removed example_prompts/pngs/9.png
Binary file not shown.
205 changes: 0 additions & 205 deletions gradio_app.py

This file was deleted.

2 changes: 1 addition & 1 deletion inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def main(config, args):
require_sample_padding = False

if total_files == 0:
logging.error(f"ERROR: No evaluation files found")
logging.error("ERROR: No evaluation files found")
this_rank_eval_data = []
else:
# Pad to match number of SP groups
Expand Down
Loading