Advertisement
Guest User

FramePack: Packing Input Frame Context in Next-Frame Prediction Models for Video Generation

a guest
May 3rd, 2025
22
0
1 day
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | Source Code | 0 0
  1. FramePack is a next-frame (next-frame-section) prediction neural network structure that generates videos progressively.
  2.  
  3. FramePack compresses input contexts to a constant length so that the generation workload is invariant to video length.
  4.  
  5. FramePack can process a very large number of frames with 13B models even on laptop GPUs.
  6.  
  7. FramePack can be trained with a much larger batch size, similar to the batch size for image diffusion training.
  8.  
  9. ComfyUI Wrapper for FramePack:
  10. https://github.com/tughw/ComfyUI-FramePack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement