File size: 388 Bytes
b3f324b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
accelerate launch \ --num_processes 1 \ --main_process_port 29502 \ opensora/sample/sample.py \ --model Latte-XL/122 \ --ae CausalVQVAEModel \ --ckpt sky-f17s3-128-causalvideovae488-bf16-ckpt-flash-log/checkpoint-45500 \ --fps 10 \ --num_frames 17 \ --image_size 128 \ --num_sampling_steps 250 \ --attention_mode flash \ --mixed_precision bf16 \ --num_sample 10 |