lllyasviel/framepack

Lets make video diffusion practical!

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 3rd, 2026
Created on April 12th, 2025
Open Issues & Pull Requests: 488 (+0)
GitHub issues: Enabled
Number of forks: 1,740
Total Stargazers: 17,248 (+0)
Total Subscribers: 150 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.3 hours
Mean response time: 5.0 days
90th percentile: 4.9 days
Tracked items: 445

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 80% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 459
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 457 days
Stale 30+ days: 456
Stale 90+ days: 446

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Official (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

FramePack is a next-frame prediction neural network structure that generates videos progressively using diffusion models.

The tool addresses the challenge of making video diffusion practical by compressing input contexts to a constant length, which keeps the generation workload invariant to video length. This approach allows the model to process very large numbers of frames efficiently. FramePack can generate a full minute of video at 30 frames per second using a 13-billion-parameter model on laptop GPUs with as little as 6GB of memory. The architecture enables training with batch sizes comparable to image diffusion models rather than the smaller batches typically required for video diffusion.

FramePack suits developers and researchers working on video generation tasks who need to run inference on consumer-grade hardware. The tool is designed as a functional desktop application with minimal dependencies and a standalone sampling system. It requires an Nvidia GPU from the RTX 30XX, 40XX, or 50XX series supporting fp16 and bf16 precision, running on Linux or Windows. Generation speed ranges from approximately 1.5 to 2.5 seconds per frame on high-end hardware, with slower speeds on laptop GPUs, though users receive visual feedback progressively as frames are generated.

The project maintains active engagement with its user base, with almost all open issues raised by outside adopters reporting real-world use cases. Maintainers typically respond to new issues and pull requests within a day, indicating responsive development practices.