xuduo35 / MakeLongVideo

Implementation of long video generation
MIT License
76 stars 7 forks source link

Not able to do inference. #9

Open Ajeet-kumar1 opened 5 months ago

Ajeet-kumar1 commented 5 months ago

When I am running given inference command it shows

  File "/home/ajeet/MakeLongVideo/makelongvideo/models/unet_blocks.py", line 64, in get_down_block
    raise ValueError(f"{down_block_type} does not exist.")
ValueError: ResnetDownsampleBlock2D does not exist.

@xuduo35 Can you please look. I have installed all requirements and downloaded checkpoints

xuduo35 commented 5 months ago

I don't work on this project some months. But I reinstall a clean env and didn't meet this issue. Can you paste the full trace stack?