jjihwan / FIFO-Diffusion_public

Official implementation of FIFO-Diffusion: Generating Infinite Videos from Text without Training (NeurIPS 2024)
https://jjihwan.github.io
397 stars 26 forks source link

open_clip_torch v2.26.0 causes RTE with FIFODiffusion #25

Closed a-r-r-o-w closed 4 months ago

a-r-r-o-w commented 4 months ago

Just a notification but the latest release of open_clip_torch (v2.26.0) causes a RuntimeError when running inference. Reverting back to v2.24.0 fixes this. It would be good to set open_clip_torch<=2.24.0 in requirements.txt, and might help others trying this out

jjihwan commented 4 months ago

Got it, Thanks!