Views
No views yet

infer_nova.py script. Below is an example for single GPU inference:1python infer_nova.py \
2 --dataset_path ./example_videos \
3 --metadata_file_name metadata.csv \
4 --ckpt_path /path/to/checkpoints/stepXXX.ckpt \
5 --output_path ./inference_results \
6 --text_encoder_path /path/to/models_t5_umt5-xxl-enc-bf16.pth \
7 --image_encoder_path /path/to/models_clip_open-clip-xlm-roberta-large-vit-huge-14.pth \
8 --vae_path /path/to/Wan2.1_VAE.pth \
9 --dit_path /path/to/diffusion_pytorch_model.safetensors \
10 --num_samples 5 \
11 --num_inference_steps 50 \
12 --num_frames 81 \
13 --height 480 \
14 --width 832 \
15 --first_only1@article{pan2026nova,
2 title={NOVA: Sparse Control, Dense Synthesis for Pair-Free Video Editing},
3 author={Tianlin Pan and Jiayi Dai and Chenpu Yuan and Zhengyao Lv and Binxin Yang and Hubery Yin and Chen Li and Jing Lyu and Caifeng Shan and Chenyang Si},
4 journal={arXiv preprint arXiv:2603.02802},
5 year={2026}
6}