From e3840309462648b04a238e4c4c3434f1e38d0218 Mon Sep 17 00:00:00 2001 From: shinshin86 Date: Sat, 23 Nov 2024 19:45:25 +0900 Subject: [PATCH] Add Git LFS requirement to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5892b7a..a8584f6 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ The codebase was tested with Python 3.10.5, CUDA version 12.2, and supports PyTo ## Installation +**Prerequisites:** +This project uses [Git Large File Storage (Git LFS)](https://git-lfs.com/) to manage large files. Before cloning the repository, please ensure that Git LFS is installed on your system. + + ```bash git clone https://github.com/Lightricks/LTX-Video.git cd LTX-Video