-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Add KV Cache for Autoregressive Inference #12600
Copy link
Copy link
Open
Labels
advancedconsider-for-modular-diffusersThings to consider adding support for in Modular Diffusers (with the help of community)Things to consider adding support for in Modular Diffusers (with the help of community)contributions-welcomemodular-diffusersstaleIssues that haven't received updatesIssues that haven't received updates
Metadata
Metadata
Assignees
Labels
advancedconsider-for-modular-diffusersThings to consider adding support for in Modular Diffusers (with the help of community)Things to consider adding support for in Modular Diffusers (with the help of community)contributions-welcomemodular-diffusersstaleIssues that haven't received updatesIssues that haven't received updates
Type
Fields
Give feedbackNo fields configured for issues without a type.
Autoregressive Diffusion Techniques such as Self Forcing rely on a rolling KV Cache across video frame chunks to transfer information from past context frames to the current frames being denoised.
This rolling KV Cache design (or variants similar to it) is likely to show up in other types of long video generation/ world models, so it would be good to see if we can support it natively in Diffusers.
Tasks