nihaomiao / CVPR23_LFDM

The pytorch implementation of our CVPR 2023 paper "Conditional Image-to-Video Generation with Latent Flow Diffusion Models"
BSD 2-Clause "Simplified" License
432 stars 43 forks source link

demo not running successully #13

Closed pokameng closed 11 months ago

pokameng commented 12 months ago

@nihaomiao hello! When I run the demo_mug.py, it doesn't run successfully as follows: image

it blocks in this line: model.sample_one_video(cond_scale=cond_scale)

nihaomiao commented 12 months ago

Hi, @pokameng, which error it reports, could you give me more details? Maybe it is just running but needs some time to return the results.