Skip to content

Commit

Permalink
Add video generation inference command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuoyang20 authored Jan 13, 2025
1 parent 4859c39 commit efe892e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ CUDA_VISIBLE_DEVICES=0 python inference.py --model_path path/to/your_downloaded_
CUDA_VISIBLE_DEVICES=0 python inference.py --model_path path/to/your_downloaded_model --prompt "A snowy mountain." --save_path path/to/save_images --generation_nums 8
```

```bash
# Video Generation
CUDA_VISIBLE_DEVICES=0 python inference.py --model_path path/to/your_downloaded_model --prompt "Fireworks in the air." --video_generation True --save_path path/to/save_videos
```

### Evaluation

Evaluate VILA-U on visual language benchmarks with the following command:
Expand Down

0 comments on commit efe892e

Please sign in to comment.