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.52k stars 134 forks source link

Add missing requirements #22

Closed cysmith closed 10 months ago

cysmith commented 10 months ago

I needed to pip install these libraries: torchvision av kornia

These should be added to requirements.txt

MichalGeyer commented 10 months ago

thanks :)