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

about preprocess.py image size? #15

Closed zhanghongyong123456 closed 10 months ago

zhanghongyong123456 commented 10 months ago

PIL resize(W,H)not (H,W)

https://github.com/omerbt/TokenFlow/blob/master/preprocess.py#L352

x-Jack-8276 commented 10 months ago

It is addressed here: https://github.com/omerbt/TokenFlow/pull/13

MichalGeyer commented 10 months ago

We fixed this bug, thanks for bringing it to our attention :)