To get started with this project, follow these steps:
- Clone the repository to your local machine:
git clone <https://github.com/Biruk-Abere/LVDM-Latent-Diffusion-Models-For-Long-Video-Generation.git>
- Navigate into the project directory
cd <repository_directory>
- Install dependencies using
pip
and therequirements.txt
filepip install -r requirements.txt
This command will install all the necessary packages listed in the requirements.txt
.