Fix LTX-Video repo url to Lightricks (#8)
Browse files- Fix LTX-Video repo url to Lightricks (f1994f6731091f828ecc135923c978155928c031)
Co-authored-by: Nir Zabari <[email protected]>
README.md
CHANGED
|
@@ -58,7 +58,7 @@ To use our model with ComfyUI, please follow the instructions at a dedicated [Co
|
|
| 58 |
The codebase was tested with Python 3.10.5, CUDA version 12.2, and supports PyTorch >= 2.1.2.
|
| 59 |
|
| 60 |
```bash
|
| 61 |
-
git clone https://github.com/
|
| 62 |
cd LTX-Video
|
| 63 |
|
| 64 |
# create env
|
|
|
|
| 58 |
The codebase was tested with Python 3.10.5, CUDA version 12.2, and supports PyTorch >= 2.1.2.
|
| 59 |
|
| 60 |
```bash
|
| 61 |
+
git clone https://github.com/Lightricks/LTX-Video.git
|
| 62 |
cd LTX-Video
|
| 63 |
|
| 64 |
# create env
|