FateZero
FateZero copied to clipboard
Application Extention: Long video
Hi,
Is there a way to make the method more memory-efficient for running on longer videos? I'm trying to run on 25 frames with an RTX 8000 GPU (48 GB of GPU RAM), and I'm running out of memory.
Thanks.
One possible strategy is to divide the 25 frames into 4 sequences (e.g., 6667) and edited them iteratively, such that each sequence can be stored in the GPU memory sequentially. We will work on supporting longer videos as an extension.
Thanks for the answer!