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

Requirements file before running a demo ? #6

Closed arunsank closed 1 year ago

arunsank commented 1 year ago

Is there a requirements file to install dependencies before running the demo ?

nihaomiao commented 1 year ago

Hi, @arunsank, I don't particularly prepare the requirements file for this project. But I try to use pipreqs to generate one and have uploaded it to this repo link. Hope it can help!

arunsank commented 1 year ago

Thank you for the quick response !

RemaDaher commented 1 year ago

hello thank you for this repo. regarding "requirements.py" pytorch-transformers are not included. is there a specific way you installed them?

nihaomiao commented 1 year ago

Hi, @RemaDaher, according to this code, I think the program will install/download them if it doesn't detect them? BTW, the code of this part is from video diffusion models. Its requirements may also help you.