FateZero icon indicating copy to clipboard operation
FateZero copied to clipboard

Application Extention: Long video

Open tnarek opened this issue 3 years ago • 2 comments

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.

tnarek avatar Apr 16 '23 17:04 tnarek

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.

ChenyangQiQi avatar Apr 17 '23 14:04 ChenyangQiQi

Thanks for the answer!

tnarek avatar Apr 17 '23 15:04 tnarek