Imag / docs /Guidelines /install.md
Baraaqasem's picture
Upload 29 files
14ee1a9 verified

Installation

Installing the project

To install from pypi:

pip install videogen-hub

To install from github:

git clone https://github.com/TIGER-AI-Lab/VideoGenHub.git
cd VideoGenHub
cd env_cfg
pip install -r requirements.txt
cd ..
pip install -e .

The requirement of opensora is in env_cfg/opensora.txt

For some models like show one, you need to login through huggingface-cli.

Verify the installation

import videogen_hub

print(videogen_hub.__version__) # should print a string

Downloading weights into checkpoints folder

./download_models.sh