omerbt / TokenFlow

Official Pytorch Implementation for "TokenFlow: Consistent Diffusion Features for Consistent Video Editing" presenting "TokenFlow" (ICLR 2024)
https://diffusion-tokenflow.github.io
MIT License
1.58k stars 137 forks source link

Add missing requirements #22

Closed cysmith closed 1 year ago

cysmith commented 1 year ago

I needed to pip install these libraries: torchvision av kornia

These should be added to requirements.txt

MichalGeyer commented 1 year ago

thanks :)