Padded dimensions: 256x256x9
My laptop is a core graphics, AMD Radeon 880M, 32G memory, running the following code has the following situation, what is the problem causing it:(.venv) PS D:\PythonProject\LTX-Video-main> python inference.py --prompt "A cat eating" --height 1280 --width 720 --num_frames 9 --pipeline_config configs/ltxv-13b-0.9.7-distilled.yaml 111111Running generation with arguments: Namespace(output_path=None, seed=171198, num_images_per_prompt=1, image_cond_noise_scale=0.15, height=1280, width=720, num_frames=9, frame_rate=30, device=None, pipeline_config='configs/ltxv-13b-0.9.7-distilled.yaml', prompt='A cat eating', negative_prompt='worst quality, inconsistent motion, blurry, jittery, distorted', offload_to_cpu=False, input_media_path=None, conditioning_media_paths=None, conditioning_strengths=None, conditioning_start_frames=None) 1111 A cat eating 666 {'num_images_per_prompt': 1} Padded dimensions: 1280x736x9 (.venv) PS D:\PythonProject\LTX-Video-main> python inference.py --prompt "A cat eating" --height 256 --width 256 --num_frames 9 --pipeline_config configs/ltxv-13b-0.9.7-distilled.yaml 111111Running generation with arguments: Namespace(output_path=None, seed=171198, num_images_per_prompt=1, image_cond_noise_scale=0.15, height=256, width=256, num_frames=9, frame_rate=30, device=None, pipeline_config='configs/ltxv-13b-0.9.7-distilled.yaml', prompt='A cat eating', negative_prompt='worst quality, inconsistent motion, blurry, jittery, distorted', offload_to_cpu=False, input_media_path=None, conditioning_media_paths=None, conditioning_strengths=None, conditioning_start_frames=None) 1111 A cat eating 666 {'num_images_per_prompt': 1} Padded dimensions: 256x256x9