CUDA_VISIBLE_DEVICES=0 python opensora/sample/sample_t2v.py \ --model_path LanguageBind/Open-Sora-Plan-v1.0.0 \ --text_encoder_name DeepFloyd/t5-v1_1-xxl \ --text_prompt examples/prompt_list_0.txt \ --ae CausalVAEModel_4x8x8 \ --version 65x512x512 \ --save_img_path "./sample_videos/prompt_0" \ --fps 24 \ --guidance_scale 10.0 \ --num_sampling_steps 100 \ --enable_tiling