Sora / scripts /causalvae /gen_video.sh
吴吴大庸
updated the project based on https://huggingface.co./spaces/LanguageBind/Open-Sora-Plan-v1.1.0/tree/main
a5130bc
raw
history blame contribute delete
360 Bytes
python examples/rec_video_vae.py \
--batch_size 1 \
--real_video_dir ../test_eval/eyes_test \
--generated_video_dir ../test_eval/eyes_gen \
--device cuda \
--sample_fps 10 \
--sample_rate 1 \
--num_frames 17 \
--resolution 512 \
--crop_size 512 \
--num_workers 8 \
--ckpt results/pretrained_488 \
--enable_tiling