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.56k stars 135 forks source link

Fix resolution #13

Closed duongna21 closed 1 year ago

duongna21 commented 1 year ago

img_size should be (W, H) instead of (H, W).

MichalGeyer commented 1 year ago

sorry about that bug, you are right, thanks!