Vchitect / SEINE

[ICLR 2024] SEINE: Short-to-Long Video Diffusion Model for Generative Transition and Prediction
https://vchitect.github.io/SEINE-project/
Apache License 2.0
915 stars 64 forks source link

Numpy version error #30

Open lxrswdd opened 3 months ago

lxrswdd commented 3 months ago

May I know what version of Numpy you use?

(seine) assa8945@ubco-csl-105751:~/video_generators/SEINE$ python sample_scripts/with_mask_sample.py --config configs/sample_i2v.yaml

A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.1 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.

If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.