From 8bdef44c822f2c443c877eab2be69ba2879fef2b Mon Sep 17 00:00:00 2001 From: lllyasviel <19834515+lllyasviel@users.noreply.github.com> Date: Wed, 15 Oct 2025 18:23:31 -0700 Subject: [PATCH] Revise paper title and citation in README Updated the paper title and citation details in README. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 310d454..fca3156 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # FramePack -Official implementation and desktop software for ["Packing Input Frame Context in Next-Frame Prediction Models for Video Generation"](https://lllyasviel.github.io/frame_pack_gitpage/). +Official implementation and desktop software for ["Frame Context Packing and Drift Prevention in Next-Frame-Prediction Video Diffusion Models"](https://lllyasviel.github.io/frame_pack_gitpage/). Links: [**Paper**](https://arxiv.org/abs/2504.12626), [**Project Page**](https://lllyasviel.github.io/frame_pack_gitpage/) @@ -479,6 +479,14 @@ and so on. # Cite + @inproceedings{ + zhang2025framepack, + title={Frame Context Packing and Drift Prevention in Next-Frame-Prediction Video Diffusion Models}, + author={Lvmin Zhang and Shengqu Cai and Muyang Li and Gordon Wetzstein and Maneesh Agrawala}, + booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems}, + year={2025}, + } + @article{zhang2025framepack, title={Packing Input Frame Contexts in Next-Frame Prediction Models for Video Generation}, author={Lvmin Zhang and Maneesh Agrawala},