dbolya / tomesd

Speed up Stable Diffusion with this one simple trick!
MIT License
1.29k stars 78 forks source link

Update for StableVideoDiffusionPipeline #54

Open jfischoff opened 11 months ago

jfischoff commented 11 months ago

I've updated the code so it is compatible with the StableVideoDiffusionPipeline. It handles the 5 dimensional input and applies token merging to the temporal attention.

Temporal attention is not a major performance bottleneck but there is a lot of redundancy and I wanted to see if it would work.

I have a repo for testing it here: https://github.com/jfischoff/svd-tomesd