Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.3 KB

README.md

File metadata and controls

60 lines (33 loc) · 1.3 KB

LTX-Video

This is the official repository for LTX-Video.

Website | Github | Model | Demo | Paper (Soon)

Windows installation

Additional info

https://www.youtube.com/watch?v=nur4_b4yzM0

Step 1: Clone the repository

git clone https://github.com/newgenai79/LTXVideo

Step 2: Navigate inside the cloned repository

cd LTXVideo

Step 3: Create virtual environment

conda create -n LTXVideo python==3.10.11 -y

Step 4: Activate virtual environment

conda activate LTXVideo

Step 5: Install wheel package

pip install wheel

Step 6: Install requirements

pip install -r requirements.txt

Step 7: Instal torchao

pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cpu

Step 8: Download models

git clone https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS PixArt-alpha/PixArt-XL-2-1024-MS

git clone https://huggingface.co/Lightricks/LTX-Video Lightricks/LTX-Video

Step 9: Inference (Update config.yaml)

conda activate LTXVideo

python inference.py